home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / FL_System_Drawing_xml_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2005-09-23  |  2MB  |  16,460 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System.Drawing</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:System.Drawing">
  8.             <summary>The <see cref="N:System.Drawing"></see> namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the <see cref="N:System.Drawing.Drawing2D"></see>, <see cref="N:System.Drawing.Imaging"></see>, and <see cref="N:System.Drawing.Text"></see> namespaces.</summary>
  9.         </member>
  10.         <member name="T:System.Drawing.Bitmap">
  11.             <summary>Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes. A <see cref="T:System.Drawing.Bitmap"></see> is an object used to work with images defined by pixel data.</summary>
  12.             <filterpriority>1</filterpriority>
  13.         </member>
  14.         <member name="M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)">
  15.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified existing image.</summary>
  16.             <param name="original">The <see cref="T:System.Drawing.Image"></see> from which to create the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  17.         </member>
  18.         <member name="M:System.Drawing.Bitmap.#ctor(System.IO.Stream)">
  19.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified data stream.</summary>
  20.             <param name="stream">The data stream used to load the image. </param>
  21.             <exception cref="T:System.ArgumentException">stream does not contain image data or is null.-or-stream contains a PNG image file with a single dimension greater than 65,535 pixels.</exception>
  22.         </member>
  23.         <member name="M:System.Drawing.Bitmap.#ctor(System.String)">
  24.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified file.</summary>
  25.             <param name="filename">The name of the bitmap file. </param>
  26.             <exception cref="T:System.ArgumentException">stream does not contain image data or is null.-or-stream contains a PNG image file with a single dimension greater than 65,535 pixels.</exception>
  27.         </member>
  28.         <member name="M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)">
  29.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified existing image and with the specified size.</summary>
  30.             <param name="original">The <see cref="T:System.Drawing.Image"></see> from which to create the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  31.             <param name="newSize">The <see cref="T:System.Drawing.Size"></see> structure that represent the size of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  32.             <exception cref="T:System.Exception">The operation failed.</exception>
  33.         </member>
  34.         <member name="M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)">
  35.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class with the specified size.</summary>
  36.             <param name="width">The width, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  37.             <param name="height">The height, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  38.             <exception cref="T:System.Exception">The operation failed.</exception>
  39.         </member>
  40.         <member name="M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)">
  41.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified data stream.</summary>
  42.             <param name="stream">The data stream used to load the image. </param>
  43.             <param name="useIcm">true to use color correction for this <see cref="T:System.Drawing.Bitmap"></see>; otherwise, false. </param>
  44.             <exception cref="T:System.ArgumentException">stream does not contain image data or is null.-or-stream contains a PNG image file with a single dimension greater than 65,535 pixels.</exception>
  45.         </member>
  46.         <member name="M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)">
  47.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified file.</summary>
  48.             <param name="useIcm">true to use color correction for this <see cref="T:System.Drawing.Bitmap"></see>; otherwise, false. </param>
  49.             <param name="filename">The name of the bitmap file. </param>
  50.             <exception cref="T:System.ArgumentException">stream does not contain image data or is null.-or-stream contains a PNG image file with a single dimension greater than 65,535 pixels.</exception>
  51.         </member>
  52.         <member name="M:System.Drawing.Bitmap.#ctor(System.Type,System.String)">
  53.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from a specified resource.</summary>
  54.             <param name="type">The class used to extract the resource. </param>
  55.             <param name="resource">The name of the resource. </param>
  56.         </member>
  57.         <member name="M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)">
  58.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class from the specified existing image and with the specified size.</summary>
  59.             <param name="original">The <see cref="T:System.Drawing.Image"></see> from which to create the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  60.             <param name="width">The width, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  61.             <param name="height">The height, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  62.             <exception cref="T:System.Exception">The operation failed.</exception>
  63.         </member>
  64.         <member name="M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)">
  65.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class with the specified size and with the resolution of the specified <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  66.             <param name="g">The <see cref="T:System.Drawing.Graphics"></see> object that specifies the resolution for the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  67.             <param name="width">The width, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  68.             <param name="height">The height, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  69.             <exception cref="T:System.ArgumentNullException">g is null.</exception>
  70.         </member>
  71.         <member name="M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)">
  72.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class with the specified size and format.</summary>
  73.             <param name="width">The width, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  74.             <param name="format">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration for the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  75.             <param name="height">The height, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  76.         </member>
  77.         <member name="M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)">
  78.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Bitmap"></see> class with the specified size, pixel format, and pixel data.</summary>
  79.             <param name="stride">Integer that specifies the byte offset between the beginning of one scan line and the next. This is usually (but not necessarily) the number of bytes in the pixel format (for example, 2 for 16 bits per pixel) multiplied by the width of the bitmap. The value passed to this parameter must be a multiple of four.. </param>
  80.             <param name="width">The width, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  81.             <param name="format">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration for the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  82.             <param name="height">The height, in pixels, of the new <see cref="T:System.Drawing.Bitmap"></see>. </param>
  83.             <param name="scan0">Pointer to an array of bytes that contains the pixel data.</param>
  84.         </member>
  85.         <member name="M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)">
  86.             <summary>Creates a copy of the section of this <see cref="T:System.Drawing.Bitmap"></see> defined by <see cref="T:System.Drawing.Rectangle"></see> structure and with a specified <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration.</summary>
  87.             <returns>The new <see cref="T:System.Drawing.Bitmap"></see> that this method creates.</returns>
  88.             <param name="rect">Defines the portion of this <see cref="T:System.Drawing.Bitmap"></see> to copy. Coordinates are relative to this <see cref="T:System.Drawing.Bitmap"></see>. </param>
  89.             <param name="format">Specifies the <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration for the destination <see cref="T:System.Drawing.Bitmap"></see>. </param>
  90.             <exception cref="T:System.ArgumentException">The height or width of rect is 0. </exception>
  91.             <exception cref="T:System.OutOfMemoryException">rect is outside of the source bitmap bounds.</exception>
  92.             <filterpriority>1</filterpriority>
  93.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  94.         </member>
  95.         <member name="M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)">
  96.             <summary>Creates a copy of the section of this <see cref="T:System.Drawing.Bitmap"></see> defined with a specified <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration.</summary>
  97.             <returns>The <see cref="T:System.Drawing.Bitmap"></see> that this method creates.</returns>
  98.             <param name="rect">Defines the portion of this <see cref="T:System.Drawing.Bitmap"></see> to copy. </param>
  99.             <param name="format">Specifies the <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration for the destination <see cref="T:System.Drawing.Bitmap"></see>. </param>
  100.             <exception cref="T:System.ArgumentException">The height or width of rect is 0. </exception>
  101.             <exception cref="T:System.OutOfMemoryException">rect is outside of the source bitmap bounds.</exception>
  102.             <filterpriority>1</filterpriority>
  103.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  104.         </member>
  105.         <member name="M:System.Drawing.Bitmap.FromHicon(System.IntPtr)">
  106.             <summary>Creates a <see cref="T:System.Drawing.Bitmap"></see> from a Windows handle to an icon.</summary>
  107.             <returns>The <see cref="T:System.Drawing.Bitmap"></see> that this method creates.</returns>
  108.             <param name="hicon">A handle to an icon. </param>
  109.             <filterpriority>1</filterpriority>
  110.         </member>
  111.         <member name="M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)">
  112.             <summary>Creates a <see cref="T:System.Drawing.Bitmap"></see> from the specified Windows resource.</summary>
  113.             <returns>The <see cref="T:System.Drawing.Bitmap"></see> that this method creates.</returns>
  114.             <param name="hinstance">A handle to an instance of the executable file that contains the resource. </param>
  115.             <param name="bitmapName">A string containing the name of the resource bitmap. </param>
  116.             <filterpriority>1</filterpriority>
  117.         </member>
  118.         <member name="M:System.Drawing.Bitmap.GetHbitmap">
  119.             <summary>Creates a GDI bitmap object from this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  120.             <returns>A handle to the GDI bitmap object that this method creates.</returns>
  121.             <exception cref="T:System.ArgumentException">The height or width of the bitmap is greater than <see cref="F:System.Int16.MaxValue"></see>.</exception>
  122.             <exception cref="T:System.Exception">The operation failed.</exception>
  123.             <filterpriority>1</filterpriority>
  124.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  125.         </member>
  126.         <member name="M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)">
  127.             <summary>Creates a GDI bitmap object from this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  128.             <returns>A handle to the GDI bitmap object that this method creates.</returns>
  129.             <param name="background">A <see cref="T:System.Drawing.Color"></see> structure that specifies the background color. This parameter is ignored if the bitmap is totally opaque. </param>
  130.             <exception cref="T:System.ArgumentException">The height or width of the bitmap is greater than <see cref="F:System.Int16.MaxValue"></see>.</exception>
  131.             <exception cref="T:System.Exception">The operation failed.</exception>
  132.             <filterpriority>1</filterpriority>
  133.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  134.         </member>
  135.         <member name="M:System.Drawing.Bitmap.GetHicon">
  136.             <summary>Returns the handle to an icon.</summary>
  137.             <returns>A Windows handle to an icon with the same image as the <see cref="T:System.Drawing.Bitmap"></see>.</returns>
  138.             <exception cref="T:System.Exception">The operation failed.</exception>
  139.             <filterpriority>1</filterpriority>
  140.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  141.         </member>
  142.         <member name="M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)">
  143.             <summary>Gets the color of the specified pixel in this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  144.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the color of the specified pixel.</returns>
  145.             <param name="y">The y-coordinate of the pixel to retrieve. </param>
  146.             <param name="x">The x-coordinate of the pixel to retrieve. </param>
  147.             <exception cref="T:System.ArgumentOutOfRangeException">x is less than 0, or greater than or equal to <see cref="P:System.Drawing.Image.Width"></see>. ory is less than 0, or greater than or equal to <see cref="P:System.Drawing.Image.Height"></see></exception>
  148.             <exception cref="T:System.Exception">The operation failed.</exception>
  149.             <filterpriority>1</filterpriority>
  150.         </member>
  151.         <member name="M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)">
  152.             <summary>Locks a <see cref="T:System.Drawing.Bitmap"></see> into system memory.</summary>
  153.             <returns>A <see cref="T:System.Drawing.Imaging.BitmapData"></see> containing information about this lock operation.</returns>
  154.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure specifying the portion of the <see cref="T:System.Drawing.Bitmap"></see> to lock. </param>
  155.             <param name="format">A <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration specifying the data format of this <see cref="T:System.Drawing.Bitmap"></see>. </param>
  156.             <param name="flags">An <see cref="T:System.Drawing.Imaging.ImageLockMode"></see> enumeration specifying the access level (read/write) for the <see cref="T:System.Drawing.Bitmap"></see>. </param>
  157.             <exception cref="T:System.ArgumentException">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> is not a specific bits-per-pixel value.-or-The incorrect <see cref="T:System.Drawing.Imaging.PixelFormat"></see> is passed in for a bitmap.</exception>
  158.             <exception cref="T:System.Exception">The operation failed.</exception>
  159.             <filterpriority>1</filterpriority>
  160.         </member>
  161.         <member name="M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)">
  162.             <summary>Locks a <see cref="T:System.Drawing.Bitmap"></see> into system memory </summary>
  163.             <returns>A <see cref="T:System.Drawing.Imaging.BitmapData"></see> containing information about the lock operation.</returns>
  164.             <param name="rect">A rectangle structure specifying the portion of the <see cref="T:System.Drawing.Bitmap"></see> to lock.</param>
  165.             <param name="bitmapData">A <see cref="T:System.Drawing.Imaging.BitmapData"></see> containing information about the lock operation.</param>
  166.             <param name="format">One of the <see cref="T:System.Drawing.Imaging.PixelFormat"></see> values indicating the data format of the <see cref="T:System.Drawing.Bitmap"></see>.</param>
  167.             <param name="flags">One of the <see cref="T:System.Drawing.Imaging.ImageLockMode"></see> values specifying the access level (read/write) for the <see cref="T:System.Drawing.Bitmap"></see>.</param>
  168.             <exception cref="T:System.Exception">The operation failed.</exception>
  169.             <exception cref="T:System.ArgumentException"><see cref="T:System.Drawing.Imaging.PixelFormat"></see> value is not a specific bits-per-pixel value.-or-The incorrect <see cref="T:System.Drawing.Imaging.PixelFormat"></see> is passed in for a bitmap.</exception>
  170.             <filterpriority>1</filterpriority>
  171.         </member>
  172.         <member name="M:System.Drawing.Bitmap.MakeTransparent">
  173.             <summary>Makes the default transparent color transparent for this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  174.             <returns>This method does not return a value.</returns>
  175.             <exception cref="T:System.Exception">The operation failed.</exception>
  176.             <exception cref="T:System.InvalidOperationException">The image format of the <see cref="T:System.Drawing.Bitmap"></see> is an icon format.</exception>
  177.             <filterpriority>1</filterpriority>
  178.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  179.         </member>
  180.         <member name="M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)">
  181.             <summary>Makes the specified color transparent for this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  182.             <param name="transparentColor">The <see cref="T:System.Drawing.Color"></see> structure that represents the color to make transparent. </param>
  183.             <exception cref="T:System.Exception">The operation failed.</exception>
  184.             <exception cref="T:System.InvalidOperationException">The image format of the <see cref="T:System.Drawing.Bitmap"></see> is an icon format.</exception>
  185.             <filterpriority>1</filterpriority>
  186.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  187.         </member>
  188.         <member name="M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)">
  189.             <summary>Sets the color of the specified pixel in this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  190.             <returns>This method does not return a value.</returns>
  191.             <param name="y">The y-coordinate of the pixel to set. </param>
  192.             <param name="color">A <see cref="T:System.Drawing.Color"></see> structure that represents the color to assign to the specified pixel. </param>
  193.             <param name="x">The x-coordinate of the pixel to set. </param>
  194.             <exception cref="T:System.Exception">The operation failed.</exception>
  195.             <filterpriority>1</filterpriority>
  196.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  197.         </member>
  198.         <member name="M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)">
  199.             <summary>Sets the resolution for this <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  200.             <param name="yDpi">The vertical resolution, in dots per inch, of the <see cref="T:System.Drawing.Bitmap"></see>. </param>
  201.             <param name="xDpi">The horizontal resolution, in dots per inch, of the <see cref="T:System.Drawing.Bitmap"></see>. </param>
  202.             <exception cref="T:System.Exception">The operation failed.</exception>
  203.             <filterpriority>1</filterpriority>
  204.         </member>
  205.         <member name="M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)">
  206.             <summary>Unlocks this <see cref="T:System.Drawing.Bitmap"></see> from system memory.</summary>
  207.             <param name="bitmapdata">A <see cref="T:System.Drawing.Imaging.BitmapData"></see> specifying information about the lock operation. </param>
  208.             <exception cref="T:System.Exception">The operation failed.</exception>
  209.             <filterpriority>1</filterpriority>
  210.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  211.         </member>
  212.         <member name="T:System.Drawing.Brush">
  213.             <summary>Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.</summary>
  214.             <filterpriority>1</filterpriority>
  215.             <completionlist cref="T:System.Drawing.Brushes" />
  216.         </member>
  217.         <member name="M:System.Drawing.Brush.#ctor">
  218.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Brush"></see> class. </summary>
  219.         </member>
  220.         <member name="M:System.Drawing.Brush.Clone">
  221.             <summary>When overridden in a derived class, creates an exact copy of this <see cref="T:System.Drawing.Brush"></see>.</summary>
  222.             <returns>The new <see cref="T:System.Drawing.Brush"></see> that this method creates.</returns>
  223.             <filterpriority>1</filterpriority>
  224.         </member>
  225.         <member name="M:System.Drawing.Brush.Dispose">
  226.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Brush"></see> object.</summary>
  227.             <returns>This method does not return a value.</returns>
  228.             <filterpriority>1</filterpriority>
  229.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  230.         </member>
  231.         <member name="M:System.Drawing.Brush.Dispose(System.Boolean)">
  232.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Drawing.Brush"></see> and optionally releases the managed resources. </summary>
  233.         </member>
  234.         <member name="M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)">
  235.             <summary>In a derived class, sets a reference to a GDI+ brush object. </summary>
  236.             <param name="brush">A pointer to the GDI+ brush object.</param>
  237.         </member>
  238.         <member name="T:System.Drawing.Brushes">
  239.             <summary>Brushes for all the standard colors. This class cannot be inherited.</summary>
  240.             <filterpriority>1</filterpriority>
  241.         </member>
  242.         <member name="P:System.Drawing.Brushes.AliceBlue">
  243.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  244.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  245.             <filterpriority>1</filterpriority>
  246.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  247.         </member>
  248.         <member name="P:System.Drawing.Brushes.AntiqueWhite">
  249.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  250.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  251.             <filterpriority>1</filterpriority>
  252.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  253.         </member>
  254.         <member name="P:System.Drawing.Brushes.Aqua">
  255.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  256.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  257.             <filterpriority>1</filterpriority>
  258.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  259.         </member>
  260.         <member name="P:System.Drawing.Brushes.Aquamarine">
  261.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  262.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  263.             <filterpriority>1</filterpriority>
  264.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  265.         </member>
  266.         <member name="P:System.Drawing.Brushes.Azure">
  267.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  268.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  269.             <filterpriority>1</filterpriority>
  270.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  271.         </member>
  272.         <member name="P:System.Drawing.Brushes.Beige">
  273.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  274.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  275.             <filterpriority>1</filterpriority>
  276.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  277.         </member>
  278.         <member name="P:System.Drawing.Brushes.Bisque">
  279.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  280.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  281.             <filterpriority>1</filterpriority>
  282.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  283.         </member>
  284.         <member name="P:System.Drawing.Brushes.Black">
  285.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  286.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  287.             <filterpriority>1</filterpriority>
  288.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  289.         </member>
  290.         <member name="P:System.Drawing.Brushes.BlanchedAlmond">
  291.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  292.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  293.             <filterpriority>1</filterpriority>
  294.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  295.         </member>
  296.         <member name="P:System.Drawing.Brushes.Blue">
  297.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  298.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  299.             <filterpriority>1</filterpriority>
  300.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  301.         </member>
  302.         <member name="P:System.Drawing.Brushes.BlueViolet">
  303.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  304.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  305.             <filterpriority>1</filterpriority>
  306.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  307.         </member>
  308.         <member name="P:System.Drawing.Brushes.Brown">
  309.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  310.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  311.             <filterpriority>1</filterpriority>
  312.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  313.         </member>
  314.         <member name="P:System.Drawing.Brushes.BurlyWood">
  315.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  316.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  317.             <filterpriority>1</filterpriority>
  318.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  319.         </member>
  320.         <member name="P:System.Drawing.Brushes.CadetBlue">
  321.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  322.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  323.             <filterpriority>1</filterpriority>
  324.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  325.         </member>
  326.         <member name="P:System.Drawing.Brushes.Chartreuse">
  327.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  328.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  329.             <filterpriority>1</filterpriority>
  330.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  331.         </member>
  332.         <member name="P:System.Drawing.Brushes.Chocolate">
  333.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  334.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  335.             <filterpriority>1</filterpriority>
  336.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  337.         </member>
  338.         <member name="P:System.Drawing.Brushes.Coral">
  339.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  340.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  341.             <filterpriority>1</filterpriority>
  342.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  343.         </member>
  344.         <member name="P:System.Drawing.Brushes.CornflowerBlue">
  345.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  346.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  347.             <filterpriority>1</filterpriority>
  348.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  349.         </member>
  350.         <member name="P:System.Drawing.Brushes.Cornsilk">
  351.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  352.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  353.             <filterpriority>1</filterpriority>
  354.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  355.         </member>
  356.         <member name="P:System.Drawing.Brushes.Crimson">
  357.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  358.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  359.             <filterpriority>1</filterpriority>
  360.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  361.         </member>
  362.         <member name="P:System.Drawing.Brushes.Cyan">
  363.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  364.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  365.             <filterpriority>1</filterpriority>
  366.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  367.         </member>
  368.         <member name="P:System.Drawing.Brushes.DarkBlue">
  369.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  370.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  371.             <filterpriority>1</filterpriority>
  372.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  373.         </member>
  374.         <member name="P:System.Drawing.Brushes.DarkCyan">
  375.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  376.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  377.             <filterpriority>1</filterpriority>
  378.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  379.         </member>
  380.         <member name="P:System.Drawing.Brushes.DarkGoldenrod">
  381.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  382.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  383.             <filterpriority>1</filterpriority>
  384.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  385.         </member>
  386.         <member name="P:System.Drawing.Brushes.DarkGray">
  387.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  388.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  389.             <filterpriority>1</filterpriority>
  390.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  391.         </member>
  392.         <member name="P:System.Drawing.Brushes.DarkGreen">
  393.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  394.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  395.             <filterpriority>1</filterpriority>
  396.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  397.         </member>
  398.         <member name="P:System.Drawing.Brushes.DarkKhaki">
  399.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  400.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  401.             <filterpriority>1</filterpriority>
  402.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  403.         </member>
  404.         <member name="P:System.Drawing.Brushes.DarkMagenta">
  405.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  406.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  407.             <filterpriority>1</filterpriority>
  408.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  409.         </member>
  410.         <member name="P:System.Drawing.Brushes.DarkOliveGreen">
  411.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  412.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  413.             <filterpriority>1</filterpriority>
  414.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  415.         </member>
  416.         <member name="P:System.Drawing.Brushes.DarkOrange">
  417.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  418.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  419.             <filterpriority>1</filterpriority>
  420.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  421.         </member>
  422.         <member name="P:System.Drawing.Brushes.DarkOrchid">
  423.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  424.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  425.             <filterpriority>1</filterpriority>
  426.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  427.         </member>
  428.         <member name="P:System.Drawing.Brushes.DarkRed">
  429.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  430.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  431.             <filterpriority>1</filterpriority>
  432.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  433.         </member>
  434.         <member name="P:System.Drawing.Brushes.DarkSalmon">
  435.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  436.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  437.             <filterpriority>1</filterpriority>
  438.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  439.         </member>
  440.         <member name="P:System.Drawing.Brushes.DarkSeaGreen">
  441.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  442.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  443.             <filterpriority>1</filterpriority>
  444.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  445.         </member>
  446.         <member name="P:System.Drawing.Brushes.DarkSlateBlue">
  447.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  448.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  449.             <filterpriority>1</filterpriority>
  450.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  451.         </member>
  452.         <member name="P:System.Drawing.Brushes.DarkSlateGray">
  453.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  454.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  455.             <filterpriority>1</filterpriority>
  456.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  457.         </member>
  458.         <member name="P:System.Drawing.Brushes.DarkTurquoise">
  459.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  460.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  461.             <filterpriority>1</filterpriority>
  462.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  463.         </member>
  464.         <member name="P:System.Drawing.Brushes.DarkViolet">
  465.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  466.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  467.             <filterpriority>1</filterpriority>
  468.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  469.         </member>
  470.         <member name="P:System.Drawing.Brushes.DeepPink">
  471.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  472.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  473.             <filterpriority>1</filterpriority>
  474.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  475.         </member>
  476.         <member name="P:System.Drawing.Brushes.DeepSkyBlue">
  477.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  478.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  479.             <filterpriority>1</filterpriority>
  480.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  481.         </member>
  482.         <member name="P:System.Drawing.Brushes.DimGray">
  483.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  484.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  485.             <filterpriority>1</filterpriority>
  486.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  487.         </member>
  488.         <member name="P:System.Drawing.Brushes.DodgerBlue">
  489.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  490.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  491.             <filterpriority>1</filterpriority>
  492.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  493.         </member>
  494.         <member name="P:System.Drawing.Brushes.Firebrick">
  495.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  496.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  497.             <filterpriority>1</filterpriority>
  498.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  499.         </member>
  500.         <member name="P:System.Drawing.Brushes.FloralWhite">
  501.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  502.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  503.             <filterpriority>1</filterpriority>
  504.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  505.         </member>
  506.         <member name="P:System.Drawing.Brushes.ForestGreen">
  507.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  508.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  509.             <filterpriority>1</filterpriority>
  510.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  511.         </member>
  512.         <member name="P:System.Drawing.Brushes.Fuchsia">
  513.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  514.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  515.             <filterpriority>1</filterpriority>
  516.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  517.         </member>
  518.         <member name="P:System.Drawing.Brushes.Gainsboro">
  519.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  520.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  521.             <filterpriority>1</filterpriority>
  522.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  523.         </member>
  524.         <member name="P:System.Drawing.Brushes.GhostWhite">
  525.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  526.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  527.             <filterpriority>1</filterpriority>
  528.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  529.         </member>
  530.         <member name="P:System.Drawing.Brushes.Gold">
  531.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  532.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  533.             <filterpriority>1</filterpriority>
  534.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  535.         </member>
  536.         <member name="P:System.Drawing.Brushes.Goldenrod">
  537.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  538.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  539.             <filterpriority>1</filterpriority>
  540.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  541.         </member>
  542.         <member name="P:System.Drawing.Brushes.Gray">
  543.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  544.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  545.             <filterpriority>1</filterpriority>
  546.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  547.         </member>
  548.         <member name="P:System.Drawing.Brushes.Green">
  549.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  550.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  551.             <filterpriority>1</filterpriority>
  552.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  553.         </member>
  554.         <member name="P:System.Drawing.Brushes.GreenYellow">
  555.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  556.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  557.             <filterpriority>1</filterpriority>
  558.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  559.         </member>
  560.         <member name="P:System.Drawing.Brushes.Honeydew">
  561.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  562.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  563.             <filterpriority>1</filterpriority>
  564.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  565.         </member>
  566.         <member name="P:System.Drawing.Brushes.HotPink">
  567.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  568.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  569.             <filterpriority>1</filterpriority>
  570.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  571.         </member>
  572.         <member name="P:System.Drawing.Brushes.IndianRed">
  573.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  574.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  575.             <filterpriority>1</filterpriority>
  576.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  577.         </member>
  578.         <member name="P:System.Drawing.Brushes.Indigo">
  579.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  580.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  581.             <filterpriority>1</filterpriority>
  582.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  583.         </member>
  584.         <member name="P:System.Drawing.Brushes.Ivory">
  585.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  586.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  587.             <filterpriority>1</filterpriority>
  588.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  589.         </member>
  590.         <member name="P:System.Drawing.Brushes.Khaki">
  591.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  592.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  593.             <filterpriority>1</filterpriority>
  594.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  595.         </member>
  596.         <member name="P:System.Drawing.Brushes.Lavender">
  597.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  598.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  599.             <filterpriority>1</filterpriority>
  600.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  601.         </member>
  602.         <member name="P:System.Drawing.Brushes.LavenderBlush">
  603.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  604.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  605.             <filterpriority>1</filterpriority>
  606.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  607.         </member>
  608.         <member name="P:System.Drawing.Brushes.LawnGreen">
  609.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  610.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  611.             <filterpriority>1</filterpriority>
  612.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  613.         </member>
  614.         <member name="P:System.Drawing.Brushes.LemonChiffon">
  615.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  616.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  617.             <filterpriority>1</filterpriority>
  618.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  619.         </member>
  620.         <member name="P:System.Drawing.Brushes.LightBlue">
  621.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  622.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  623.             <filterpriority>1</filterpriority>
  624.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  625.         </member>
  626.         <member name="P:System.Drawing.Brushes.LightCoral">
  627.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  628.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  629.             <filterpriority>1</filterpriority>
  630.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  631.         </member>
  632.         <member name="P:System.Drawing.Brushes.LightCyan">
  633.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  634.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  635.             <filterpriority>1</filterpriority>
  636.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  637.         </member>
  638.         <member name="P:System.Drawing.Brushes.LightGoldenrodYellow">
  639.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  640.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  641.             <filterpriority>1</filterpriority>
  642.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  643.         </member>
  644.         <member name="P:System.Drawing.Brushes.LightGray">
  645.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  646.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  647.             <filterpriority>1</filterpriority>
  648.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  649.         </member>
  650.         <member name="P:System.Drawing.Brushes.LightGreen">
  651.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  652.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  653.             <filterpriority>1</filterpriority>
  654.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  655.         </member>
  656.         <member name="P:System.Drawing.Brushes.LightPink">
  657.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  658.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  659.             <filterpriority>1</filterpriority>
  660.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  661.         </member>
  662.         <member name="P:System.Drawing.Brushes.LightSalmon">
  663.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  664.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  665.             <filterpriority>1</filterpriority>
  666.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  667.         </member>
  668.         <member name="P:System.Drawing.Brushes.LightSeaGreen">
  669.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  670.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  671.             <filterpriority>1</filterpriority>
  672.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  673.         </member>
  674.         <member name="P:System.Drawing.Brushes.LightSkyBlue">
  675.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  676.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  677.             <filterpriority>1</filterpriority>
  678.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  679.         </member>
  680.         <member name="P:System.Drawing.Brushes.LightSlateGray">
  681.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  682.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  683.             <filterpriority>1</filterpriority>
  684.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  685.         </member>
  686.         <member name="P:System.Drawing.Brushes.LightSteelBlue">
  687.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  688.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  689.             <filterpriority>1</filterpriority>
  690.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  691.         </member>
  692.         <member name="P:System.Drawing.Brushes.LightYellow">
  693.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  694.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  695.             <filterpriority>1</filterpriority>
  696.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  697.         </member>
  698.         <member name="P:System.Drawing.Brushes.Lime">
  699.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  700.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  701.             <filterpriority>1</filterpriority>
  702.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  703.         </member>
  704.         <member name="P:System.Drawing.Brushes.LimeGreen">
  705.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  706.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  707.             <filterpriority>1</filterpriority>
  708.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  709.         </member>
  710.         <member name="P:System.Drawing.Brushes.Linen">
  711.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  712.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  713.             <filterpriority>1</filterpriority>
  714.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  715.         </member>
  716.         <member name="P:System.Drawing.Brushes.Magenta">
  717.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  718.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  719.             <filterpriority>1</filterpriority>
  720.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  721.         </member>
  722.         <member name="P:System.Drawing.Brushes.Maroon">
  723.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  724.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  725.             <filterpriority>1</filterpriority>
  726.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  727.         </member>
  728.         <member name="P:System.Drawing.Brushes.MediumAquamarine">
  729.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  730.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  731.             <filterpriority>1</filterpriority>
  732.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  733.         </member>
  734.         <member name="P:System.Drawing.Brushes.MediumBlue">
  735.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  736.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  737.             <filterpriority>1</filterpriority>
  738.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  739.         </member>
  740.         <member name="P:System.Drawing.Brushes.MediumOrchid">
  741.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  742.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  743.             <filterpriority>1</filterpriority>
  744.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  745.         </member>
  746.         <member name="P:System.Drawing.Brushes.MediumPurple">
  747.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  748.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  749.             <filterpriority>1</filterpriority>
  750.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  751.         </member>
  752.         <member name="P:System.Drawing.Brushes.MediumSeaGreen">
  753.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  754.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  755.             <filterpriority>1</filterpriority>
  756.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  757.         </member>
  758.         <member name="P:System.Drawing.Brushes.MediumSlateBlue">
  759.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  760.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  761.             <filterpriority>1</filterpriority>
  762.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  763.         </member>
  764.         <member name="P:System.Drawing.Brushes.MediumSpringGreen">
  765.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  766.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  767.             <filterpriority>1</filterpriority>
  768.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  769.         </member>
  770.         <member name="P:System.Drawing.Brushes.MediumTurquoise">
  771.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  772.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  773.             <filterpriority>1</filterpriority>
  774.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  775.         </member>
  776.         <member name="P:System.Drawing.Brushes.MediumVioletRed">
  777.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  778.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  779.             <filterpriority>1</filterpriority>
  780.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  781.         </member>
  782.         <member name="P:System.Drawing.Brushes.MidnightBlue">
  783.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  784.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  785.             <filterpriority>1</filterpriority>
  786.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  787.         </member>
  788.         <member name="P:System.Drawing.Brushes.MintCream">
  789.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  790.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  791.             <filterpriority>1</filterpriority>
  792.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  793.         </member>
  794.         <member name="P:System.Drawing.Brushes.MistyRose">
  795.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  796.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  797.             <filterpriority>1</filterpriority>
  798.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  799.         </member>
  800.         <member name="P:System.Drawing.Brushes.Moccasin">
  801.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  802.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  803.             <filterpriority>1</filterpriority>
  804.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  805.         </member>
  806.         <member name="P:System.Drawing.Brushes.NavajoWhite">
  807.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  808.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  809.             <filterpriority>1</filterpriority>
  810.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  811.         </member>
  812.         <member name="P:System.Drawing.Brushes.Navy">
  813.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  814.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  815.             <filterpriority>1</filterpriority>
  816.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  817.         </member>
  818.         <member name="P:System.Drawing.Brushes.OldLace">
  819.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  820.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  821.             <filterpriority>1</filterpriority>
  822.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  823.         </member>
  824.         <member name="P:System.Drawing.Brushes.Olive">
  825.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  826.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  827.             <filterpriority>1</filterpriority>
  828.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  829.         </member>
  830.         <member name="P:System.Drawing.Brushes.OliveDrab">
  831.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  832.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  833.             <filterpriority>1</filterpriority>
  834.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  835.         </member>
  836.         <member name="P:System.Drawing.Brushes.Orange">
  837.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  838.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  839.             <filterpriority>1</filterpriority>
  840.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  841.         </member>
  842.         <member name="P:System.Drawing.Brushes.OrangeRed">
  843.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  844.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  845.             <filterpriority>1</filterpriority>
  846.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  847.         </member>
  848.         <member name="P:System.Drawing.Brushes.Orchid">
  849.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  850.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  851.             <filterpriority>1</filterpriority>
  852.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  853.         </member>
  854.         <member name="P:System.Drawing.Brushes.PaleGoldenrod">
  855.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  856.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  857.             <filterpriority>1</filterpriority>
  858.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  859.         </member>
  860.         <member name="P:System.Drawing.Brushes.PaleGreen">
  861.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  862.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  863.             <filterpriority>1</filterpriority>
  864.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  865.         </member>
  866.         <member name="P:System.Drawing.Brushes.PaleTurquoise">
  867.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  868.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  869.             <filterpriority>1</filterpriority>
  870.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  871.         </member>
  872.         <member name="P:System.Drawing.Brushes.PaleVioletRed">
  873.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  874.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  875.             <filterpriority>1</filterpriority>
  876.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  877.         </member>
  878.         <member name="P:System.Drawing.Brushes.PapayaWhip">
  879.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  880.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  881.             <filterpriority>1</filterpriority>
  882.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  883.         </member>
  884.         <member name="P:System.Drawing.Brushes.PeachPuff">
  885.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  886.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  887.             <filterpriority>1</filterpriority>
  888.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  889.         </member>
  890.         <member name="P:System.Drawing.Brushes.Peru">
  891.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  892.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  893.             <filterpriority>1</filterpriority>
  894.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  895.         </member>
  896.         <member name="P:System.Drawing.Brushes.Pink">
  897.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  898.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  899.             <filterpriority>1</filterpriority>
  900.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  901.         </member>
  902.         <member name="P:System.Drawing.Brushes.Plum">
  903.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  904.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  905.             <filterpriority>1</filterpriority>
  906.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  907.         </member>
  908.         <member name="P:System.Drawing.Brushes.PowderBlue">
  909.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  910.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  911.             <filterpriority>1</filterpriority>
  912.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  913.         </member>
  914.         <member name="P:System.Drawing.Brushes.Purple">
  915.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  916.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  917.             <filterpriority>1</filterpriority>
  918.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  919.         </member>
  920.         <member name="P:System.Drawing.Brushes.Red">
  921.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  922.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  923.             <filterpriority>1</filterpriority>
  924.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  925.         </member>
  926.         <member name="P:System.Drawing.Brushes.RosyBrown">
  927.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  928.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  929.             <filterpriority>1</filterpriority>
  930.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  931.         </member>
  932.         <member name="P:System.Drawing.Brushes.RoyalBlue">
  933.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  934.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  935.             <filterpriority>1</filterpriority>
  936.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  937.         </member>
  938.         <member name="P:System.Drawing.Brushes.SaddleBrown">
  939.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  940.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  941.             <filterpriority>1</filterpriority>
  942.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  943.         </member>
  944.         <member name="P:System.Drawing.Brushes.Salmon">
  945.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  946.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  947.             <filterpriority>1</filterpriority>
  948.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  949.         </member>
  950.         <member name="P:System.Drawing.Brushes.SandyBrown">
  951.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  952.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  953.             <filterpriority>1</filterpriority>
  954.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  955.         </member>
  956.         <member name="P:System.Drawing.Brushes.SeaGreen">
  957.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  958.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  959.             <filterpriority>1</filterpriority>
  960.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  961.         </member>
  962.         <member name="P:System.Drawing.Brushes.SeaShell">
  963.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  964.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  965.             <filterpriority>1</filterpriority>
  966.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  967.         </member>
  968.         <member name="P:System.Drawing.Brushes.Sienna">
  969.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  970.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  971.             <filterpriority>1</filterpriority>
  972.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  973.         </member>
  974.         <member name="P:System.Drawing.Brushes.Silver">
  975.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  976.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  977.             <filterpriority>1</filterpriority>
  978.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  979.         </member>
  980.         <member name="P:System.Drawing.Brushes.SkyBlue">
  981.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  982.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  983.             <filterpriority>1</filterpriority>
  984.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  985.         </member>
  986.         <member name="P:System.Drawing.Brushes.SlateBlue">
  987.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  988.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  989.             <filterpriority>1</filterpriority>
  990.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  991.         </member>
  992.         <member name="P:System.Drawing.Brushes.SlateGray">
  993.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  994.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  995.             <filterpriority>1</filterpriority>
  996.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  997.         </member>
  998.         <member name="P:System.Drawing.Brushes.Snow">
  999.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1000.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1001.             <filterpriority>1</filterpriority>
  1002.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1003.         </member>
  1004.         <member name="P:System.Drawing.Brushes.SpringGreen">
  1005.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1006.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1007.             <filterpriority>1</filterpriority>
  1008.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1009.         </member>
  1010.         <member name="P:System.Drawing.Brushes.SteelBlue">
  1011.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1012.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1013.             <filterpriority>1</filterpriority>
  1014.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1015.         </member>
  1016.         <member name="P:System.Drawing.Brushes.Tan">
  1017.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1018.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1019.             <filterpriority>1</filterpriority>
  1020.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1021.         </member>
  1022.         <member name="P:System.Drawing.Brushes.Teal">
  1023.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1024.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1025.             <filterpriority>1</filterpriority>
  1026.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1027.         </member>
  1028.         <member name="P:System.Drawing.Brushes.Thistle">
  1029.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1030.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1031.             <filterpriority>1</filterpriority>
  1032.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1033.         </member>
  1034.         <member name="P:System.Drawing.Brushes.Tomato">
  1035.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1036.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1037.             <filterpriority>1</filterpriority>
  1038.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1039.         </member>
  1040.         <member name="P:System.Drawing.Brushes.Transparent">
  1041.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1042.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1043.             <filterpriority>1</filterpriority>
  1044.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1045.         </member>
  1046.         <member name="P:System.Drawing.Brushes.Turquoise">
  1047.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1048.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1049.             <filterpriority>1</filterpriority>
  1050.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1051.         </member>
  1052.         <member name="P:System.Drawing.Brushes.Violet">
  1053.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1054.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1055.             <filterpriority>1</filterpriority>
  1056.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1057.         </member>
  1058.         <member name="P:System.Drawing.Brushes.Wheat">
  1059.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1060.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1061.             <filterpriority>1</filterpriority>
  1062.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1063.         </member>
  1064.         <member name="P:System.Drawing.Brushes.White">
  1065.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1066.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1067.             <filterpriority>1</filterpriority>
  1068.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1069.         </member>
  1070.         <member name="P:System.Drawing.Brushes.WhiteSmoke">
  1071.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1072.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1073.             <filterpriority>1</filterpriority>
  1074.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1075.         </member>
  1076.         <member name="P:System.Drawing.Brushes.Yellow">
  1077.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1078.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1079.             <filterpriority>1</filterpriority>
  1080.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1081.         </member>
  1082.         <member name="P:System.Drawing.Brushes.YellowGreen">
  1083.             <summary>Gets a system-defined <see cref="T:System.Drawing.Brush"></see> object.</summary>
  1084.             <returns>A <see cref="T:System.Drawing.Brush"></see> object set to a system-defined color.</returns>
  1085.             <filterpriority>1</filterpriority>
  1086.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1087.         </member>
  1088.         <member name="T:System.Drawing.BufferedGraphics">
  1089.             <summary>Provides a graphics buffer for double buffering.</summary>
  1090.             <filterpriority>1</filterpriority>
  1091.         </member>
  1092.         <member name="M:System.Drawing.BufferedGraphics.Dispose">
  1093.             <summary>Releases all resources used by the <see cref="T:System.Drawing.BufferedGraphics"></see> object.</summary>
  1094.             <filterpriority>1</filterpriority>
  1095.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1096.         </member>
  1097.         <member name="M:System.Drawing.BufferedGraphics.Render">
  1098.             <summary>Writes the contents of the graphics buffer to the default device.</summary>
  1099.             <filterpriority>1</filterpriority>
  1100.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1101.         </member>
  1102.         <member name="M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)">
  1103.             <summary>Writes the contents of the graphics buffer to the specified <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  1104.             <param name="target">A <see cref="T:System.Drawing.Graphics"></see> object to which to write the contents of the graphics buffer. </param>
  1105.             <filterpriority>1</filterpriority>
  1106.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1107.         </member>
  1108.         <member name="M:System.Drawing.BufferedGraphics.Render(System.IntPtr)">
  1109.             <summary>Writes the contents of the graphics buffer to the device context associated with the specified <see cref="T:System.IntPtr"></see> handle.</summary>
  1110.             <param name="targetDC">An <see cref="T:System.IntPtr"></see> that points to the device context to which to write the contents of the graphics buffer. </param>
  1111.             <filterpriority>1</filterpriority>
  1112.         </member>
  1113.         <member name="P:System.Drawing.BufferedGraphics.Graphics">
  1114.             <summary>Gets a <see cref="T:System.Drawing.Graphics"></see> object that outputs to the graphics buffer.</summary>
  1115.             <returns>A <see cref="T:System.Drawing.Graphics"></see> object that outputs to the graphics buffer.</returns>
  1116.             <filterpriority>1</filterpriority>
  1117.         </member>
  1118.         <member name="T:System.Drawing.BufferedGraphicsContext">
  1119.             <summary>Provides methods for creating graphics buffers that can be used for double buffering.</summary>
  1120.             <filterpriority>1</filterpriority>
  1121.         </member>
  1122.         <member name="M:System.Drawing.BufferedGraphicsContext.#ctor">
  1123.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.BufferedGraphicsContext"></see> class.</summary>
  1124.         </member>
  1125.         <member name="M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)">
  1126.             <summary>Creates a graphics buffer of the specified size using the pixel format of the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  1127.             <returns>A <see cref="T:System.Drawing.BufferedGraphics"></see> that can be used to draw to a buffer of the specified dimensions.</returns>
  1128.             <param name="targetGraphics">The <see cref="T:System.Drawing.Graphics"></see> to match the pixel format for the new buffer to. </param>
  1129.             <param name="targetRectangle">A <see cref="T:System.Drawing.Rectangle"></see> indicating the size of the buffer to create. </param>
  1130.             <filterpriority>1</filterpriority>
  1131.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  1132.         </member>
  1133.         <member name="M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)">
  1134.             <summary>Creates a graphics buffer of the specified size using the pixel format of the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  1135.             <returns>A <see cref="T:System.Drawing.BufferedGraphics"></see> that can be used to draw to a buffer of the specified dimensions.</returns>
  1136.             <param name="targetDC">An <see cref="T:System.IntPtr"></see> to a device context to match the pixel format of the new buffer to. </param>
  1137.             <param name="targetRectangle">A <see cref="T:System.Drawing.Rectangle"></see> indicating the size of the buffer to create. </param>
  1138.             <filterpriority>1</filterpriority>
  1139.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  1140.         </member>
  1141.         <member name="M:System.Drawing.BufferedGraphicsContext.Dispose">
  1142.             <summary>Releases all resources used by the <see cref="T:System.Drawing.BufferedGraphicsContext"></see>.</summary>
  1143.             <filterpriority>1</filterpriority>
  1144.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1145.         </member>
  1146.         <member name="M:System.Drawing.BufferedGraphicsContext.Invalidate">
  1147.             <summary>Disposes of the current graphics buffer, if a buffer has been allocated and has not yet been disposed.</summary>
  1148.             <filterpriority>1</filterpriority>
  1149.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1150.         </member>
  1151.         <member name="P:System.Drawing.BufferedGraphicsContext.MaximumBuffer">
  1152.             <summary>Gets or sets the maximum size of the buffer to use.</summary>
  1153.             <returns>A <see cref="T:System.Drawing.Size"></see> indicating the maximum size of the buffer dimensions.</returns>
  1154.             <exception cref="T:System.ArgumentException">The height or width of the size is less than or equal to zero. </exception>
  1155.             <filterpriority>1</filterpriority>
  1156.             <PermissionSet><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" /></PermissionSet>
  1157.         </member>
  1158.         <member name="T:System.Drawing.BufferedGraphicsManager">
  1159.             <summary>Provides access to the main buffered graphics context object for the application domain.</summary>
  1160.             <filterpriority>1</filterpriority>
  1161.         </member>
  1162.         <member name="P:System.Drawing.BufferedGraphicsManager.Current">
  1163.             <summary>Gets the <see cref="T:System.Drawing.BufferedGraphicsContext"></see> for the current application domain.</summary>
  1164.             <returns>The <see cref="T:System.Drawing.BufferedGraphicsContext"></see> for the current application domain.</returns>
  1165.             <filterpriority>1</filterpriority>
  1166.         </member>
  1167.         <member name="T:System.Drawing.CharacterRange">
  1168.             <summary>Specifies a range of character positions within a string.</summary>
  1169.             <filterpriority>1</filterpriority>
  1170.         </member>
  1171.         <member name="M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)">
  1172.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.CharacterRange"></see> structure, specifying a range of character positions within a string.</summary>
  1173.             <param name="Length">The number of positions in the range. </param>
  1174.             <param name="First">The position of the first character in the range. For example, if First is set to 0, the first position of the range is position 0 in the string. </param>
  1175.         </member>
  1176.         <member name="M:System.Drawing.CharacterRange.Equals(System.Object)">
  1177.             <summary>Gets a value indicating whether this object is equivalent to the specified object.</summary>
  1178.             <returns>true to indicate the specified object is an instance with the same <see cref="P:System.Drawing.CharacterRange.First"></see> and <see cref="P:System.Drawing.CharacterRange.Length"></see> value as this instance; otherwise, false.</returns>
  1179.             <param name="obj">The object to compare to for equality.</param>
  1180.         </member>
  1181.         <member name="M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)">
  1182.             <summary>Compares two <see cref="T:System.Drawing.CharacterRange"></see> objects. Gets a value indicating whether the <see cref="P:System.Drawing.CharacterRange.First"></see> and <see cref="P:System.Drawing.CharacterRange.Length"></see> values of the two <see cref="T:System.Drawing.CharacterRange"></see> objects are equal.</summary>
  1183.             <returns>true to indicate the two <see cref="T:System.Drawing.CharacterRange"></see> objects have the same <see cref="P:System.Drawing.CharacterRange.First"></see> and <see cref="P:System.Drawing.CharacterRange.Length"></see> values; otherwise, false. </returns>
  1184.             <param name="cr2">A <see cref="T:System.Drawing.CharacterRange"></see> to compare for equality.</param>
  1185.             <param name="cr1">A <see cref="T:System.Drawing.CharacterRange"></see> to compare for equality.</param>
  1186.         </member>
  1187.         <member name="M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)">
  1188.             <summary>Compares two <see cref="T:System.Drawing.CharacterRange"></see> objects. Gets a value indicating whether the <see cref="P:System.Drawing.CharacterRange.First"></see> or <see cref="P:System.Drawing.CharacterRange.Length"></see> values of the two <see cref="T:System.Drawing.CharacterRange"></see> objects are not equal.</summary>
  1189.             <returns>true to indicate the either the <see cref="P:System.Drawing.CharacterRange.First"></see> or <see cref="P:System.Drawing.CharacterRange.Length"></see> values of the two <see cref="T:System.Drawing.CharacterRange"></see> objects differ; otherwise, false. </returns>
  1190.             <param name="cr2">A <see cref="T:System.Drawing.CharacterRange"></see> to compare for inequality.</param>
  1191.             <param name="cr1">A <see cref="T:System.Drawing.CharacterRange"></see> to compare for inequality.</param>
  1192.         </member>
  1193.         <member name="P:System.Drawing.CharacterRange.First">
  1194.             <summary>Gets or sets the position in the string of the first character of this <see cref="T:System.Drawing.CharacterRange"></see>.</summary>
  1195.             <returns>The first position of this <see cref="T:System.Drawing.CharacterRange"></see>.</returns>
  1196.             <filterpriority>1</filterpriority>
  1197.         </member>
  1198.         <member name="P:System.Drawing.CharacterRange.Length">
  1199.             <summary>Gets or sets the number of positions in this <see cref="T:System.Drawing.CharacterRange"></see>.</summary>
  1200.             <returns>The number of positions in this <see cref="T:System.Drawing.CharacterRange"></see>.</returns>
  1201.             <filterpriority>1</filterpriority>
  1202.         </member>
  1203.         <member name="T:System.Drawing.Color">
  1204.             <summary>Represents an ARGB color.</summary>
  1205.             <filterpriority>1</filterpriority>
  1206.             <completionlist cref="T:System.Drawing.Color" />
  1207.         </member>
  1208.         <member name="F:System.Drawing.Color.Empty">
  1209.             <summary>Represents a color that is null.</summary>
  1210.             <filterpriority>1</filterpriority>
  1211.         </member>
  1212.         <member name="M:System.Drawing.Color.Equals(System.Object)">
  1213.             <summary>Tests whether the specified object is a <see cref="T:System.Drawing.Color"></see> structure and is equivalent to this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1214.             <returns>true if obj is a <see cref="T:System.Drawing.Color"></see> structure equivalent to this <see cref="T:System.Drawing.Color"></see> structure; otherwise, false.</returns>
  1215.             <param name="obj">The object to test. </param>
  1216.             <filterpriority>1</filterpriority>
  1217.         </member>
  1218.         <member name="M:System.Drawing.Color.FromArgb(System.Int32)">
  1219.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from a 32-bit ARGB value.</summary>
  1220.             <returns>The <see cref="T:System.Drawing.Color"></see> structure that this method creates.</returns>
  1221.             <param name="argb">A value specifying the 32-bit ARGB value. </param>
  1222.             <filterpriority>1</filterpriority>
  1223.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1224.         </member>
  1225.         <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Drawing.Color)">
  1226.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified <see cref="T:System.Drawing.Color"></see> structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</summary>
  1227.             <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
  1228.             <param name="baseColor">The <see cref="T:System.Drawing.Color"></see> from which to create the new <see cref="T:System.Drawing.Color"></see>. </param>
  1229.             <param name="alpha">The alpha value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255. </param>
  1230.             <exception cref="T:System.ArgumentException">alpha is less than 0 or greater than 255.</exception>
  1231.             <filterpriority>1</filterpriority>
  1232.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1233.         </member>
  1234.         <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32)">
  1235.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</summary>
  1236.             <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
  1237.             <param name="blue">The blue component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255. </param>
  1238.             <param name="green">The green component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255. </param>
  1239.             <param name="red">The red component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255. </param>
  1240.             <exception cref="T:System.ArgumentException">red, green, or blue is less than 0 or greater than 255.</exception>
  1241.             <filterpriority>1</filterpriority>
  1242.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1243.         </member>
  1244.         <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32,System.Int32)">
  1245.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.</summary>
  1246.             <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
  1247.             <param name="green">The green component. Valid values are 0 through 255. </param>
  1248.             <param name="blue">The blue component. Valid values are 0 through 255. </param>
  1249.             <param name="alpha">The alpha component. Valid values are 0 through 255. </param>
  1250.             <param name="red">The red component. Valid values are 0 through 255. </param>
  1251.             <exception cref="T:System.ArgumentException">alpha, red, green, or blue is less than 0 or greater than 255.</exception>
  1252.             <filterpriority>1</filterpriority>
  1253.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1254.         </member>
  1255.         <member name="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)">
  1256.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified predefined color.</summary>
  1257.             <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
  1258.             <param name="color">An element of the <see cref="T:System.Drawing.KnownColor"></see> enumeration. </param>
  1259.             <filterpriority>1</filterpriority>
  1260.         </member>
  1261.         <member name="M:System.Drawing.Color.FromName(System.String)">
  1262.             <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified name of a predefined color.</summary>
  1263.             <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
  1264.             <param name="name">A string that is the name of a predefined color. Valid names are the same as the names of the elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration. </param>
  1265.             <filterpriority>1</filterpriority>
  1266.         </member>
  1267.         <member name="M:System.Drawing.Color.GetBrightness">
  1268.             <summary>Gets the hue-saturation-brightness (HSB) brightness value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1269.             <returns>The brightness of this <see cref="T:System.Drawing.Color"></see>. The brightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white.</returns>
  1270.             <filterpriority>1</filterpriority>
  1271.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1272.         </member>
  1273.         <member name="M:System.Drawing.Color.GetHashCode">
  1274.             <summary>Returns a hash code for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1275.             <returns>An integer value that specifies the hash code for this <see cref="T:System.Drawing.Color"></see>.</returns>
  1276.             <filterpriority>1</filterpriority>
  1277.         </member>
  1278.         <member name="M:System.Drawing.Color.GetHue">
  1279.             <summary>Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1280.             <returns>The hue, in degrees, of this <see cref="T:System.Drawing.Color"></see>. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space.</returns>
  1281.             <filterpriority>1</filterpriority>
  1282.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1283.         </member>
  1284.         <member name="M:System.Drawing.Color.GetSaturation">
  1285.             <summary>Gets the hue-saturation-brightness (HSB) saturation value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1286.             <returns>The saturation of this <see cref="T:System.Drawing.Color"></see>. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.</returns>
  1287.             <filterpriority>1</filterpriority>
  1288.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1289.         </member>
  1290.         <member name="M:System.Drawing.Color.op_Equality(System.Drawing.Color,System.Drawing.Color)">
  1291.             <summary>Tests whether two specified <see cref="T:System.Drawing.Color"></see> structures are equivalent.</summary>
  1292.             <returns>true if the two <see cref="T:System.Drawing.Color"></see> structures are equal; otherwise, false.</returns>
  1293.             <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the equality operator. </param>
  1294.             <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the equality operator. </param>
  1295.             <filterpriority>3</filterpriority>
  1296.         </member>
  1297.         <member name="M:System.Drawing.Color.op_Inequality(System.Drawing.Color,System.Drawing.Color)">
  1298.             <summary>Tests whether two specified <see cref="T:System.Drawing.Color"></see> structures are different.</summary>
  1299.             <returns>true if the two <see cref="T:System.Drawing.Color"></see> structures are different; otherwise, false.</returns>
  1300.             <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the inequality operator. </param>
  1301.             <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the inequality operator. </param>
  1302.             <filterpriority>3</filterpriority>
  1303.         </member>
  1304.         <member name="M:System.Drawing.Color.ToArgb">
  1305.             <summary>Gets the 32-bit ARGB value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1306.             <returns>The 32-bit ARGB value of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1307.             <filterpriority>1</filterpriority>
  1308.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1309.         </member>
  1310.         <member name="M:System.Drawing.Color.ToKnownColor">
  1311.             <summary>Gets the <see cref="T:System.Drawing.KnownColor"></see> value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1312.             <returns>An element of the <see cref="T:System.Drawing.KnownColor"></see> enumeration, if the <see cref="T:System.Drawing.Color"></see> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, 0.</returns>
  1313.             <filterpriority>1</filterpriority>
  1314.         </member>
  1315.         <member name="M:System.Drawing.Color.ToString">
  1316.             <summary>Converts this <see cref="T:System.Drawing.Color"></see> structure to a human-readable string.</summary>
  1317.             <returns>A string that is the name of this <see cref="T:System.Drawing.Color"></see>, if the <see cref="T:System.Drawing.Color"></see> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, a string that consists of the ARGB component names and their values.</returns>
  1318.             <filterpriority>1</filterpriority>
  1319.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1320.         </member>
  1321.         <member name="P:System.Drawing.Color.A">
  1322.             <summary>Gets the alpha component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1323.             <returns>The alpha component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1324.             <filterpriority>1</filterpriority>
  1325.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1326.         </member>
  1327.         <member name="P:System.Drawing.Color.AliceBlue">
  1328.             <summary>Gets a system-defined color.</summary>
  1329.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1330.             <filterpriority>1</filterpriority>
  1331.         </member>
  1332.         <member name="P:System.Drawing.Color.AntiqueWhite">
  1333.             <summary>Gets a system-defined color.</summary>
  1334.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1335.             <filterpriority>1</filterpriority>
  1336.         </member>
  1337.         <member name="P:System.Drawing.Color.Aqua">
  1338.             <summary>Gets a system-defined color.</summary>
  1339.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1340.             <filterpriority>1</filterpriority>
  1341.         </member>
  1342.         <member name="P:System.Drawing.Color.Aquamarine">
  1343.             <summary>Gets a system-defined color.</summary>
  1344.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1345.             <filterpriority>1</filterpriority>
  1346.         </member>
  1347.         <member name="P:System.Drawing.Color.Azure">
  1348.             <summary>Gets a system-defined color.</summary>
  1349.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1350.             <filterpriority>1</filterpriority>
  1351.         </member>
  1352.         <member name="P:System.Drawing.Color.B">
  1353.             <summary>Gets the blue component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1354.             <returns>The blue component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1355.             <filterpriority>1</filterpriority>
  1356.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1357.         </member>
  1358.         <member name="P:System.Drawing.Color.Beige">
  1359.             <summary>Gets a system-defined color.</summary>
  1360.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1361.             <filterpriority>1</filterpriority>
  1362.         </member>
  1363.         <member name="P:System.Drawing.Color.Bisque">
  1364.             <summary>Gets a system-defined color.</summary>
  1365.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1366.             <filterpriority>1</filterpriority>
  1367.         </member>
  1368.         <member name="P:System.Drawing.Color.Black">
  1369.             <summary>Gets a system-defined color.</summary>
  1370.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1371.             <filterpriority>1</filterpriority>
  1372.         </member>
  1373.         <member name="P:System.Drawing.Color.BlanchedAlmond">
  1374.             <summary>Gets a system-defined color.</summary>
  1375.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1376.             <filterpriority>1</filterpriority>
  1377.         </member>
  1378.         <member name="P:System.Drawing.Color.Blue">
  1379.             <summary>Gets a system-defined color.</summary>
  1380.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1381.             <filterpriority>1</filterpriority>
  1382.         </member>
  1383.         <member name="P:System.Drawing.Color.BlueViolet">
  1384.             <summary>Gets a system-defined color.</summary>
  1385.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1386.             <filterpriority>1</filterpriority>
  1387.         </member>
  1388.         <member name="P:System.Drawing.Color.Brown">
  1389.             <summary>Gets a system-defined color.</summary>
  1390.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1391.             <filterpriority>1</filterpriority>
  1392.         </member>
  1393.         <member name="P:System.Drawing.Color.BurlyWood">
  1394.             <summary>Gets a system-defined color.</summary>
  1395.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1396.             <filterpriority>1</filterpriority>
  1397.         </member>
  1398.         <member name="P:System.Drawing.Color.CadetBlue">
  1399.             <summary>Gets a system-defined color.</summary>
  1400.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1401.             <filterpriority>1</filterpriority>
  1402.         </member>
  1403.         <member name="P:System.Drawing.Color.Chartreuse">
  1404.             <summary>Gets a system-defined color.</summary>
  1405.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1406.             <filterpriority>1</filterpriority>
  1407.         </member>
  1408.         <member name="P:System.Drawing.Color.Chocolate">
  1409.             <summary>Gets a system-defined color.</summary>
  1410.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1411.             <filterpriority>1</filterpriority>
  1412.         </member>
  1413.         <member name="P:System.Drawing.Color.Coral">
  1414.             <summary>Gets a system-defined color.</summary>
  1415.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1416.             <filterpriority>1</filterpriority>
  1417.         </member>
  1418.         <member name="P:System.Drawing.Color.CornflowerBlue">
  1419.             <summary>Gets a system-defined color.</summary>
  1420.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1421.             <filterpriority>1</filterpriority>
  1422.         </member>
  1423.         <member name="P:System.Drawing.Color.Cornsilk">
  1424.             <summary>Gets a system-defined color.</summary>
  1425.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1426.             <filterpriority>1</filterpriority>
  1427.         </member>
  1428.         <member name="P:System.Drawing.Color.Crimson">
  1429.             <summary>Gets a system-defined color.</summary>
  1430.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1431.             <filterpriority>1</filterpriority>
  1432.         </member>
  1433.         <member name="P:System.Drawing.Color.Cyan">
  1434.             <summary>Gets a system-defined color.</summary>
  1435.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1436.             <filterpriority>1</filterpriority>
  1437.         </member>
  1438.         <member name="P:System.Drawing.Color.DarkBlue">
  1439.             <summary>Gets a system-defined color.</summary>
  1440.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1441.             <filterpriority>1</filterpriority>
  1442.         </member>
  1443.         <member name="P:System.Drawing.Color.DarkCyan">
  1444.             <summary>Gets a system-defined color.</summary>
  1445.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1446.             <filterpriority>1</filterpriority>
  1447.         </member>
  1448.         <member name="P:System.Drawing.Color.DarkGoldenrod">
  1449.             <summary>Gets a system-defined color.</summary>
  1450.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1451.             <filterpriority>1</filterpriority>
  1452.         </member>
  1453.         <member name="P:System.Drawing.Color.DarkGray">
  1454.             <summary>Gets a system-defined color.</summary>
  1455.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1456.             <filterpriority>1</filterpriority>
  1457.         </member>
  1458.         <member name="P:System.Drawing.Color.DarkGreen">
  1459.             <summary>Gets a system-defined color.</summary>
  1460.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1461.             <filterpriority>1</filterpriority>
  1462.         </member>
  1463.         <member name="P:System.Drawing.Color.DarkKhaki">
  1464.             <summary>Gets a system-defined color.</summary>
  1465.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1466.             <filterpriority>1</filterpriority>
  1467.         </member>
  1468.         <member name="P:System.Drawing.Color.DarkMagenta">
  1469.             <summary>Gets a system-defined color.</summary>
  1470.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1471.             <filterpriority>1</filterpriority>
  1472.         </member>
  1473.         <member name="P:System.Drawing.Color.DarkOliveGreen">
  1474.             <summary>Gets a system-defined color.</summary>
  1475.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1476.             <filterpriority>1</filterpriority>
  1477.         </member>
  1478.         <member name="P:System.Drawing.Color.DarkOrange">
  1479.             <summary>Gets a system-defined color.</summary>
  1480.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1481.             <filterpriority>1</filterpriority>
  1482.         </member>
  1483.         <member name="P:System.Drawing.Color.DarkOrchid">
  1484.             <summary>Gets a system-defined color.</summary>
  1485.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1486.             <filterpriority>1</filterpriority>
  1487.         </member>
  1488.         <member name="P:System.Drawing.Color.DarkRed">
  1489.             <summary>Gets a system-defined color.</summary>
  1490.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1491.             <filterpriority>1</filterpriority>
  1492.         </member>
  1493.         <member name="P:System.Drawing.Color.DarkSalmon">
  1494.             <summary>Gets a system-defined color.</summary>
  1495.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1496.             <filterpriority>1</filterpriority>
  1497.         </member>
  1498.         <member name="P:System.Drawing.Color.DarkSeaGreen">
  1499.             <summary>Gets a system-defined color.</summary>
  1500.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1501.             <filterpriority>1</filterpriority>
  1502.         </member>
  1503.         <member name="P:System.Drawing.Color.DarkSlateBlue">
  1504.             <summary>Gets a system-defined color.</summary>
  1505.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1506.             <filterpriority>1</filterpriority>
  1507.         </member>
  1508.         <member name="P:System.Drawing.Color.DarkSlateGray">
  1509.             <summary>Gets a system-defined color.</summary>
  1510.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1511.             <filterpriority>1</filterpriority>
  1512.         </member>
  1513.         <member name="P:System.Drawing.Color.DarkTurquoise">
  1514.             <summary>Gets a system-defined color.</summary>
  1515.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1516.             <filterpriority>1</filterpriority>
  1517.         </member>
  1518.         <member name="P:System.Drawing.Color.DarkViolet">
  1519.             <summary>Gets a system-defined color.</summary>
  1520.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1521.             <filterpriority>1</filterpriority>
  1522.         </member>
  1523.         <member name="P:System.Drawing.Color.DeepPink">
  1524.             <summary>Gets a system-defined color.</summary>
  1525.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1526.             <filterpriority>1</filterpriority>
  1527.         </member>
  1528.         <member name="P:System.Drawing.Color.DeepSkyBlue">
  1529.             <summary>Gets a system-defined color.</summary>
  1530.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1531.             <filterpriority>1</filterpriority>
  1532.         </member>
  1533.         <member name="P:System.Drawing.Color.DimGray">
  1534.             <summary>Gets a system-defined color.</summary>
  1535.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1536.             <filterpriority>1</filterpriority>
  1537.         </member>
  1538.         <member name="P:System.Drawing.Color.DodgerBlue">
  1539.             <summary>Gets a system-defined color.</summary>
  1540.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1541.             <filterpriority>1</filterpriority>
  1542.         </member>
  1543.         <member name="P:System.Drawing.Color.Firebrick">
  1544.             <summary>Gets a system-defined color.</summary>
  1545.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1546.             <filterpriority>1</filterpriority>
  1547.         </member>
  1548.         <member name="P:System.Drawing.Color.FloralWhite">
  1549.             <summary>Gets a system-defined color.</summary>
  1550.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1551.             <filterpriority>1</filterpriority>
  1552.         </member>
  1553.         <member name="P:System.Drawing.Color.ForestGreen">
  1554.             <summary>Gets a system-defined color.</summary>
  1555.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1556.             <filterpriority>1</filterpriority>
  1557.         </member>
  1558.         <member name="P:System.Drawing.Color.Fuchsia">
  1559.             <summary>Gets a system-defined color.</summary>
  1560.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1561.             <filterpriority>1</filterpriority>
  1562.         </member>
  1563.         <member name="P:System.Drawing.Color.G">
  1564.             <summary>Gets the green component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1565.             <returns>The green component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1566.             <filterpriority>1</filterpriority>
  1567.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1568.         </member>
  1569.         <member name="P:System.Drawing.Color.Gainsboro">
  1570.             <summary>Gets a system-defined color.</summary>
  1571.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1572.             <filterpriority>1</filterpriority>
  1573.         </member>
  1574.         <member name="P:System.Drawing.Color.GhostWhite">
  1575.             <summary>Gets a system-defined color.</summary>
  1576.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1577.             <filterpriority>1</filterpriority>
  1578.         </member>
  1579.         <member name="P:System.Drawing.Color.Gold">
  1580.             <summary>Gets a system-defined color.</summary>
  1581.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1582.             <filterpriority>1</filterpriority>
  1583.         </member>
  1584.         <member name="P:System.Drawing.Color.Goldenrod">
  1585.             <summary>Gets a system-defined color.</summary>
  1586.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1587.             <filterpriority>1</filterpriority>
  1588.         </member>
  1589.         <member name="P:System.Drawing.Color.Gray">
  1590.             <summary>Gets a system-defined color.</summary>
  1591.             <returns>A <see cref="T:System.Drawing.Color"></see> strcture representing a system-defined color.</returns>
  1592.             <filterpriority>1</filterpriority>
  1593.         </member>
  1594.         <member name="P:System.Drawing.Color.Green">
  1595.             <summary>Gets a system-defined color.</summary>
  1596.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1597.             <filterpriority>1</filterpriority>
  1598.         </member>
  1599.         <member name="P:System.Drawing.Color.GreenYellow">
  1600.             <summary>Gets a system-defined color.</summary>
  1601.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1602.             <filterpriority>1</filterpriority>
  1603.         </member>
  1604.         <member name="P:System.Drawing.Color.Honeydew">
  1605.             <summary>Gets a system-defined color.</summary>
  1606.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1607.             <filterpriority>1</filterpriority>
  1608.         </member>
  1609.         <member name="P:System.Drawing.Color.HotPink">
  1610.             <summary>Gets a system-defined color.</summary>
  1611.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1612.             <filterpriority>1</filterpriority>
  1613.         </member>
  1614.         <member name="P:System.Drawing.Color.IndianRed">
  1615.             <summary>Gets a system-defined color.</summary>
  1616.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1617.             <filterpriority>1</filterpriority>
  1618.         </member>
  1619.         <member name="P:System.Drawing.Color.Indigo">
  1620.             <summary>Gets a system-defined color.</summary>
  1621.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1622.             <filterpriority>1</filterpriority>
  1623.         </member>
  1624.         <member name="P:System.Drawing.Color.IsEmpty">
  1625.             <summary>Specifies whether this <see cref="T:System.Drawing.Color"></see> structure is uninitialized.</summary>
  1626.             <returns>This property returns true if this color is uninitialized; otherwise, false.</returns>
  1627.             <filterpriority>1</filterpriority>
  1628.         </member>
  1629.         <member name="P:System.Drawing.Color.IsKnownColor">
  1630.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a predefined color. Predefined colors are represented by the elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
  1631.             <returns>true if this <see cref="T:System.Drawing.Color"></see> was created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, false.</returns>
  1632.             <filterpriority>1</filterpriority>
  1633.         </member>
  1634.         <member name="P:System.Drawing.Color.IsNamedColor">
  1635.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a named color or a member of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
  1636.             <returns>true if this <see cref="T:System.Drawing.Color"></see> was created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, false.</returns>
  1637.             <filterpriority>1</filterpriority>
  1638.         </member>
  1639.         <member name="P:System.Drawing.Color.IsSystemColor">
  1640.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a system color. A system color is a color that is used in a Windows display element. System colors are represented by elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
  1641.             <returns>true if this <see cref="T:System.Drawing.Color"></see> was created from a system color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, false.</returns>
  1642.             <filterpriority>1</filterpriority>
  1643.         </member>
  1644.         <member name="P:System.Drawing.Color.Ivory">
  1645.             <summary>Gets a system-defined color.</summary>
  1646.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1647.             <filterpriority>1</filterpriority>
  1648.         </member>
  1649.         <member name="P:System.Drawing.Color.Khaki">
  1650.             <summary>Gets a system-defined color.</summary>
  1651.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1652.             <filterpriority>1</filterpriority>
  1653.         </member>
  1654.         <member name="P:System.Drawing.Color.Lavender">
  1655.             <summary>Gets a system-defined color.</summary>
  1656.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1657.             <filterpriority>1</filterpriority>
  1658.         </member>
  1659.         <member name="P:System.Drawing.Color.LavenderBlush">
  1660.             <summary>Gets a system-defined color.</summary>
  1661.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1662.             <filterpriority>1</filterpriority>
  1663.         </member>
  1664.         <member name="P:System.Drawing.Color.LawnGreen">
  1665.             <summary>Gets a system-defined color.</summary>
  1666.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1667.             <filterpriority>1</filterpriority>
  1668.         </member>
  1669.         <member name="P:System.Drawing.Color.LemonChiffon">
  1670.             <summary>Gets a system-defined color.</summary>
  1671.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1672.             <filterpriority>1</filterpriority>
  1673.         </member>
  1674.         <member name="P:System.Drawing.Color.LightBlue">
  1675.             <summary>Gets a system-defined color.</summary>
  1676.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1677.             <filterpriority>1</filterpriority>
  1678.         </member>
  1679.         <member name="P:System.Drawing.Color.LightCoral">
  1680.             <summary>Gets a system-defined color.</summary>
  1681.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1682.             <filterpriority>1</filterpriority>
  1683.         </member>
  1684.         <member name="P:System.Drawing.Color.LightCyan">
  1685.             <summary>Gets a system-defined color.</summary>
  1686.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1687.             <filterpriority>1</filterpriority>
  1688.         </member>
  1689.         <member name="P:System.Drawing.Color.LightGoldenrodYellow">
  1690.             <summary>Gets a system-defined color.</summary>
  1691.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1692.             <filterpriority>1</filterpriority>
  1693.         </member>
  1694.         <member name="P:System.Drawing.Color.LightGray">
  1695.             <summary>Gets a system-defined color.</summary>
  1696.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1697.             <filterpriority>1</filterpriority>
  1698.         </member>
  1699.         <member name="P:System.Drawing.Color.LightGreen">
  1700.             <summary>Gets a system-defined color.</summary>
  1701.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1702.             <filterpriority>1</filterpriority>
  1703.         </member>
  1704.         <member name="P:System.Drawing.Color.LightPink">
  1705.             <summary>Gets a system-defined color.</summary>
  1706.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1707.             <filterpriority>1</filterpriority>
  1708.         </member>
  1709.         <member name="P:System.Drawing.Color.LightSalmon">
  1710.             <summary>Gets a system-defined color.</summary>
  1711.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1712.             <filterpriority>1</filterpriority>
  1713.         </member>
  1714.         <member name="P:System.Drawing.Color.LightSeaGreen">
  1715.             <summary>Gets a system-defined color.</summary>
  1716.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1717.             <filterpriority>1</filterpriority>
  1718.         </member>
  1719.         <member name="P:System.Drawing.Color.LightSkyBlue">
  1720.             <summary>Gets a system-defined color.</summary>
  1721.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1722.             <filterpriority>1</filterpriority>
  1723.         </member>
  1724.         <member name="P:System.Drawing.Color.LightSlateGray">
  1725.             <summary>Gets a system-defined color.</summary>
  1726.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1727.             <filterpriority>1</filterpriority>
  1728.         </member>
  1729.         <member name="P:System.Drawing.Color.LightSteelBlue">
  1730.             <summary>Gets a system-defined color.</summary>
  1731.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1732.             <filterpriority>1</filterpriority>
  1733.         </member>
  1734.         <member name="P:System.Drawing.Color.LightYellow">
  1735.             <summary>Gets a system-defined color.</summary>
  1736.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1737.             <filterpriority>1</filterpriority>
  1738.         </member>
  1739.         <member name="P:System.Drawing.Color.Lime">
  1740.             <summary>Gets a system-defined color.</summary>
  1741.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1742.             <filterpriority>1</filterpriority>
  1743.         </member>
  1744.         <member name="P:System.Drawing.Color.LimeGreen">
  1745.             <summary>Gets a system-defined color.</summary>
  1746.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1747.             <filterpriority>1</filterpriority>
  1748.         </member>
  1749.         <member name="P:System.Drawing.Color.Linen">
  1750.             <summary>Gets a system-defined color.</summary>
  1751.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1752.             <filterpriority>1</filterpriority>
  1753.         </member>
  1754.         <member name="P:System.Drawing.Color.Magenta">
  1755.             <summary>Gets a system-defined color.</summary>
  1756.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1757.             <filterpriority>1</filterpriority>
  1758.         </member>
  1759.         <member name="P:System.Drawing.Color.Maroon">
  1760.             <summary>Gets a system-defined color.</summary>
  1761.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1762.             <filterpriority>1</filterpriority>
  1763.         </member>
  1764.         <member name="P:System.Drawing.Color.MediumAquamarine">
  1765.             <summary>Gets a system-defined color.</summary>
  1766.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1767.             <filterpriority>1</filterpriority>
  1768.         </member>
  1769.         <member name="P:System.Drawing.Color.MediumBlue">
  1770.             <summary>Gets a system-defined color.</summary>
  1771.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1772.             <filterpriority>1</filterpriority>
  1773.         </member>
  1774.         <member name="P:System.Drawing.Color.MediumOrchid">
  1775.             <summary>Gets a system-defined color.</summary>
  1776.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1777.             <filterpriority>1</filterpriority>
  1778.         </member>
  1779.         <member name="P:System.Drawing.Color.MediumPurple">
  1780.             <summary>Gets a system-defined color.</summary>
  1781.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1782.             <filterpriority>1</filterpriority>
  1783.         </member>
  1784.         <member name="P:System.Drawing.Color.MediumSeaGreen">
  1785.             <summary>Gets a system-defined color.</summary>
  1786.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1787.             <filterpriority>1</filterpriority>
  1788.         </member>
  1789.         <member name="P:System.Drawing.Color.MediumSlateBlue">
  1790.             <summary>Gets a system-defined color.</summary>
  1791.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1792.             <filterpriority>1</filterpriority>
  1793.         </member>
  1794.         <member name="P:System.Drawing.Color.MediumSpringGreen">
  1795.             <summary>Gets a system-defined color.</summary>
  1796.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1797.             <filterpriority>1</filterpriority>
  1798.         </member>
  1799.         <member name="P:System.Drawing.Color.MediumTurquoise">
  1800.             <summary>Gets a system-defined color.</summary>
  1801.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1802.             <filterpriority>1</filterpriority>
  1803.         </member>
  1804.         <member name="P:System.Drawing.Color.MediumVioletRed">
  1805.             <summary>Gets a system-defined color.</summary>
  1806.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1807.             <filterpriority>1</filterpriority>
  1808.         </member>
  1809.         <member name="P:System.Drawing.Color.MidnightBlue">
  1810.             <summary>Gets a system-defined color.</summary>
  1811.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1812.             <filterpriority>1</filterpriority>
  1813.         </member>
  1814.         <member name="P:System.Drawing.Color.MintCream">
  1815.             <summary>Gets a system-defined color.</summary>
  1816.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1817.             <filterpriority>1</filterpriority>
  1818.         </member>
  1819.         <member name="P:System.Drawing.Color.MistyRose">
  1820.             <summary>Gets a system-defined color.</summary>
  1821.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1822.             <filterpriority>1</filterpriority>
  1823.         </member>
  1824.         <member name="P:System.Drawing.Color.Moccasin">
  1825.             <summary>Gets a system-defined color.</summary>
  1826.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1827.             <filterpriority>1</filterpriority>
  1828.         </member>
  1829.         <member name="P:System.Drawing.Color.Name">
  1830.             <summary>Gets the name of this <see cref="T:System.Drawing.Color"></see>.</summary>
  1831.             <returns>The name of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1832.             <filterpriority>1</filterpriority>
  1833.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  1834.         </member>
  1835.         <member name="P:System.Drawing.Color.NavajoWhite">
  1836.             <summary>Gets a system-defined color.</summary>
  1837.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1838.             <filterpriority>1</filterpriority>
  1839.         </member>
  1840.         <member name="P:System.Drawing.Color.Navy">
  1841.             <summary>Gets a system-defined color.</summary>
  1842.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1843.             <filterpriority>1</filterpriority>
  1844.         </member>
  1845.         <member name="P:System.Drawing.Color.OldLace">
  1846.             <summary>Gets a system-defined color.</summary>
  1847.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1848.             <filterpriority>1</filterpriority>
  1849.         </member>
  1850.         <member name="P:System.Drawing.Color.Olive">
  1851.             <summary>Gets a system-defined color.</summary>
  1852.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1853.             <filterpriority>1</filterpriority>
  1854.         </member>
  1855.         <member name="P:System.Drawing.Color.OliveDrab">
  1856.             <summary>Gets a system-defined color.</summary>
  1857.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1858.             <filterpriority>1</filterpriority>
  1859.         </member>
  1860.         <member name="P:System.Drawing.Color.Orange">
  1861.             <summary>Gets a system-defined color.</summary>
  1862.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1863.             <filterpriority>1</filterpriority>
  1864.         </member>
  1865.         <member name="P:System.Drawing.Color.OrangeRed">
  1866.             <summary>Gets a system-defined color.</summary>
  1867.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1868.             <filterpriority>1</filterpriority>
  1869.         </member>
  1870.         <member name="P:System.Drawing.Color.Orchid">
  1871.             <summary>Gets a system-defined color.</summary>
  1872.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1873.             <filterpriority>1</filterpriority>
  1874.         </member>
  1875.         <member name="P:System.Drawing.Color.PaleGoldenrod">
  1876.             <summary>Gets a system-defined color.</summary>
  1877.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1878.             <filterpriority>1</filterpriority>
  1879.         </member>
  1880.         <member name="P:System.Drawing.Color.PaleGreen">
  1881.             <summary>Gets a system-defined color.</summary>
  1882.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1883.             <filterpriority>1</filterpriority>
  1884.         </member>
  1885.         <member name="P:System.Drawing.Color.PaleTurquoise">
  1886.             <summary>Gets a system-defined color.</summary>
  1887.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1888.             <filterpriority>1</filterpriority>
  1889.         </member>
  1890.         <member name="P:System.Drawing.Color.PaleVioletRed">
  1891.             <summary>Gets a system-defined color.</summary>
  1892.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1893.             <filterpriority>1</filterpriority>
  1894.         </member>
  1895.         <member name="P:System.Drawing.Color.PapayaWhip">
  1896.             <summary>Gets a system-defined color.</summary>
  1897.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1898.             <filterpriority>1</filterpriority>
  1899.         </member>
  1900.         <member name="P:System.Drawing.Color.PeachPuff">
  1901.             <summary>Gets a system-defined color.</summary>
  1902.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1903.             <filterpriority>1</filterpriority>
  1904.         </member>
  1905.         <member name="P:System.Drawing.Color.Peru">
  1906.             <summary>Gets a system-defined color.</summary>
  1907.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1908.             <filterpriority>1</filterpriority>
  1909.         </member>
  1910.         <member name="P:System.Drawing.Color.Pink">
  1911.             <summary>Gets a system-defined color.</summary>
  1912.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1913.             <filterpriority>1</filterpriority>
  1914.         </member>
  1915.         <member name="P:System.Drawing.Color.Plum">
  1916.             <summary>Gets a system-defined color.</summary>
  1917.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1918.             <filterpriority>1</filterpriority>
  1919.         </member>
  1920.         <member name="P:System.Drawing.Color.PowderBlue">
  1921.             <summary>Gets a system-defined color.</summary>
  1922.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1923.             <filterpriority>1</filterpriority>
  1924.         </member>
  1925.         <member name="P:System.Drawing.Color.Purple">
  1926.             <summary>Gets a system-defined color.</summary>
  1927.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1928.             <filterpriority>1</filterpriority>
  1929.         </member>
  1930.         <member name="P:System.Drawing.Color.R">
  1931.             <summary>Gets the red component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
  1932.             <returns>The red component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
  1933.             <filterpriority>1</filterpriority>
  1934.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  1935.         </member>
  1936.         <member name="P:System.Drawing.Color.Red">
  1937.             <summary>Gets a system-defined color.</summary>
  1938.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1939.             <filterpriority>1</filterpriority>
  1940.         </member>
  1941.         <member name="P:System.Drawing.Color.RosyBrown">
  1942.             <summary>Gets a system-defined color.</summary>
  1943.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1944.             <filterpriority>1</filterpriority>
  1945.         </member>
  1946.         <member name="P:System.Drawing.Color.RoyalBlue">
  1947.             <summary>Gets a system-defined color.</summary>
  1948.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1949.             <filterpriority>1</filterpriority>
  1950.         </member>
  1951.         <member name="P:System.Drawing.Color.SaddleBrown">
  1952.             <summary>Gets a system-defined color.</summary>
  1953.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1954.             <filterpriority>1</filterpriority>
  1955.         </member>
  1956.         <member name="P:System.Drawing.Color.Salmon">
  1957.             <summary>Gets a system-defined color.</summary>
  1958.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1959.             <filterpriority>1</filterpriority>
  1960.         </member>
  1961.         <member name="P:System.Drawing.Color.SandyBrown">
  1962.             <summary>Gets a system-defined color.</summary>
  1963.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1964.             <filterpriority>1</filterpriority>
  1965.         </member>
  1966.         <member name="P:System.Drawing.Color.SeaGreen">
  1967.             <summary>Gets a system-defined color.</summary>
  1968.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1969.             <filterpriority>1</filterpriority>
  1970.         </member>
  1971.         <member name="P:System.Drawing.Color.SeaShell">
  1972.             <summary>Gets a system-defined color.</summary>
  1973.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1974.             <filterpriority>1</filterpriority>
  1975.         </member>
  1976.         <member name="P:System.Drawing.Color.Sienna">
  1977.             <summary>Gets a system-defined color.</summary>
  1978.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1979.             <filterpriority>1</filterpriority>
  1980.         </member>
  1981.         <member name="P:System.Drawing.Color.Silver">
  1982.             <summary>Gets a system-defined color.</summary>
  1983.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1984.             <filterpriority>1</filterpriority>
  1985.         </member>
  1986.         <member name="P:System.Drawing.Color.SkyBlue">
  1987.             <summary>Gets a system-defined color.</summary>
  1988.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1989.             <filterpriority>1</filterpriority>
  1990.         </member>
  1991.         <member name="P:System.Drawing.Color.SlateBlue">
  1992.             <summary>Gets a system-defined color.</summary>
  1993.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1994.             <filterpriority>1</filterpriority>
  1995.         </member>
  1996.         <member name="P:System.Drawing.Color.SlateGray">
  1997.             <summary>Gets a system-defined color.</summary>
  1998.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  1999.             <filterpriority>1</filterpriority>
  2000.         </member>
  2001.         <member name="P:System.Drawing.Color.Snow">
  2002.             <summary>Gets a system-defined color.</summary>
  2003.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2004.             <filterpriority>1</filterpriority>
  2005.         </member>
  2006.         <member name="P:System.Drawing.Color.SpringGreen">
  2007.             <summary>Gets a system-defined color.</summary>
  2008.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2009.             <filterpriority>1</filterpriority>
  2010.         </member>
  2011.         <member name="P:System.Drawing.Color.SteelBlue">
  2012.             <summary>Gets a system-defined color.</summary>
  2013.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2014.             <filterpriority>1</filterpriority>
  2015.         </member>
  2016.         <member name="P:System.Drawing.Color.Tan">
  2017.             <summary>Gets a system-defined color.</summary>
  2018.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2019.             <filterpriority>1</filterpriority>
  2020.         </member>
  2021.         <member name="P:System.Drawing.Color.Teal">
  2022.             <summary>Gets a system-defined color.</summary>
  2023.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2024.             <filterpriority>1</filterpriority>
  2025.         </member>
  2026.         <member name="P:System.Drawing.Color.Thistle">
  2027.             <summary>Gets a system-defined color.</summary>
  2028.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2029.             <filterpriority>1</filterpriority>
  2030.         </member>
  2031.         <member name="P:System.Drawing.Color.Tomato">
  2032.             <summary>Gets a system-defined color.</summary>
  2033.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2034.             <filterpriority>1</filterpriority>
  2035.         </member>
  2036.         <member name="P:System.Drawing.Color.Transparent">
  2037.             <summary>Gets a system-defined color.</summary>
  2038.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2039.             <filterpriority>1</filterpriority>
  2040.         </member>
  2041.         <member name="P:System.Drawing.Color.Turquoise">
  2042.             <summary>Gets a system-defined color.</summary>
  2043.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2044.             <filterpriority>1</filterpriority>
  2045.         </member>
  2046.         <member name="P:System.Drawing.Color.Violet">
  2047.             <summary>Gets a system-defined color.</summary>
  2048.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2049.             <filterpriority>1</filterpriority>
  2050.         </member>
  2051.         <member name="P:System.Drawing.Color.Wheat">
  2052.             <summary>Gets a system-defined color.</summary>
  2053.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2054.             <filterpriority>1</filterpriority>
  2055.         </member>
  2056.         <member name="P:System.Drawing.Color.White">
  2057.             <summary>Gets a system-defined color.</summary>
  2058.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2059.             <filterpriority>1</filterpriority>
  2060.         </member>
  2061.         <member name="P:System.Drawing.Color.WhiteSmoke">
  2062.             <summary>Gets a system-defined color.</summary>
  2063.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2064.             <filterpriority>1</filterpriority>
  2065.         </member>
  2066.         <member name="P:System.Drawing.Color.Yellow">
  2067.             <summary>Gets a system-defined color.</summary>
  2068.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2069.             <filterpriority>1</filterpriority>
  2070.         </member>
  2071.         <member name="P:System.Drawing.Color.YellowGreen">
  2072.             <summary>Gets a system-defined color.</summary>
  2073.             <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
  2074.             <filterpriority>1</filterpriority>
  2075.         </member>
  2076.         <member name="T:System.Drawing.ColorConverter">
  2077.             <summary>Converts colors from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  2078.             <filterpriority>1</filterpriority>
  2079.         </member>
  2080.         <member name="M:System.Drawing.ColorConverter.#ctor">
  2081.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.ColorConverter"></see> class.</summary>
  2082.         </member>
  2083.         <member name="M:System.Drawing.ColorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  2084.             <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
  2085.             <returns>true if this object can perform the conversion; otherwise, false.</returns>
  2086.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked. </param>
  2087.             <param name="sourceType">The type from which you want to convert. </param>
  2088.             <filterpriority>1</filterpriority>
  2089.         </member>
  2090.         <member name="M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  2091.             <summary>Returns a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  2092.             <returns>true if this converter can perform the operation; otherwise, false.</returns>
  2093.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  2094.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type to which you want to convert. </param>
  2095.             <filterpriority>1</filterpriority>
  2096.         </member>
  2097.         <member name="M:System.Drawing.ColorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2098.             <summary>Converts the given object to the converter's native type.</summary>
  2099.             <returns>An <see cref="T:System.Object"></see> representing the converted value.</returns>
  2100.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to represent the color. </param>
  2101.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked. </param>
  2102.             <param name="value">The object to convert. </param>
  2103.             <exception cref="T:System.ArgumentException">The conversion cannot be performed.</exception>
  2104.             <filterpriority>1</filterpriority>
  2105.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2106.         </member>
  2107.         <member name="M:System.Drawing.ColorConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2108.             <summary>Converts the specified object to another type. </summary>
  2109.             <returns>An <see cref="T:System.Object"></see> representing the converted value.</returns>
  2110.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to represent the color. </param>
  2111.             <param name="context">A formatter context. Use this object to extract additional information about the environment from which this converter is being invoked. Always check whether this value is null. Also, properties on the context object may return null. </param>
  2112.             <param name="destinationType">The type to convert the object to. </param>
  2113.             <param name="value">The object to convert. </param>
  2114.             <exception cref="T:System.ArgumentNullException">destinationtype is null.</exception>
  2115.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
  2116.             <filterpriority>1</filterpriority>
  2117.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2118.         </member>
  2119.         <member name="M:System.Drawing.ColorConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  2120.             <summary>Retrieves a collection containing a set of standard values for the data type for which this validator is designed. This will return null if the data type does not support a standard set of values.</summary>
  2121.             <returns>A collection containing null or a standard set of valid values. The default implementation always returns null.</returns>
  2122.             <param name="context">A formatter context. Use this object to extract additional information about the environment from which this converter is being invoked. Always check whether this value is null. Also, properties on the context object may return null. </param>
  2123.             <filterpriority>1</filterpriority>
  2124.         </member>
  2125.         <member name="M:System.Drawing.ColorConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  2126.             <summary>Determines if this object supports a standard set of values that can be chosen from a list.</summary>
  2127.             <returns>true if <see cref="Overload:System.Drawing.ColorConverter.GetStandardValues"></see> must be called to find a common set of values the object supports; otherwise, false.</returns>
  2128.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  2129.             <filterpriority>1</filterpriority>
  2130.         </member>
  2131.         <member name="T:System.Drawing.ColorTranslator">
  2132.             <summary>Translates colors to and from GDI+ <see cref="T:System.Drawing.Color"></see> structures. This class cannot be inherited.</summary>
  2133.             <filterpriority>1</filterpriority>
  2134.         </member>
  2135.         <member name="M:System.Drawing.ColorTranslator.FromHtml(System.String)">
  2136.             <summary>Translates an HTML color representation to a GDI+ <see cref="T:System.Drawing.Color"></see> structure.</summary>
  2137.             <returns>The <see cref="T:System.Drawing.Color"></see> structure that represents the translated HTML color.</returns>
  2138.             <param name="htmlColor">The string representation of the Html color to translate. </param>
  2139.             <filterpriority>1</filterpriority>
  2140.         </member>
  2141.         <member name="M:System.Drawing.ColorTranslator.FromOle(System.Int32)">
  2142.             <summary>Translates an OLE color value to a GDI+ <see cref="T:System.Drawing.Color"></see> structure.</summary>
  2143.             <returns>The <see cref="T:System.Drawing.Color"></see> structure that represents the translated OLE color.</returns>
  2144.             <param name="oleColor">The OLE color to translate. </param>
  2145.             <filterpriority>1</filterpriority>
  2146.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2147.         </member>
  2148.         <member name="M:System.Drawing.ColorTranslator.FromWin32(System.Int32)">
  2149.             <summary>Translates a Windows color value to a GDI+ <see cref="T:System.Drawing.Color"></see> structure.</summary>
  2150.             <returns>The <see cref="T:System.Drawing.Color"></see> structure that represents the translated Windows color.</returns>
  2151.             <param name="win32Color">The Windows color to translate. </param>
  2152.             <filterpriority>1</filterpriority>
  2153.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2154.         </member>
  2155.         <member name="M:System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color)">
  2156.             <summary>Translates the specified <see cref="T:System.Drawing.Color"></see> structure to an HTML string color representation.</summary>
  2157.             <returns>The string that represents the HTML color.</returns>
  2158.             <param name="c">The <see cref="T:System.Drawing.Color"></see> structure to translate. </param>
  2159.             <filterpriority>1</filterpriority>
  2160.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2161.         </member>
  2162.         <member name="M:System.Drawing.ColorTranslator.ToOle(System.Drawing.Color)">
  2163.             <summary>Translates the specified <see cref="T:System.Drawing.Color"></see> structure to an OLE color.</summary>
  2164.             <returns>The OLE color value.</returns>
  2165.             <param name="c">The <see cref="T:System.Drawing.Color"></see> structure to translate. </param>
  2166.             <filterpriority>1</filterpriority>
  2167.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2168.         </member>
  2169.         <member name="M:System.Drawing.ColorTranslator.ToWin32(System.Drawing.Color)">
  2170.             <summary>Translates the specified <see cref="T:System.Drawing.Color"></see> structure to a Windows color.</summary>
  2171.             <returns>The Windows color value.</returns>
  2172.             <param name="c">The <see cref="T:System.Drawing.Color"></see> structure to translate. </param>
  2173.             <filterpriority>1</filterpriority>
  2174.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2175.         </member>
  2176.         <member name="T:System.Drawing.ContentAlignment">
  2177.             <summary>Specifies alignment of content on the drawing surface.</summary>
  2178.             <filterpriority>2</filterpriority>
  2179.         </member>
  2180.         <member name="F:System.Drawing.ContentAlignment.BottomCenter">
  2181.             <summary>Content is vertically aligned at the bottom, and horizontally aligned at the center.</summary>
  2182.             <filterpriority>1</filterpriority>
  2183.         </member>
  2184.         <member name="F:System.Drawing.ContentAlignment.BottomLeft">
  2185.             <summary>Content is vertically aligned at the bottom, and horizontally aligned on the left.</summary>
  2186.             <filterpriority>1</filterpriority>
  2187.         </member>
  2188.         <member name="F:System.Drawing.ContentAlignment.BottomRight">
  2189.             <summary>Content is vertically aligned at the bottom, and horizontally aligned on the right.</summary>
  2190.             <filterpriority>1</filterpriority>
  2191.         </member>
  2192.         <member name="F:System.Drawing.ContentAlignment.MiddleCenter">
  2193.             <summary>Content is vertically aligned in the middle, and horizontally aligned at the center.</summary>
  2194.             <filterpriority>1</filterpriority>
  2195.         </member>
  2196.         <member name="F:System.Drawing.ContentAlignment.MiddleLeft">
  2197.             <summary>Content is vertically aligned in the middle, and horizontally aligned on the left.</summary>
  2198.             <filterpriority>1</filterpriority>
  2199.         </member>
  2200.         <member name="F:System.Drawing.ContentAlignment.MiddleRight">
  2201.             <summary>Content is vertically aligned in the middle, and horizontally aligned on the right.</summary>
  2202.             <filterpriority>1</filterpriority>
  2203.         </member>
  2204.         <member name="F:System.Drawing.ContentAlignment.TopCenter">
  2205.             <summary>Content is vertically aligned at the top, and horizontally aligned at the center.</summary>
  2206.             <filterpriority>1</filterpriority>
  2207.         </member>
  2208.         <member name="F:System.Drawing.ContentAlignment.TopLeft">
  2209.             <summary>Content is vertically aligned at the top, and horizontally aligned on the left.</summary>
  2210.             <filterpriority>1</filterpriority>
  2211.         </member>
  2212.         <member name="F:System.Drawing.ContentAlignment.TopRight">
  2213.             <summary>Content is vertically aligned at the top, and horizontally aligned on the right.</summary>
  2214.             <filterpriority>1</filterpriority>
  2215.         </member>
  2216.         <member name="T:System.Drawing.CopyPixelOperation">
  2217.             <summary>Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color.</summary>
  2218.             <filterpriority>2</filterpriority>
  2219.         </member>
  2220.         <member name="F:System.Drawing.CopyPixelOperation.Blackness">
  2221.             <summary>The destination area is filled by using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)</summary>
  2222.             <filterpriority>1</filterpriority>
  2223.         </member>
  2224.         <member name="F:System.Drawing.CopyPixelOperation.CaptureBlt">
  2225.             <summary>Windows that are layered on top of your window are included in the resulting image. By default, the image contains only your window. Note that this generally cannot be used for printing device contexts.</summary>
  2226.             <filterpriority>1</filterpriority>
  2227.         </member>
  2228.         <member name="F:System.Drawing.CopyPixelOperation.DestinationInvert">
  2229.             <summary>The destination area is inverted.</summary>
  2230.             <filterpriority>1</filterpriority>
  2231.         </member>
  2232.         <member name="F:System.Drawing.CopyPixelOperation.MergeCopy">
  2233.             <summary>The colors of the source area are merged with the colors of the selected brush of the destination device context using the Boolean AND operator.</summary>
  2234.             <filterpriority>1</filterpriority>
  2235.         </member>
  2236.         <member name="F:System.Drawing.CopyPixelOperation.MergePaint">
  2237.             <summary>The colors of the inverted source area are merged with the colors of the destination area by using the Boolean OR operator.</summary>
  2238.             <filterpriority>1</filterpriority>
  2239.         </member>
  2240.         <member name="F:System.Drawing.CopyPixelOperation.NoMirrorBitmap">
  2241.             <summary>The bitmap is not mirrored.</summary>
  2242.             <filterpriority>1</filterpriority>
  2243.         </member>
  2244.         <member name="F:System.Drawing.CopyPixelOperation.NotSourceCopy">
  2245.             <summary>The inverted source area is copied to the destination.</summary>
  2246.             <filterpriority>1</filterpriority>
  2247.         </member>
  2248.         <member name="F:System.Drawing.CopyPixelOperation.NotSourceErase">
  2249.             <summary>The source and destination colors are combined using the Boolean OR operator, and then resultant color is then inverted.</summary>
  2250.             <filterpriority>1</filterpriority>
  2251.         </member>
  2252.         <member name="F:System.Drawing.CopyPixelOperation.PatCopy">
  2253.             <summary>The brush currently selected in the destination device context is copied to the destination bitmap.</summary>
  2254.             <filterpriority>1</filterpriority>
  2255.         </member>
  2256.         <member name="F:System.Drawing.CopyPixelOperation.PatInvert">
  2257.             <summary>The colors of the brush currently selected in the destination device context are combined with the colors of the destination are using the Boolean XOR operator.</summary>
  2258.             <filterpriority>1</filterpriority>
  2259.         </member>
  2260.         <member name="F:System.Drawing.CopyPixelOperation.PatPaint">
  2261.             <summary>The colors of the brush currently selected in the destination device context are combined with the colors of the inverted source area using the Boolean OR operator. The result of this operation is combined with the colors of the destination area using the Boolean OR operator.</summary>
  2262.             <filterpriority>1</filterpriority>
  2263.         </member>
  2264.         <member name="F:System.Drawing.CopyPixelOperation.SourceAnd">
  2265.             <summary>The colors of the source and destination areas are combined using the Boolean AND operator.</summary>
  2266.             <filterpriority>1</filterpriority>
  2267.         </member>
  2268.         <member name="F:System.Drawing.CopyPixelOperation.SourceCopy">
  2269.             <summary>The source area is copied directly to the destination area.</summary>
  2270.             <filterpriority>1</filterpriority>
  2271.         </member>
  2272.         <member name="F:System.Drawing.CopyPixelOperation.SourceErase">
  2273.             <summary>The inverted colors of the destination area are combined with the colors of the source area using the Boolean AND operator.</summary>
  2274.             <filterpriority>1</filterpriority>
  2275.         </member>
  2276.         <member name="F:System.Drawing.CopyPixelOperation.SourceInvert">
  2277.             <summary>The colors of the source and destination areas are combined using the Boolean XOR operator.</summary>
  2278.             <filterpriority>1</filterpriority>
  2279.         </member>
  2280.         <member name="F:System.Drawing.CopyPixelOperation.SourcePaint">
  2281.             <summary>The colors of the source and destination areas are combined using the Boolean OR operator.</summary>
  2282.             <filterpriority>1</filterpriority>
  2283.         </member>
  2284.         <member name="F:System.Drawing.CopyPixelOperation.Whiteness">
  2285.             <summary>The destination area is filled by using the color associated with index 1 in the physical palette. (This color is white for the default physical palette.)</summary>
  2286.             <filterpriority>1</filterpriority>
  2287.         </member>
  2288.         <member name="T:System.Drawing.Font">
  2289.             <summary>Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited.</summary>
  2290.             <filterpriority>1</filterpriority>
  2291.         </member>
  2292.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)">
  2293.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> that uses the specified existing <see cref="T:System.Drawing.Font"></see> and <see cref="T:System.Drawing.FontStyle"></see> enumeration.</summary>
  2294.             <param name="prototype">The existing <see cref="T:System.Drawing.Font"></see> from which to create the new <see cref="T:System.Drawing.Font"></see>. </param>
  2295.             <param name="newStyle">The <see cref="T:System.Drawing.FontStyle"></see> to apply to the new <see cref="T:System.Drawing.Font"></see>. Multiple values of the <see cref="T:System.Drawing.FontStyle"></see> enumeration can be combined with the OR operator. </param>
  2296.         </member>
  2297.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)">
  2298.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size. </summary>
  2299.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2300.             <param name="emSize">The em-size, in points, of the new font. </param>
  2301.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2302.         </member>
  2303.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single)">
  2304.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size. </summary>
  2305.             <param name="emSize">The em-size, in points, of the new font. </param>
  2306.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2307.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity or is not a valid number. </exception>
  2308.         </member>
  2309.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)">
  2310.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size and style. </summary>
  2311.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2312.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2313.             <param name="emSize">The em-size, in points, of the new font. </param>
  2314.             <exception cref="T:System.ArgumentNullException">family is null.</exception>
  2315.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2316.         </member>
  2317.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)">
  2318.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size and unit. Sets the style to <see cref="F:System.Drawing.FontStyle.Regular"></see>.</summary>
  2319.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2320.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2321.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2322.             <exception cref="T:System.ArgumentNullException">family is null.</exception>
  2323.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2324.         </member>
  2325.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)">
  2326.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size and style. </summary>
  2327.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2328.             <param name="emSize">The em-size, in points, of the new font. </param>
  2329.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2330.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2331.         </member>
  2332.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)">
  2333.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size and unit. The style is set to <see cref="F:System.Drawing.FontStyle.Regular"></see>.</summary>
  2334.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2335.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2336.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2337.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2338.         </member>
  2339.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)">
  2340.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size, style, and unit.</summary>
  2341.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2342.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2343.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2344.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2345.             <exception cref="T:System.ArgumentNullException">family is null.</exception>
  2346.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2347.         </member>
  2348.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)">
  2349.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size, style, and unit.</summary>
  2350.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2351.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2352.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2353.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2354.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity or is not a valid number. </exception>
  2355.         </member>
  2356.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)">
  2357.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size, style, unit, and character set.</summary>
  2358.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2359.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2360.             <param name="gdiCharSet">A <see cref="T:System.Byte"></see> that specifies a GDI character set to use for the new font. </param>
  2361.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2362.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2363.             <exception cref="T:System.ArgumentNullException">family is null.</exception>
  2364.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2365.         </member>
  2366.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)">
  2367.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size, style, unit, and character set.</summary>
  2368.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2369.             <param name="gdiCharSet">A <see cref="T:System.Byte"></see> that specifies a GDI character set to use for this font. </param>
  2370.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2371.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2372.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2373.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2374.         </member>
  2375.         <member name="M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)">
  2376.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using a specified size, style, unit, and character set.</summary>
  2377.             <param name="gdiVerticalFont">A Boolean value indicating whether the new font is derived from a GDI vertical font. </param>
  2378.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2379.             <param name="family">The <see cref="T:System.Drawing.FontFamily"></see> of the new <see cref="T:System.Drawing.Font"></see>. </param>
  2380.             <param name="gdiCharSet">A <see cref="T:System.Byte"></see> that specifies a GDI character set to use for this font. </param>
  2381.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2382.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2383.             <exception cref="T:System.ArgumentNullException">family is null </exception>
  2384.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2385.         </member>
  2386.         <member name="M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)">
  2387.             <summary>Initializes a new <see cref="T:System.Drawing.Font"></see> using the specified size, style, unit, and character set.</summary>
  2388.             <param name="gdiVerticalFont">A Boolean value indicating whether the new <see cref="T:System.Drawing.Font"></see> is derived from a GDI vertical font. </param>
  2389.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> of the new font. </param>
  2390.             <param name="gdiCharSet">A <see cref="T:System.Byte"></see> that specifies a GDI character set to use for this font. </param>
  2391.             <param name="emSize">The em-size of the new font in the units specified by the unit parameter. </param>
  2392.             <param name="unit">The <see cref="T:System.Drawing.GraphicsUnit"></see> of the new font. </param>
  2393.             <param name="familyName">A string representation of the <see cref="T:System.Drawing.FontFamily"></see> for the new <see cref="T:System.Drawing.Font"></see>. </param>
  2394.             <exception cref="T:System.ArgumentException">emSize is less than or equal to 0, evaluates to infinity, or is not a valid number. </exception>
  2395.         </member>
  2396.         <member name="M:System.Drawing.Font.Clone">
  2397.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Font"></see>.</summary>
  2398.             <returns>The <see cref="T:System.Drawing.Font"></see> this method creates, cast as an <see cref="T:System.Object"></see>.</returns>
  2399.             <filterpriority>1</filterpriority>
  2400.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2401.         </member>
  2402.         <member name="M:System.Drawing.Font.Dispose">
  2403.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Font"></see>.</summary>
  2404.             <returns>This method does not return a value.</returns>
  2405.             <filterpriority>1</filterpriority>
  2406.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2407.         </member>
  2408.         <member name="M:System.Drawing.Font.Equals(System.Object)">
  2409.             <summary>Indicates whether the specified object is a <see cref="T:System.Drawing.Font"></see> and has the same <see cref="P:System.Drawing.Font.FontFamily"></see>, <see cref="P:System.Drawing.Font.GdiVerticalFont"></see>, <see cref="P:System.Drawing.Font.GdiCharSet"></see>, <see cref="P:System.Drawing.Font.Style"></see>, <see cref="P:System.Drawing.Font.Size"></see>, and <see cref="P:System.Drawing.Font.Unit"></see> property values as this <see cref="T:System.Drawing.Font"></see>.</summary>
  2410.             <returns>true if the obj parameter is a <see cref="T:System.Drawing.Font"></see> and has the same <see cref="P:System.Drawing.Font.FontFamily"></see>, <see cref="P:System.Drawing.Font.GdiVerticalFont"></see>, <see cref="P:System.Drawing.Font.GdiCharSet"></see>, <see cref="P:System.Drawing.Font.Style"></see>, <see cref="P:System.Drawing.Font.Size"></see>, and <see cref="P:System.Drawing.Font.Unit"></see> property values as this <see cref="T:System.Drawing.Font"></see>; otherwise, false.</returns>
  2411.             <param name="obj">The object to test. </param>
  2412.             <filterpriority>1</filterpriority>
  2413.         </member>
  2414.         <member name="M:System.Drawing.Font.FromHdc(System.IntPtr)">
  2415.             <summary>Creates a <see cref="T:System.Drawing.Font"></see> from the specified Windows handle to a device context.</summary>
  2416.             <returns>The <see cref="T:System.Drawing.Font"></see> this method creates.</returns>
  2417.             <param name="hdc">A handle to a device context. </param>
  2418.             <exception cref="T:System.ArgumentException">The font for the specified device context is not a TrueType font.</exception>
  2419.             <filterpriority>1</filterpriority>
  2420.         </member>
  2421.         <member name="M:System.Drawing.Font.FromHfont(System.IntPtr)">
  2422.             <summary>Creates a <see cref="T:System.Drawing.Font"></see> from the specified Windows handle.</summary>
  2423.             <returns>The <see cref="T:System.Drawing.Font"></see> this method creates.</returns>
  2424.             <param name="hfont">A Windows handle to a GDI font. </param>
  2425.             <filterpriority>1</filterpriority>
  2426.         </member>
  2427.         <member name="M:System.Drawing.Font.FromLogFont(System.Object)">
  2428.             <summary>Creates a <see cref="T:System.Drawing.Font"></see> from the specified GDI logical font (LOGFONT) structure.</summary>
  2429.             <returns>The <see cref="T:System.Drawing.Font"></see> that this method creates.</returns>
  2430.             <param name="lf">An <see cref="T:System.Object"></see> that represents the GDILOGFONT structure from which to create the <see cref="T:System.Drawing.Font"></see>. </param>
  2431.             <filterpriority>1</filterpriority>
  2432.         </member>
  2433.         <member name="M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)">
  2434.             <summary>Creates a <see cref="T:System.Drawing.Font"></see> from the specified GDI logical font (LOGFONT) structure.</summary>
  2435.             <returns>The <see cref="T:System.Drawing.Font"></see> that this method creates.</returns>
  2436.             <param name="hdc">A handle to a device context that contains additional information about the lf structure. </param>
  2437.             <param name="lf">An <see cref="T:System.Object"></see> that represents the GDILOGFONT structure from which to create the <see cref="T:System.Drawing.Font"></see>. </param>
  2438.             <exception cref="T:System.ArgumentException">The font is not a TrueType font.</exception>
  2439.             <filterpriority>1</filterpriority>
  2440.         </member>
  2441.         <member name="M:System.Drawing.Font.GetHashCode">
  2442.             <summary>Gets the hash code for this <see cref="T:System.Drawing.Font"></see>.</summary>
  2443.             <returns>The hash code for this <see cref="T:System.Drawing.Font"></see>.</returns>
  2444.             <filterpriority>1</filterpriority>
  2445.         </member>
  2446.         <member name="M:System.Drawing.Font.GetHeight">
  2447.             <summary>Returns the line spacing, in pixels, of this font. </summary>
  2448.             <returns>The line spacing, in pixels, of this font.</returns>
  2449.             <filterpriority>1</filterpriority>
  2450.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2451.         </member>
  2452.         <member name="M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)">
  2453.             <summary>Returns the line spacing, in the current unit of a specified <see cref="T:System.Drawing.Graphics"></see>, of this font. </summary>
  2454.             <returns>The line spacing, in pixels, of this font.</returns>
  2455.             <param name="graphics">A <see cref="T:System.Drawing.Graphics"></see> that holds the vertical resolution, in dots per inch, of the display device as well as settings for page unit and page scale. </param>
  2456.             <exception cref="T:System.ArgumentNullException">graphics is null.</exception>
  2457.             <filterpriority>1</filterpriority>
  2458.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2459.         </member>
  2460.         <member name="M:System.Drawing.Font.GetHeight(System.Single)">
  2461.             <summary>Returns the height, in pixels, of this <see cref="T:System.Drawing.Font"></see> when drawn to a device with the specified vertical resolution.</summary>
  2462.             <returns>The height, in pixels, of this <see cref="T:System.Drawing.Font"></see>.</returns>
  2463.             <param name="dpi">The vertical resolution, in dots per inch, used to calculate the height of the font. </param>
  2464.             <filterpriority>1</filterpriority>
  2465.         </member>
  2466.         <member name="M:System.Drawing.Font.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2467.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  2468.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
  2469.             <param name="si">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  2470.         </member>
  2471.         <member name="M:System.Drawing.Font.ToHfont">
  2472.             <summary>Returns a handle to this <see cref="T:System.Drawing.Font"></see>.</summary>
  2473.             <returns>A Windows handle to this <see cref="T:System.Drawing.Font"></see>.</returns>
  2474.             <exception cref="T:System.ComponentModel.Win32Exception">The operation was unsuccessful.</exception>
  2475.             <filterpriority>1</filterpriority>
  2476.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2477.         </member>
  2478.         <member name="M:System.Drawing.Font.ToLogFont(System.Object)">
  2479.             <summary>Creates a GDI logical font (LOGFONT) structure from this <see cref="T:System.Drawing.Font"></see>.</summary>
  2480.             <param name="logFont">An <see cref="T:System.Object"></see> that represents the LOGFONT structure that this method creates. </param>
  2481.             <filterpriority>1</filterpriority>
  2482.         </member>
  2483.         <member name="M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)">
  2484.             <summary>Creates a GDI logical font (LOGFONT) structure from this <see cref="T:System.Drawing.Font"></see>.</summary>
  2485.             <param name="logFont">An <see cref="T:System.Object"></see> that represents the LOGFONT structure that this method creates. </param>
  2486.             <param name="graphics">A <see cref="T:System.Drawing.Graphics"></see> that provides additional information for the LOGFONT structure. </param>
  2487.             <exception cref="T:System.ArgumentNullException">graphics is null.</exception>
  2488.             <filterpriority>1</filterpriority>
  2489.         </member>
  2490.         <member name="M:System.Drawing.Font.ToString">
  2491.             <summary>Returns a human-readable string representation of this <see cref="T:System.Drawing.Font"></see>.</summary>
  2492.             <returns>A string that represents this <see cref="T:System.Drawing.Font"></see>.</returns>
  2493.             <filterpriority>1</filterpriority>
  2494.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2495.         </member>
  2496.         <member name="P:System.Drawing.Font.Bold">
  2497.             <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.Font"></see> is bold.</summary>
  2498.             <returns>true if this <see cref="T:System.Drawing.Font"></see> is bold; otherwise, false.</returns>
  2499.             <filterpriority>1</filterpriority>
  2500.         </member>
  2501.         <member name="P:System.Drawing.Font.FontFamily">
  2502.             <summary>Gets the <see cref="T:System.Drawing.FontFamily"></see> associated with this <see cref="T:System.Drawing.Font"></see>.</summary>
  2503.             <returns>The <see cref="T:System.Drawing.FontFamily"></see> associated with this <see cref="T:System.Drawing.Font"></see>.</returns>
  2504.             <filterpriority>1</filterpriority>
  2505.         </member>
  2506.         <member name="P:System.Drawing.Font.GdiCharSet">
  2507.             <summary>Gets a byte value that specifies the GDI character set that this <see cref="T:System.Drawing.Font"></see> uses.</summary>
  2508.             <returns>A byte value that specifies the GDI character set that this <see cref="T:System.Drawing.Font"></see> uses.</returns>
  2509.             <filterpriority>1</filterpriority>
  2510.         </member>
  2511.         <member name="P:System.Drawing.Font.GdiVerticalFont">
  2512.             <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Drawing.Font"></see> is derived from a GDI vertical font.</summary>
  2513.             <returns>true if this <see cref="T:System.Drawing.Font"></see> is derived from a GDI vertical font; otherwise, false.</returns>
  2514.             <filterpriority>1</filterpriority>
  2515.         </member>
  2516.         <member name="P:System.Drawing.Font.Height">
  2517.             <summary>Gets the line spacing of this font.</summary>
  2518.             <returns>The line spacing, in pixels, of this font. </returns>
  2519.             <filterpriority>1</filterpriority>
  2520.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2521.         </member>
  2522.         <member name="P:System.Drawing.Font.IsSystemFont">
  2523.             <summary>Gets a value indicating whether the font is a member of <see cref="T:System.Drawing.SystemFonts"></see>. </summary>
  2524.             <returns>true if the font is a member of <see cref="T:System.Drawing.SystemFonts"></see>; otherwise, false. The default is false.</returns>
  2525.         </member>
  2526.         <member name="P:System.Drawing.Font.Italic">
  2527.             <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.Font"></see> is italic.</summary>
  2528.             <returns>true if this <see cref="T:System.Drawing.Font"></see> is italic; otherwise, false.</returns>
  2529.             <filterpriority>1</filterpriority>
  2530.         </member>
  2531.         <member name="P:System.Drawing.Font.Name">
  2532.             <summary>Gets the face name of this <see cref="T:System.Drawing.Font"></see>.</summary>
  2533.             <returns>A string representation of the face name of this <see cref="T:System.Drawing.Font"></see>.</returns>
  2534.             <filterpriority>1</filterpriority>
  2535.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2536.         </member>
  2537.         <member name="P:System.Drawing.Font.Size">
  2538.             <summary>Gets the em-size of this <see cref="T:System.Drawing.Font"></see> measured in the units specified by the <see cref="P:System.Drawing.Font.Unit"></see> property.</summary>
  2539.             <returns>The em-size of this <see cref="T:System.Drawing.Font"></see>.</returns>
  2540.             <filterpriority>1</filterpriority>
  2541.         </member>
  2542.         <member name="P:System.Drawing.Font.SizeInPoints">
  2543.             <summary>Gets the em-size, in points, of this <see cref="T:System.Drawing.Font"></see>.</summary>
  2544.             <returns>The em-size, in points, of this <see cref="T:System.Drawing.Font"></see>.</returns>
  2545.             <filterpriority>1</filterpriority>
  2546.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2547.         </member>
  2548.         <member name="P:System.Drawing.Font.Strikeout">
  2549.             <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.Font"></see> specifies a horizontal line through the font.</summary>
  2550.             <returns>true if this <see cref="T:System.Drawing.Font"></see> has a horizontal line through it; otherwise, false.</returns>
  2551.             <filterpriority>1</filterpriority>
  2552.         </member>
  2553.         <member name="P:System.Drawing.Font.Style">
  2554.             <summary>Gets style information for this <see cref="T:System.Drawing.Font"></see>.</summary>
  2555.             <returns>A <see cref="T:System.Drawing.FontStyle"></see> enumeration that contains style information for this <see cref="T:System.Drawing.Font"></see>.</returns>
  2556.             <filterpriority>1</filterpriority>
  2557.         </member>
  2558.         <member name="P:System.Drawing.Font.SystemFontName">
  2559.             <summary>Gets the name of the system font if the <see cref="P:System.Drawing.Font.IsSystemFont"></see> property returns true.</summary>
  2560.             <returns>The name of the system font, if <see cref="P:System.Drawing.Font.IsSystemFont"></see> returns true; otherwise, an empty string ("").</returns>
  2561.         </member>
  2562.         <member name="P:System.Drawing.Font.Underline">
  2563.             <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.Font"></see> is underlined.</summary>
  2564.             <returns>true if this <see cref="T:System.Drawing.Font"></see> is underlined; otherwise, false.</returns>
  2565.             <filterpriority>1</filterpriority>
  2566.         </member>
  2567.         <member name="P:System.Drawing.Font.Unit">
  2568.             <summary>Gets the unit of measure for this <see cref="T:System.Drawing.Font"></see>.</summary>
  2569.             <returns>A <see cref="T:System.Drawing.GraphicsUnit"></see> that represents the unit of measure for this <see cref="T:System.Drawing.Font"></see>.</returns>
  2570.             <filterpriority>1</filterpriority>
  2571.         </member>
  2572.         <member name="T:System.Drawing.FontConverter">
  2573.             <summary>Converts <see cref="T:System.Drawing.Font"></see> objects from one data type to another. </summary>
  2574.             <filterpriority>1</filterpriority>
  2575.         </member>
  2576.         <member name="M:System.Drawing.FontConverter.#ctor">
  2577.             <summary>Initializes a new <see cref="T:System.Drawing.FontConverter"></see> object.</summary>
  2578.         </member>
  2579.         <member name="M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  2580.             <summary>Determines whether this converter can convert an object in the specified source type to the native type of the converter.</summary>
  2581.             <returns>This method returns true if this object can perform the conversion.</returns>
  2582.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  2583.             <param name="sourceType">The type you want to convert from. </param>
  2584.             <filterpriority>1</filterpriority>
  2585.         </member>
  2586.         <member name="M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  2587.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  2588.             <returns>This method returns true if this converter can perform the conversion; otherwise, false.</returns>
  2589.             <param name="context">An ITypeDescriptorContext object that provides a format context. </param>
  2590.             <param name="destinationType">A <see cref="T:System.Type"></see> object that represents the type you want to convert to. </param>
  2591.             <filterpriority>1</filterpriority>
  2592.         </member>
  2593.         <member name="M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2594.             <summary>Converts the specified object to the native type of the converter.</summary>
  2595.             <returns>The converted object. </returns>
  2596.             <param name="culture">A CultureInfo object that specifies the culture used to represent the font. </param>
  2597.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  2598.             <param name="value">The object to convert. </param>
  2599.             <exception cref="T:System.NotSupportedException">The conversion could not be performed. </exception>
  2600.             <filterpriority>1</filterpriority>
  2601.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2602.         </member>
  2603.         <member name="M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2604.             <summary>Converts the specified object to another type. </summary>
  2605.             <returns>The converted object. </returns>
  2606.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object that specifies the culture used to represent the object. </param>
  2607.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  2608.             <param name="destinationType">The data type to convert the object to. </param>
  2609.             <param name="value">The object to convert. </param>
  2610.             <exception cref="T:System.NotSupportedException">The conversion was not successful.</exception>
  2611.             <filterpriority>1</filterpriority>
  2612.         </member>
  2613.         <member name="M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  2614.             <summary>Creates an object of this type by using a specified set of property values for the object. </summary>
  2615.             <returns>The newly created object, or null if the object could not be created. The default implementation returns null.<see cref="M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> useful for creating non-changeable objects that have changeable properties.</returns>
  2616.             <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from the <see cref="Overload:System.Drawing.FontConverter.GetProperties"></see> method. </param>
  2617.             <param name="context">A type descriptor through which additional context can be provided. </param>
  2618.             <filterpriority>1</filterpriority>
  2619.         </member>
  2620.         <member name="M:System.Drawing.FontConverter.Finalize">
  2621.             <summary>Allows the <see cref="T:System.Drawing.FontConverter"></see> to attempt to free resources and perform other cleanup operations before the <see cref="T:System.Drawing.FontConverter"></see> is reclaimed by garbage collection.</summary>
  2622.         </member>
  2623.         <member name="M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  2624.             <summary>Determines whether changing a value on this object should require a call to the <see cref="Overload:System.Drawing.FontConverter.CreateInstance"></see> method to create a new value.</summary>
  2625.             <returns>This method returns true if the CreateInstance object should be called when a change is made to one or more properties of this object; otherwise, false.</returns>
  2626.             <param name="context">A type descriptor through which additional context can be provided. </param>
  2627.             <filterpriority>1</filterpriority>
  2628.         </member>
  2629.         <member name="M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  2630.             <summary>Retrieves the set of properties for this type. By default, a type does not have any properties to return. </summary>
  2631.             <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this may return null. The default implementation always returns null.An easy implementation of this method can call the <see cref="Overload:System.ComponentModel.TypeConverter.GetProperties"></see> method for the correct data type.</returns>
  2632.             <param name="context">A type descriptor through which additional context can be provided. </param>
  2633.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties.</param>
  2634.             <param name="value">The value of the object to get the properties for. </param>
  2635.             <filterpriority>1</filterpriority>
  2636.         </member>
  2637.         <member name="M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  2638.             <summary>Determines whether this object supports properties. The default is false.</summary>
  2639.             <returns>This method returns true if the <see cref="M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)"></see> method should be called to find the properties of this object; otherwise, false.</returns>
  2640.             <param name="context">A type descriptor through which additional context can be provided. </param>
  2641.             <filterpriority>1</filterpriority>
  2642.         </member>
  2643.         <member name="T:System.Drawing.FontConverter.FontNameConverter">
  2644.             <summary><see cref="T:System.Drawing.FontConverter.FontNameConverter"></see> is a type converter that is used to convert a font name to and from various other representations.</summary>
  2645.         </member>
  2646.         <member name="M:System.Drawing.FontConverter.FontNameConverter.#ctor">
  2647.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.FontConverter.FontNameConverter"></see> class. </summary>
  2648.         </member>
  2649.         <member name="M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  2650.             <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
  2651.             <returns>true if the converter can perform the conversion; otherwise, false. </returns>
  2652.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null.</param>
  2653.             <param name="sourceType">The type you wish to convert from. </param>
  2654.         </member>
  2655.         <member name="M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2656.             <summary>Converts the given object to the converter's native type.</summary>
  2657.             <returns>The converted object. </returns>
  2658.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> to use to perform the conversion </param>
  2659.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null. </param>
  2660.             <param name="value">The object to convert. </param>
  2661.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  2662.         </member>
  2663.         <member name="M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  2664.             <summary>Retrieves a collection containing a set of standard values for the data type this converter is designed for. </summary>
  2665.             <returns>A collection containing a standard set of valid values, or null. The default is null.</returns>
  2666.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null.</param>
  2667.         </member>
  2668.         <member name="M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  2669.             <summary>Determines if the list of standard values returned from the <see cref="Overload:System.Drawing.FontConverter.FontNameConverter.GetStandardValues"></see> method is an exclusive list. </summary>
  2670.             <returns>true if the collection returned from <see cref="Overload:System.Drawing.FontConverter.FontNameConverter.GetStandardValues"></see>is an exhaustive list of possible values; otherwise, false. The default is false. </returns>
  2671.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null.</param>
  2672.         </member>
  2673.         <member name="M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  2674.             <summary>Determines if this object supports a standard set of values that can be picked from a list.</summary>
  2675.             <returns>true if <see cref="Overload:System.Drawing.FontConverter.FontNameConverter.GetStandardValues"></see> should be called to find a common set of values the object supports; otherwise, false.</returns>
  2676.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null. </param>
  2677.         </member>
  2678.         <member name="M:System.Drawing.FontConverter.FontNameConverter.System.IDisposable.Dispose">
  2679.             <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
  2680.         </member>
  2681.         <member name="T:System.Drawing.FontConverter.FontUnitConverter">
  2682.             <summary>Converts font units to and from other unit types.</summary>
  2683.         </member>
  2684.         <member name="M:System.Drawing.FontConverter.FontUnitConverter.#ctor">
  2685.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.FontConverter.FontUnitConverter"></see> class.</summary>
  2686.         </member>
  2687.         <member name="M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  2688.             <summary>Returns a collection of standard values valid for the <see cref="T:System.Drawing.Font"></see> type.</summary>
  2689.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  2690.         </member>
  2691.         <member name="T:System.Drawing.FontFamily">
  2692.             <summary>Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited.</summary>
  2693.             <filterpriority>1</filterpriority>
  2694.         </member>
  2695.         <member name="M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)">
  2696.             <summary>Initializes a new <see cref="T:System.Drawing.FontFamily"></see> from the specified generic font family.</summary>
  2697.             <param name="genericFamily">The <see cref="T:System.Drawing.Text.GenericFontFamilies"></see> from which to create the new <see cref="T:System.Drawing.FontFamily"></see>. </param>
  2698.         </member>
  2699.         <member name="M:System.Drawing.FontFamily.#ctor(System.String)">
  2700.             <summary>Initializes a new <see cref="T:System.Drawing.FontFamily"></see> with the specified name.</summary>
  2701.             <param name="name">The name of the new <see cref="T:System.Drawing.FontFamily"></see>. </param>
  2702.         </member>
  2703.         <member name="M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)">
  2704.             <summary>Initializes a new <see cref="T:System.Drawing.FontFamily"></see> in the specified <see cref="T:System.Drawing.Text.FontCollection"></see> with the specified name.</summary>
  2705.             <param name="fontCollection">The <see cref="T:System.Drawing.Text.FontCollection"></see> that contains this <see cref="T:System.Drawing.FontFamily"></see>. </param>
  2706.             <param name="name">A <see cref="T:System.String"></see> that represents the name of the new <see cref="T:System.Drawing.FontFamily"></see>. </param>
  2707.             <exception cref="T:System.ArgumentException">name specifies a font that is not installed or is not a TrueType font.</exception>
  2708.         </member>
  2709.         <member name="M:System.Drawing.FontFamily.Dispose">
  2710.             <summary>Releases all resources used by this <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2711.             <returns>This method does not return a value.</returns>
  2712.             <filterpriority>1</filterpriority>
  2713.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2714.         </member>
  2715.         <member name="M:System.Drawing.FontFamily.Equals(System.Object)">
  2716.             <summary>Indicates whether the specified object is a <see cref="T:System.Drawing.FontFamily"></see> and is identical to this <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2717.             <returns>true if obj is a <see cref="T:System.Drawing.FontFamily"></see> and is identical to this <see cref="T:System.Drawing.FontFamily"></see>; otherwise, false.</returns>
  2718.             <param name="obj">The object to test. </param>
  2719.             <filterpriority>1</filterpriority>
  2720.         </member>
  2721.         <member name="M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)">
  2722.             <summary>Returns the cell ascent, in design units, of the <see cref="T:System.Drawing.FontFamily"></see> of the specified style.</summary>
  2723.             <returns>The cell ascent for this <see cref="T:System.Drawing.FontFamily"></see> that uses the specified <see cref="T:System.Drawing.FontStyle"></see>.</returns>
  2724.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> that contains style information for the font. </param>
  2725.             <filterpriority>1</filterpriority>
  2726.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2727.         </member>
  2728.         <member name="M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)">
  2729.             <summary>Returns the cell descent, in design units, of the <see cref="T:System.Drawing.FontFamily"></see> of the specified style. </summary>
  2730.             <returns>The cell descent metric for this <see cref="T:System.Drawing.FontFamily"></see> that uses the specified <see cref="T:System.Drawing.FontStyle"></see>.</returns>
  2731.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> that contains style information for the font. </param>
  2732.             <filterpriority>1</filterpriority>
  2733.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2734.         </member>
  2735.         <member name="M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)">
  2736.             <summary>Gets the height, in font design units, of the em square for the specified style.</summary>
  2737.             <returns>The height of the em square.</returns>
  2738.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> for which to get the em height. </param>
  2739.             <filterpriority>1</filterpriority>
  2740.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2741.         </member>
  2742.         <member name="M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)">
  2743.             <summary>Returns an array that contains all the <see cref="T:System.Drawing.FontFamily"></see> objects available for the specified graphics context.</summary>
  2744.             <returns>An array of <see cref="T:System.Drawing.FontFamily"></see> objects available for the specified <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  2745.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> object from which to return <see cref="T:System.Drawing.FontFamily"></see> objects. </param>
  2746.             <exception cref="T:System.ArgumentNullException">graphics is null.</exception>
  2747.             <filterpriority>1</filterpriority>
  2748.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2749.         </member>
  2750.         <member name="M:System.Drawing.FontFamily.GetHashCode">
  2751.             <summary>Gets a hash code for this <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2752.             <returns>The hash code for this <see cref="T:System.Drawing.FontFamily"></see>.</returns>
  2753.             <filterpriority>1</filterpriority>
  2754.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2755.         </member>
  2756.         <member name="M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)">
  2757.             <summary>Returns the line spacing, in design units, of the <see cref="T:System.Drawing.FontFamily"></see> of the specified style. The line spacing is the vertical distance between the base lines of two consecutive lines of text. </summary>
  2758.             <returns>The distance between two consecutive lines of text.</returns>
  2759.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> to apply. </param>
  2760.             <filterpriority>1</filterpriority>
  2761.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2762.         </member>
  2763.         <member name="M:System.Drawing.FontFamily.GetName(System.Int32)">
  2764.             <summary>Returns the name, in the specified language, of this <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2765.             <returns>A <see cref="T:System.String"></see> that represents the name, in the specified language, of this <see cref="T:System.Drawing.FontFamily"></see>. </returns>
  2766.             <param name="language">The language in which the name is returned. </param>
  2767.             <filterpriority>1</filterpriority>
  2768.         </member>
  2769.         <member name="M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)">
  2770.             <summary>Indicates whether the specified <see cref="T:System.Drawing.FontStyle"></see> enumeration is available.</summary>
  2771.             <returns>true if the specified <see cref="T:System.Drawing.FontStyle"></see> is available; otherwise, false.</returns>
  2772.             <param name="style">The <see cref="T:System.Drawing.FontStyle"></see> to test. </param>
  2773.             <filterpriority>1</filterpriority>
  2774.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2775.         </member>
  2776.         <member name="M:System.Drawing.FontFamily.ToString">
  2777.             <summary>Converts this <see cref="T:System.Drawing.FontFamily"></see> to a human-readable string representation.</summary>
  2778.             <returns>The string that represents this <see cref="T:System.Drawing.FontFamily"></see>.</returns>
  2779.             <filterpriority>1</filterpriority>
  2780.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2781.         </member>
  2782.         <member name="P:System.Drawing.FontFamily.Families">
  2783.             <summary>Returns an array that contains all the <see cref="T:System.Drawing.FontFamily"></see> objects associated with the current graphics context.</summary>
  2784.             <returns>An array of <see cref="T:System.Drawing.FontFamily"></see> objects associated with the current graphics context.</returns>
  2785.             <filterpriority>1</filterpriority>
  2786.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2787.         </member>
  2788.         <member name="P:System.Drawing.FontFamily.GenericMonospace">
  2789.             <summary>Gets a generic monospace <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2790.             <returns>A <see cref="T:System.Drawing.FontFamily"></see> that represents a generic monospace font.</returns>
  2791.             <filterpriority>1</filterpriority>
  2792.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2793.         </member>
  2794.         <member name="P:System.Drawing.FontFamily.GenericSansSerif">
  2795.             <summary>Gets a generic sans serif <see cref="T:System.Drawing.FontFamily"></see> object.</summary>
  2796.             <returns>A <see cref="T:System.Drawing.FontFamily"></see> object that represents a generic sans serif font.</returns>
  2797.             <filterpriority>1</filterpriority>
  2798.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2799.         </member>
  2800.         <member name="P:System.Drawing.FontFamily.GenericSerif">
  2801.             <summary>Gets a generic serif <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2802.             <returns>A <see cref="T:System.Drawing.FontFamily"></see> that represents a generic serif font.</returns>
  2803.             <filterpriority>1</filterpriority>
  2804.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2805.         </member>
  2806.         <member name="P:System.Drawing.FontFamily.Name">
  2807.             <summary>Gets the name of this <see cref="T:System.Drawing.FontFamily"></see>.</summary>
  2808.             <returns>A <see cref="T:System.String"></see> that represents the name of this <see cref="T:System.Drawing.FontFamily"></see>.</returns>
  2809.             <filterpriority>1</filterpriority>
  2810.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2811.         </member>
  2812.         <member name="T:System.Drawing.FontStyle">
  2813.             <summary>Specifies style information applied to text.</summary>
  2814.             <filterpriority>2</filterpriority>
  2815.         </member>
  2816.         <member name="F:System.Drawing.FontStyle.Bold">
  2817.             <summary>Bold text.</summary>
  2818.             <filterpriority>1</filterpriority>
  2819.         </member>
  2820.         <member name="F:System.Drawing.FontStyle.Italic">
  2821.             <summary>Italic text.</summary>
  2822.             <filterpriority>1</filterpriority>
  2823.         </member>
  2824.         <member name="F:System.Drawing.FontStyle.Regular">
  2825.             <summary>Normal text.</summary>
  2826.             <filterpriority>1</filterpriority>
  2827.         </member>
  2828.         <member name="F:System.Drawing.FontStyle.Strikeout">
  2829.             <summary>Text with a line through the middle.</summary>
  2830.             <filterpriority>1</filterpriority>
  2831.         </member>
  2832.         <member name="F:System.Drawing.FontStyle.Underline">
  2833.             <summary>Underlined text.</summary>
  2834.             <filterpriority>1</filterpriority>
  2835.         </member>
  2836.         <member name="T:System.Drawing.Graphics">
  2837.             <summary>Encapsulates a GDI+ drawing surface. This class cannot be inherited.</summary>
  2838.             <filterpriority>1</filterpriority>
  2839.         </member>
  2840.         <member name="M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])">
  2841.             <summary>Adds a comment to the current <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</summary>
  2842.             <param name="data">Array of bytes that contains the comment. </param>
  2843.             <filterpriority>1</filterpriority>
  2844.         </member>
  2845.         <member name="M:System.Drawing.Graphics.BeginContainer">
  2846.             <summary>Saves a graphics container with the current state of this <see cref="T:System.Drawing.Graphics"></see> object and opens and uses a new graphics container.</summary>
  2847.             <returns>This method returns a <see cref="T:System.Drawing.Drawing2D.GraphicsContainer"></see> object that represents the state of this <see cref="T:System.Drawing.Graphics"></see> object at the time of the method call.</returns>
  2848.             <filterpriority>1</filterpriority>
  2849.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2850.         </member>
  2851.         <member name="M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)">
  2852.             <summary>Saves a graphics container with the current state of this <see cref="T:System.Drawing.Graphics"></see> object and opens and uses a new graphics container with the specified scale transformation.</summary>
  2853.             <returns>This method returns a <see cref="T:System.Drawing.Drawing2D.GraphicsContainer"></see> object that represents the state of this <see cref="T:System.Drawing.Graphics"></see> object at the time of the method call.</returns>
  2854.             <param name="srcrect"><see cref="T:System.Drawing.Rectangle"></see> structure that, together with the dstrect parameter, specifies a scale transformation for the container. </param>
  2855.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure for the container. </param>
  2856.             <param name="dstrect"><see cref="T:System.Drawing.Rectangle"></see> structure that, together with the srcrect parameter, specifies a scale transformation for the container. </param>
  2857.             <filterpriority>1</filterpriority>
  2858.         </member>
  2859.         <member name="M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)">
  2860.             <summary>Saves a graphics container with the current state of this <see cref="T:System.Drawing.Graphics"></see> object and opens and uses a new graphics container with the specified scale transformation.</summary>
  2861.             <returns>This method returns a <see cref="T:System.Drawing.Drawing2D.GraphicsContainer"></see> object that represents the state of this <see cref="T:System.Drawing.Graphics"></see> object at the time of the method call.</returns>
  2862.             <param name="srcrect"><see cref="T:System.Drawing.RectangleF"></see> structure that, together with the dstrect parameter, specifies a scale transformation for the new graphics container. </param>
  2863.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure for the container. </param>
  2864.             <param name="dstrect"><see cref="T:System.Drawing.RectangleF"></see> structure that, together with the srcrect parameter, specifies a scale transformation for the new graphics container. </param>
  2865.             <filterpriority>1</filterpriority>
  2866.         </member>
  2867.         <member name="M:System.Drawing.Graphics.Clear(System.Drawing.Color)">
  2868.             <summary>Clears the entire drawing surface and fills it with the specified background color.</summary>
  2869.             <param name="color"><see cref="T:System.Drawing.Color"></see> structure that represents the background color of the drawing surface. </param>
  2870.             <filterpriority>1</filterpriority>
  2871.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2872.         </member>
  2873.         <member name="M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)">
  2874.             <summary>Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  2875.             <param name="upperLeftDestination">The point at the upper-left corner of the destination rectangle.</param>
  2876.             <param name="blockRegionSize">The size of the area to be transferred.</param>
  2877.             <param name="upperLeftSource">The point at the upper-left corner of the source rectangle.</param>
  2878.             <exception cref="T:System.ComponentModel.Win32Exception">The operation failed.</exception>
  2879.             <filterpriority>1</filterpriority>
  2880.             <PermissionSet><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" /></PermissionSet>
  2881.         </member>
  2882.         <member name="M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)">
  2883.             <summary>Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  2884.             <param name="upperLeftDestination">The point at the upper-left corner of the destination rectangle.</param>
  2885.             <param name="copyPixelOperation">One of the <see cref="T:System.Drawing.CopyPixelOperation"></see> values.</param>
  2886.             <param name="blockRegionSize">The size of the area to be transferred.</param>
  2887.             <param name="upperLeftSource">The point at the upper-left corner of the source rectangle.</param>
  2888.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">copyPixelOperation is not a member of <see cref="T:System.Drawing.CopyPixelOperation"></see>.</exception>
  2889.             <exception cref="T:System.ComponentModel.Win32Exception">The operation failed.</exception>
  2890.             <filterpriority>1</filterpriority>
  2891.             <PermissionSet><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" /></PermissionSet>
  2892.         </member>
  2893.         <member name="M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)">
  2894.             <summary>Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  2895.             <param name="blockRegionSize">The size of the area to be transferred.</param>
  2896.             <param name="sourceY">The y-coordinate of the point at the upper-left corner of the source rectangle.</param>
  2897.             <param name="sourceX">The x-coordinate of the point at the upper-left corner of the source rectangle.</param>
  2898.             <param name="destinationX">The x-coordinate of the point at the upper-left corner of the destination rectangle.</param>
  2899.             <param name="destinationY">The y-coordinate of the point at the upper-left corner of the destination rectangle.</param>
  2900.             <exception cref="T:System.ComponentModel.Win32Exception">The operation failed.</exception>
  2901.             <filterpriority>1</filterpriority>
  2902.             <PermissionSet><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" /></PermissionSet>
  2903.         </member>
  2904.         <member name="M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)">
  2905.             <summary>Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  2906.             <param name="blockRegionSize">The size of the area to be transferred.</param>
  2907.             <param name="copyPixelOperation">One of the <see cref="T:System.Drawing.CopyPixelOperation"></see> values.</param>
  2908.             <param name="sourceY">The y-coordinate of the point at the upper-left corner of the source rectangle</param>
  2909.             <param name="sourceX">The x-coordinate of the point at the upper-left corner of the source rectangle.</param>
  2910.             <param name="destinationX">The x-coordinate of the point at the upper-left corner of the destination rectangle.</param>
  2911.             <param name="destinationY">The y-coordinate of the point at the upper-left corner of the destination rectangle.</param>
  2912.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">copyPixelOperation is not a member of <see cref="T:System.Drawing.CopyPixelOperation"></see>.</exception>
  2913.             <exception cref="T:System.ComponentModel.Win32Exception">The operation failed.</exception>
  2914.             <filterpriority>1</filterpriority>
  2915.             <PermissionSet><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" /></PermissionSet>
  2916.         </member>
  2917.         <member name="M:System.Drawing.Graphics.Dispose">
  2918.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  2919.             <returns>This method does not return a value.</returns>
  2920.             <filterpriority>1</filterpriority>
  2921.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2922.         </member>
  2923.         <member name="M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)">
  2924.             <summary>Draws an arc representing a portion of an ellipse specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  2925.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that defines the boundaries of the ellipse. </param>
  2926.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. </param>
  2927.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the starting point of the arc. </param>
  2928.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the arc. </param>
  2929.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2930.             <filterpriority>1</filterpriority>
  2931.         </member>
  2932.         <member name="M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
  2933.             <summary>Draws an arc representing a portion of an ellipse specified by a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  2934.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that defines the boundaries of the ellipse. </param>
  2935.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. </param>
  2936.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the starting point of the arc. </param>
  2937.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the arc. </param>
  2938.             <exception cref="T:System.ArgumentNullException">pen is null</exception>
  2939.             <filterpriority>1</filterpriority>
  2940.         </member>
  2941.         <member name="M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  2942.             <summary>Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.</summary>
  2943.             <param name="y">y-coordinate of the upper-left corner of the rectangle that defines the ellipse. </param>
  2944.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. </param>
  2945.             <param name="width">Width of the rectangle that defines the ellipse. </param>
  2946.             <param name="height">Height of the rectangle that defines the ellipse. </param>
  2947.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the starting point of the arc. </param>
  2948.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the arc. </param>
  2949.             <param name="x">x-coordinate of the upper-left corner of the rectangle that defines the ellipse. </param>
  2950.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2951.             <filterpriority>1</filterpriority>
  2952.         </member>
  2953.         <member name="M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  2954.             <summary>Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.</summary>
  2955.             <param name="y">y-coordinate of the upper-left corner of the rectangle that defines the ellipse. </param>
  2956.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. </param>
  2957.             <param name="width">Width of the rectangle that defines the ellipse. </param>
  2958.             <param name="height">Height of the rectangle that defines the ellipse. </param>
  2959.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the starting point of the arc. </param>
  2960.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the arc. </param>
  2961.             <param name="x">x-coordinate of the upper-left corner of the rectangle that defines the ellipse. </param>
  2962.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2963.             <filterpriority>1</filterpriority>
  2964.         </member>
  2965.         <member name="M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)">
  2966.             <summary>Draws a B├⌐zier spline defined by four <see cref="T:System.Drawing.Point"></see> structures.</summary>
  2967.             <param name="pt4"><see cref="T:System.Drawing.Point"></see> structure that represents the ending point of the curve. </param>
  2968.             <param name="pt2"><see cref="T:System.Drawing.Point"></see> structure that represents the first control point for the curve. </param>
  2969.             <param name="pt3"><see cref="T:System.Drawing.Point"></see> structure that represents the second control point for the curve. </param>
  2970.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> structure that determines the color, width, and style of the curve. </param>
  2971.             <param name="pt1"><see cref="T:System.Drawing.Point"></see> structure that represents the starting point of the curve. </param>
  2972.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2973.             <filterpriority>1</filterpriority>
  2974.         </member>
  2975.         <member name="M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
  2976.             <summary>Draws a B├⌐zier spline defined by four <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  2977.             <param name="pt4"><see cref="T:System.Drawing.PointF"></see> structure that represents the ending point of the curve. </param>
  2978.             <param name="pt2"><see cref="T:System.Drawing.PointF"></see> structure that represents the first control point for the curve. </param>
  2979.             <param name="pt3"><see cref="T:System.Drawing.PointF"></see> structure that represents the second control point for the curve. </param>
  2980.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the curve. </param>
  2981.             <param name="pt1"><see cref="T:System.Drawing.PointF"></see> structure that represents the starting point of the curve. </param>
  2982.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2983.             <filterpriority>1</filterpriority>
  2984.         </member>
  2985.         <member name="M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  2986.             <summary>Draws a B├⌐zier spline defined by four ordered pairs of coordinates that represent points.</summary>
  2987.             <param name="x3">x-coordinate of the second control point of the curve. </param>
  2988.             <param name="x1">x-coordinate of the starting point of the curve. </param>
  2989.             <param name="x4">x-coordinate of the ending point of the curve. </param>
  2990.             <param name="y4">y-coordinate of the ending point of the curve. </param>
  2991.             <param name="y3">y-coordinate of the second control point of the curve. </param>
  2992.             <param name="y2">y-coordinate of the first control point of the curve. </param>
  2993.             <param name="y1">y-coordinate of the starting point of the curve. </param>
  2994.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the curve. </param>
  2995.             <param name="x2">x-coordinate of the first control point of the curve. </param>
  2996.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  2997.             <filterpriority>1</filterpriority>
  2998.         </member>
  2999.         <member name="M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])">
  3000.             <summary>Draws a series of B├⌐zier splines from an array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3001.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that represent the points that determine the curve. </param>
  3002.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the curve. </param>
  3003.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3004.             <filterpriority>1</filterpriority>
  3005.         </member>
  3006.         <member name="M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])">
  3007.             <summary>Draws a series of B├⌐zier splines from an array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3008.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the points that determine the curve. </param>
  3009.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the curve. </param>
  3010.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3011.             <filterpriority>1</filterpriority>
  3012.         </member>
  3013.         <member name="M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])">
  3014.             <summary>Draws a closed cardinal spline defined by an array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3015.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  3016.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3017.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3018.             <filterpriority>1</filterpriority>
  3019.         </member>
  3020.         <member name="M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])">
  3021.             <summary>Draws a closed cardinal spline defined by an array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3022.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  3023.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3024.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3025.             <filterpriority>1</filterpriority>
  3026.         </member>
  3027.         <member name="M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)">
  3028.             <summary>Draws a closed cardinal spline defined by an array of <see cref="T:System.Drawing.Point"></see> structures using a specified tension.</summary>
  3029.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. This parameter is required but ignored. </param>
  3030.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3031.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  3032.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3033.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3034.             <filterpriority>1</filterpriority>
  3035.         </member>
  3036.         <member name="M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)">
  3037.             <summary>Draws a closed cardinal spline defined by an array of <see cref="T:System.Drawing.PointF"></see> structures using a specified tension.</summary>
  3038.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. This parameter is required but is ignored. </param>
  3039.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3040.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  3041.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3042.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3043.             <filterpriority>1</filterpriority>
  3044.         </member>
  3045.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])">
  3046.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3047.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  3048.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3049.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3050.             <filterpriority>1</filterpriority>
  3051.         </member>
  3052.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])">
  3053.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3054.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  3055.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3056.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3057.             <filterpriority>1</filterpriority>
  3058.         </member>
  3059.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)">
  3060.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.Point"></see> structures using a specified tension.</summary>
  3061.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3062.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  3063.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3064.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3065.             <filterpriority>1</filterpriority>
  3066.         </member>
  3067.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)">
  3068.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.PointF"></see> structures using a specified tension.</summary>
  3069.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3070.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the points that define the curve. </param>
  3071.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3072.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3073.             <filterpriority>1</filterpriority>
  3074.         </member>
  3075.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)">
  3076.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.PointF"></see> structures. The drawing begins offset from the beginning of the array.</summary>
  3077.             <param name="offset">Offset from the first element in the array of the points parameter to the starting point in the curve. </param>
  3078.             <param name="numberOfSegments">Number of segments after the starting point to include in the curve. </param>
  3079.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  3080.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3081.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3082.             <filterpriority>1</filterpriority>
  3083.         </member>
  3084.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)">
  3085.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.Point"></see> structures using a specified tension.</summary>
  3086.             <param name="offset">Offset from the first element in the array of the points parameter to the starting point in the curve. </param>
  3087.             <param name="numberOfSegments">Number of segments after the starting point to include in the curve. </param>
  3088.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3089.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  3090.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3091.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3092.             <filterpriority>1</filterpriority>
  3093.         </member>
  3094.         <member name="M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)">
  3095.             <summary>Draws a cardinal spline through a specified array of <see cref="T:System.Drawing.PointF"></see> structures using a specified tension. The drawing begins offset from the beginning of the array.</summary>
  3096.             <param name="offset">Offset from the first element in the array of the points parameter to the starting point in the curve. </param>
  3097.             <param name="numberOfSegments">Number of segments after the starting point to include in the curve. </param>
  3098.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  3099.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  3100.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and height of the curve. </param>
  3101.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3102.             <filterpriority>1</filterpriority>
  3103.         </member>
  3104.         <member name="M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)">
  3105.             <summary>Draws an ellipse specified by a bounding <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  3106.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that defines the boundaries of the ellipse. </param>
  3107.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the ellipse. </param>
  3108.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3109.             <filterpriority>1</filterpriority>
  3110.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3111.         </member>
  3112.         <member name="M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)">
  3113.             <summary>Draws an ellipse defined by a bounding <see cref="T:System.Drawing.RectangleF"></see>.</summary>
  3114.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that defines the boundaries of the ellipse. </param>
  3115.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the ellipse. </param>
  3116.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3117.             <filterpriority>1</filterpriority>
  3118.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3119.         </member>
  3120.         <member name="M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)">
  3121.             <summary>Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.</summary>
  3122.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  3123.             <param name="width">Width of the bounding rectangle that defines the ellipse. </param>
  3124.             <param name="height">Height of the bounding rectangle that defines the ellipse. </param>
  3125.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the ellipse. </param>
  3126.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  3127.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3128.             <filterpriority>1</filterpriority>
  3129.         </member>
  3130.         <member name="M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
  3131.             <summary>Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.</summary>
  3132.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  3133.             <param name="width">Width of the bounding rectangle that defines the ellipse. </param>
  3134.             <param name="height">Height of the bounding rectangle that defines the ellipse. </param>
  3135.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the ellipse. </param>
  3136.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  3137.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3138.             <filterpriority>1</filterpriority>
  3139.         </member>
  3140.         <member name="M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)">
  3141.             <summary>Draws the image represented by the specified <see cref="T:System.Drawing.Icon"></see> object within the area specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  3142.             <param name="icon"><see cref="T:System.Drawing.Icon"></see> object to draw. </param>
  3143.             <param name="targetRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the resulting image on the display surface. The image contained in the icon parameter is scaled to the dimensions of this rectangular area. </param>
  3144.             <exception cref="T:System.ArgumentNullException">icon is null.</exception>
  3145.             <filterpriority>1</filterpriority>
  3146.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3147.         </member>
  3148.         <member name="M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)">
  3149.             <summary>Draws the image represented by the specified <see cref="T:System.Drawing.Icon"></see> object at the specified coordinates.</summary>
  3150.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3151.             <param name="icon"><see cref="T:System.Drawing.Icon"></see> object to draw. </param>
  3152.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3153.             <exception cref="T:System.ArgumentNullException">icon is null.</exception>
  3154.             <filterpriority>1</filterpriority>
  3155.         </member>
  3156.         <member name="M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)">
  3157.             <summary>Draws the image represented by the specified <see cref="T:System.Drawing.Icon"></see> object without scaling the image.</summary>
  3158.             <param name="icon"><see cref="T:System.Drawing.Icon"></see> object to draw. </param>
  3159.             <param name="targetRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the resulting image. The image is not scaled to fit this rectangle, but retains its original size. If the image is larger than the rectangle, it is clipped to fit inside it. </param>
  3160.             <exception cref="T:System.ArgumentNullException">icon is null.</exception>
  3161.             <filterpriority>1</filterpriority>
  3162.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3163.         </member>
  3164.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)">
  3165.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object, using its original physical size, at the specified location.</summary>
  3166.             <param name="point"><see cref="T:System.Drawing.Point"></see> structure that represents the location of the upper-left corner of the drawn image. </param>
  3167.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3168.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3169.             <filterpriority>1</filterpriority>
  3170.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3171.         </member>
  3172.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])">
  3173.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified shape and size.</summary>
  3174.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3175.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram. </param>
  3176.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3177.             <filterpriority>1</filterpriority>
  3178.         </member>
  3179.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)">
  3180.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object, using its original physical size, at the specified location.</summary>
  3181.             <param name="point"><see cref="T:System.Drawing.PointF"></see> structure that represents the upper-left corner of the drawn image. </param>
  3182.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3183.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3184.             <filterpriority>1</filterpriority>
  3185.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3186.         </member>
  3187.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])">
  3188.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified shape and size.</summary>
  3189.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3190.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3191.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3192.             <filterpriority>1</filterpriority>
  3193.         </member>
  3194.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)">
  3195.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3196.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. </param>
  3197.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3198.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3199.             <filterpriority>1</filterpriority>
  3200.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3201.         </member>
  3202.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)">
  3203.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3204.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn image. </param>
  3205.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3206.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3207.             <filterpriority>1</filterpriority>
  3208.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3209.         </member>
  3210.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)">
  3211.             <summary>Draws the specified image, using its original physical size, at the location specified by a coordinate pair.</summary>
  3212.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3213.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3214.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3215.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3216.             <filterpriority>1</filterpriority>
  3217.         </member>
  3218.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)">
  3219.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object, using its original physical size, at the specified location.</summary>
  3220.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3221.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3222.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3223.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3224.             <filterpriority>1</filterpriority>
  3225.         </member>
  3226.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)">
  3227.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3228.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3229.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3230.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram. </param>
  3231.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3232.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3233.             <filterpriority>1</filterpriority>
  3234.         </member>
  3235.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)">
  3236.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3237.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3238.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3239.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3240.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the image object to draw. </param>
  3241.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3242.             <filterpriority>1</filterpriority>
  3243.         </member>
  3244.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)">
  3245.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3246.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3247.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3248.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3249.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3250.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3251.             <filterpriority>1</filterpriority>
  3252.         </member>
  3253.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)">
  3254.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3255.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3256.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3257.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3258.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the image object to draw. </param>
  3259.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3260.             <filterpriority>1</filterpriority>
  3261.         </member>
  3262.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)">
  3263.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3264.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3265.             <param name="width">Width of the drawn image. </param>
  3266.             <param name="height">Height of the drawn image. </param>
  3267.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3268.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3269.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3270.             <filterpriority>1</filterpriority>
  3271.         </member>
  3272.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)">
  3273.             <summary>Draws a portion of an image at a specified location.</summary>
  3274.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3275.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3276.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3277.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3278.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3279.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3280.             <filterpriority>1</filterpriority>
  3281.         </member>
  3282.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)">
  3283.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location.</summary>
  3284.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3285.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3286.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3287.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram. </param>
  3288.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3289.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3290.             <filterpriority>1</filterpriority>
  3291.         </member>
  3292.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)">
  3293.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3294.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3295.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3296.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3297.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3298.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the image object to draw. </param>
  3299.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3300.             <filterpriority>1</filterpriority>
  3301.         </member>
  3302.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)">
  3303.             <summary>Draws a portion of an image at a specified location.</summary>
  3304.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3305.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3306.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3307.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the <see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3308.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3309.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3310.             <filterpriority>1</filterpriority>
  3311.         </member>
  3312.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)">
  3313.             <summary>Draws the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3314.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3315.             <param name="width">Width of the drawn image. </param>
  3316.             <param name="height">Height of the drawn image. </param>
  3317.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3318.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3319.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3320.             <filterpriority>1</filterpriority>
  3321.         </member>
  3322.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)">
  3323.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3324.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3325.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)"></see> method according to application-determined criteria. </param>
  3326.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3327.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3328.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3329.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3330.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3331.             <filterpriority>1</filterpriority>
  3332.         </member>
  3333.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)">
  3334.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3335.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3336.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)"></see>  method according to application-determined criteria. </param>
  3337.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3338.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3339.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3340.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the image object to draw. </param>
  3341.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3342.             <filterpriority>1</filterpriority>
  3343.         </member>
  3344.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)">
  3345.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3346.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3347.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)"></see> method according to application-determined criteria. </param>
  3348.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3349.             <param name="callbackData">Value specifying additional data for the <see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate to use when checking whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)"></see> method. </param>
  3350.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3351.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3352.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the image object to draw. </param>
  3353.             <filterpriority>1</filterpriority>
  3354.         </member>
  3355.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)">
  3356.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3357.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3358.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)"></see> method according to application-determined criteria. </param>
  3359.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used by the srcRect parameter. </param>
  3360.             <param name="callbackData">Value specifying additional data for the <see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate to use when checking whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)"></see> method. </param>
  3361.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3362.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram. </param>
  3363.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the image object to draw. </param>
  3364.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3365.             <filterpriority>1</filterpriority>
  3366.         </member>
  3367.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)">
  3368.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3369.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3370.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3371.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3372.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3373.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3374.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3375.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3376.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3377.             <filterpriority>1</filterpriority>
  3378.         </member>
  3379.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)">
  3380.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3381.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3382.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3383.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3384.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3385.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3386.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3387.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3388.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3389.             <filterpriority>1</filterpriority>
  3390.         </member>
  3391.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)">
  3392.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3393.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3394.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3395.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3396.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3397.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3398.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3399.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3400.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3401.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3402.             <filterpriority>1</filterpriority>
  3403.         </member>
  3404.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)">
  3405.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3406.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3407.             <param name="imageAttrs"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3408.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3409.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3410.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3411.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3412.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3413.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3414.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3415.             <filterpriority>1</filterpriority>
  3416.         </member>
  3417.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)">
  3418.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3419.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for image. </param>
  3420.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3421.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)"></see> method according to application-determined criteria. </param>
  3422.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3423.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3424.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3425.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3426.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3427.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3428.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3429.             <filterpriority>1</filterpriority>
  3430.         </member>
  3431.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)">
  3432.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3433.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3434.             <param name="imageAttrs"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3435.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)"></see> method according to application-determined criteria. </param>
  3436.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3437.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3438.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3439.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3440.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3441.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3442.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3443.             <filterpriority>1</filterpriority>
  3444.         </member>
  3445.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)">
  3446.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3447.             <param name="callbackData">Value specifying additional data for the <see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate to use when checking whether to stop execution of the DrawImage method. </param>
  3448.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3449.             <param name="imageAttrs"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3450.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)"></see> method according to application-determined criteria. </param>
  3451.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3452.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3453.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3454.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3455.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3456.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3457.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3458.             <filterpriority>1</filterpriority>
  3459.         </member>
  3460.         <member name="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)">
  3461.             <summary>Draws the specified portion of the specified <see cref="T:System.Drawing.Image"></see> object at the specified location and with the specified size.</summary>
  3462.             <param name="callbackData">Value specifying additional data for the <see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate to use when checking whether to stop execution of the DrawImage method. </param>
  3463.             <param name="srcHeight">Height of the portion of the source image to draw. </param>
  3464.             <param name="imageAttrs"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies recoloring and gamma information for the image object. </param>
  3465.             <param name="callback"><see cref="T:System.Drawing.Graphics.DrawImageAbort"></see> delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the <see cref="M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)"></see> method according to application-determined criteria. </param>
  3466.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the units of measure used to determine the source rectangle. </param>
  3467.             <param name="srcWidth">Width of the portion of the source image to draw. </param>
  3468.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3469.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. </param>
  3470.             <param name="srcX">x-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3471.             <param name="srcY">y-coordinate of the upper-left corner of the portion of the source image to draw. </param>
  3472.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3473.             <filterpriority>1</filterpriority>
  3474.         </member>
  3475.         <member name="M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)">
  3476.             <summary>Draws a specified image using its original physical size at a specified location.</summary>
  3477.             <param name="point"><see cref="T:System.Drawing.Point"></see> structure that specifies the upper-left corner of the drawn image. </param>
  3478.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3479.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3480.             <filterpriority>1</filterpriority>
  3481.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3482.         </member>
  3483.         <member name="M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)">
  3484.             <summary>Draws a specified image using its original physical size at a specified location.</summary>
  3485.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored. </param>
  3486.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3487.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3488.             <filterpriority>1</filterpriority>
  3489.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3490.         </member>
  3491.         <member name="M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)">
  3492.             <summary>Draws the specified image using its original physical size at the location specified by a coordinate pair.</summary>
  3493.             <param name="y">y-coordinate of the upper-left corner of the drawn image. </param>
  3494.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3495.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3496.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3497.             <filterpriority>1</filterpriority>
  3498.         </member>
  3499.         <member name="M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)">
  3500.             <summary>Draws a specified image using its original physical size at a specified location.</summary>
  3501.             <param name="y">x-coordinate of the upper-left corner of the drawn image. </param>
  3502.             <param name="width">Not used. </param>
  3503.             <param name="height">Not used. </param>
  3504.             <param name="image"><see cref="T:System.Drawing.Image"></see> object to draw. </param>
  3505.             <param name="x">x-coordinate of the upper-left corner of the drawn image. </param>
  3506.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3507.             <filterpriority>1</filterpriority>
  3508.         </member>
  3509.         <member name="M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)">
  3510.             <summary>Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.</summary>
  3511.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> in which to draw the image.</param>
  3512.             <param name="image">The <see cref="T:System.Drawing.Image"></see> to draw.</param>
  3513.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  3514.             <filterpriority>1</filterpriority>
  3515.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3516.         </member>
  3517.         <member name="M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)">
  3518.             <summary>Draws a line connecting two <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3519.             <param name="pt2"><see cref="T:System.Drawing.Point"></see> structure that represents the second point to connect. </param>
  3520.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line. </param>
  3521.             <param name="pt1"><see cref="T:System.Drawing.Point"></see> structure that represents the first point to connect. </param>
  3522.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3523.             <filterpriority>1</filterpriority>
  3524.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3525.         </member>
  3526.         <member name="M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)">
  3527.             <summary>Draws a line connecting two <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3528.             <param name="pt2"><see cref="T:System.Drawing.PointF"></see> structure that represents the second point to connect. </param>
  3529.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line. </param>
  3530.             <param name="pt1"><see cref="T:System.Drawing.PointF"></see> structure that represents the first point to connect. </param>
  3531.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3532.             <filterpriority>1</filterpriority>
  3533.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3534.         </member>
  3535.         <member name="M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)">
  3536.             <summary>Draws a line connecting the two points specified by coordinate pairs.</summary>
  3537.             <param name="x1">x-coordinate of the first point. </param>
  3538.             <param name="y2">y-coordinate of the second point. </param>
  3539.             <param name="y1">y-coordinate of the first point. </param>
  3540.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line. </param>
  3541.             <param name="x2">x-coordinate of the second point. </param>
  3542.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3543.             <filterpriority>1</filterpriority>
  3544.         </member>
  3545.         <member name="M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
  3546.             <summary>Draws a line connecting the two points specified by coordinate pairs.</summary>
  3547.             <param name="x1">x-coordinate of the first point. </param>
  3548.             <param name="y2">y-coordinate of the second point. </param>
  3549.             <param name="y1">y-coordinate of the first point. </param>
  3550.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line. </param>
  3551.             <param name="x2">x-coordinate of the second point. </param>
  3552.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3553.             <filterpriority>1</filterpriority>
  3554.         </member>
  3555.         <member name="M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])">
  3556.             <summary>Draws a series of line segments that connect an array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3557.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that represent the points to connect. </param>
  3558.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line segments. </param>
  3559.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3560.             <filterpriority>1</filterpriority>
  3561.         </member>
  3562.         <member name="M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])">
  3563.             <summary>Draws a series of line segments that connect an array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3564.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the points to connect. </param>
  3565.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the line segments. </param>
  3566.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3567.             <filterpriority>1</filterpriority>
  3568.         </member>
  3569.         <member name="M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)">
  3570.             <summary>Draws a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  3571.             <param name="path"><see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object to draw. </param>
  3572.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the path. </param>
  3573.             <exception cref="T:System.ArgumentNullException">pen is null.-or-path is null.</exception>
  3574.             <filterpriority>1</filterpriority>
  3575.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3576.         </member>
  3577.         <member name="M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)">
  3578.             <summary>Draws a pie shape defined by an ellipse specified by a <see cref="T:System.Drawing.Rectangle"></see> structure and two radial lines.</summary>
  3579.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3580.             <param name="sweepAngle">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. </param>
  3581.             <param name="startAngle">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. </param>
  3582.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the pie shape. </param>
  3583.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3584.             <filterpriority>1</filterpriority>
  3585.         </member>
  3586.         <member name="M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
  3587.             <summary>Draws a pie shape defined by an ellipse specified by a <see cref="T:System.Drawing.RectangleF"></see> structure and two radial lines.</summary>
  3588.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3589.             <param name="sweepAngle">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. </param>
  3590.             <param name="startAngle">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. </param>
  3591.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the pie shape. </param>
  3592.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3593.             <filterpriority>1</filterpriority>
  3594.         </member>
  3595.         <member name="M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  3596.             <summary>Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, and a height and two radial lines.</summary>
  3597.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3598.             <param name="sweepAngle">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. </param>
  3599.             <param name="width">Width of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3600.             <param name="height">Height of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3601.             <param name="startAngle">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. </param>
  3602.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the pie shape. </param>
  3603.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3604.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3605.             <filterpriority>1</filterpriority>
  3606.         </member>
  3607.         <member name="M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  3608.             <summary>Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, and a height and two radial lines.</summary>
  3609.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3610.             <param name="sweepAngle">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. </param>
  3611.             <param name="width">Width of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3612.             <param name="height">Height of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3613.             <param name="startAngle">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. </param>
  3614.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the pie shape. </param>
  3615.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. </param>
  3616.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3617.             <filterpriority>1</filterpriority>
  3618.         </member>
  3619.         <member name="M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])">
  3620.             <summary>Draws a polygon defined by an array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  3621.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that represent the vertices of the polygon. </param>
  3622.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the polygon. </param>
  3623.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3624.             <filterpriority>1</filterpriority>
  3625.         </member>
  3626.         <member name="M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])">
  3627.             <summary>Draws a polygon defined by an array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  3628.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the vertices of the polygon. </param>
  3629.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the polygon. </param>
  3630.             <exception cref="T:System.ArgumentNullException">pen is null.-or-points is null.</exception>
  3631.             <filterpriority>1</filterpriority>
  3632.         </member>
  3633.         <member name="M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)">
  3634.             <summary>Draws a rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  3635.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle to draw. </param>
  3636.             <param name="pen">A <see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the rectangle. </param>
  3637.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3638.             <filterpriority>1</filterpriority>
  3639.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3640.         </member>
  3641.         <member name="M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)">
  3642.             <summary>Draws a rectangle specified by a coordinate pair, a width, and a height.</summary>
  3643.             <param name="y">y-coordinate of the upper-left corner of the rectangle to draw. </param>
  3644.             <param name="width">Width of the rectangle to draw. </param>
  3645.             <param name="height">Height of the rectangle to draw. </param>
  3646.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the rectangle. </param>
  3647.             <param name="x">x-coordinate of the upper-left corner of the rectangle to draw. </param>
  3648.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3649.             <filterpriority>1</filterpriority>
  3650.         </member>
  3651.         <member name="M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
  3652.             <summary>Draws a rectangle specified by a coordinate pair, a width, and a height.</summary>
  3653.             <param name="y">The y-coordinate of the upper-left corner of the rectangle to draw. </param>
  3654.             <param name="width">The width of the rectangle to draw. </param>
  3655.             <param name="height">The height of the rectangle to draw. </param>
  3656.             <param name="pen">A <see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the rectangle. </param>
  3657.             <param name="x">The x-coordinate of the upper-left corner of the rectangle to draw. </param>
  3658.             <exception cref="T:System.ArgumentNullException">pen is null.</exception>
  3659.             <filterpriority>1</filterpriority>
  3660.         </member>
  3661.         <member name="M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])">
  3662.             <summary>Draws a series of rectangles specified by <see cref="T:System.Drawing.Rectangle"></see> structures.</summary>
  3663.             <param name="rects">Array of <see cref="T:System.Drawing.Rectangle"></see> structures that represent the rectangles to draw. </param>
  3664.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the outlines of the rectangles. </param>
  3665.             <exception cref="T:System.ArgumentNullException">pen is null.-or-rects is null.</exception>
  3666.             <filterpriority>1</filterpriority>
  3667.         </member>
  3668.         <member name="M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])">
  3669.             <summary>Draws a series of rectangles specified by <see cref="T:System.Drawing.RectangleF"></see> structures.</summary>
  3670.             <param name="rects">Array of <see cref="T:System.Drawing.RectangleF"></see> structures that represent the rectangles to draw. </param>
  3671.             <param name="pen"><see cref="T:System.Drawing.Pen"></see> object that determines the color, width, and style of the outlines of the rectangles. </param>
  3672.             <exception cref="T:System.ArgumentNullException">pen is null.-or-rects is null.</exception>
  3673.             <filterpriority>1</filterpriority>
  3674.         </member>
  3675.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)">
  3676.             <summary>Draws the specified text string at the specified location with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects.</summary>
  3677.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3678.             <param name="s">String to draw. </param>
  3679.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3680.             <param name="point"><see cref="T:System.Drawing.PointF"></see> structure that specifies the upper-left corner of the drawn text. </param>
  3681.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3682.             <filterpriority>1</filterpriority>
  3683.         </member>
  3684.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)">
  3685.             <summary>Draws the specified text string in the specified rectangle with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects.</summary>
  3686.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3687.             <param name="s">String to draw. </param>
  3688.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3689.             <param name="layoutRectangle"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location of the drawn text. </param>
  3690.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3691.             <filterpriority>1</filterpriority>
  3692.         </member>
  3693.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)">
  3694.             <summary>Draws the specified text string at the specified location with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects using the formatting attributes of the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  3695.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3696.             <param name="s">String to draw. </param>
  3697.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3698.             <param name="format"><see cref="T:System.Drawing.StringFormat"></see> object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. </param>
  3699.             <param name="point"><see cref="T:System.Drawing.PointF"></see> structure that specifies the upper-left corner of the drawn text. </param>
  3700.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3701.             <filterpriority>1</filterpriority>
  3702.         </member>
  3703.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)">
  3704.             <summary>Draws the specified text string in the specified rectangle with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects using the formatting attributes of the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  3705.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3706.             <param name="s">String to draw. </param>
  3707.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3708.             <param name="format"><see cref="T:System.Drawing.StringFormat"></see> object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. </param>
  3709.             <param name="layoutRectangle"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location of the drawn text. </param>
  3710.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3711.             <filterpriority>1</filterpriority>
  3712.         </member>
  3713.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
  3714.             <summary>Draws the specified text string at the specified location with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects.</summary>
  3715.             <param name="y">y coordinate of the upper-left corner of the drawn text. </param>
  3716.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3717.             <param name="s">String to draw. </param>
  3718.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3719.             <param name="x">x coordinate of the upper-left corner of the drawn text. </param>
  3720.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3721.             <filterpriority>1</filterpriority>
  3722.         </member>
  3723.         <member name="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)">
  3724.             <summary>Draws the specified text string at the specified location with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="T:System.Drawing.Font"></see> objects using the formatting attributes of the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  3725.             <param name="y">y-coordinate of the upper-left corner of the drawn text. </param>
  3726.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  3727.             <param name="s">String to draw. </param>
  3728.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the color and texture of the drawn text. </param>
  3729.             <param name="format"><see cref="T:System.Drawing.StringFormat"></see> object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. </param>
  3730.             <param name="x">x-coordinate of the upper-left corner of the drawn text. </param>
  3731.             <exception cref="T:System.ArgumentNullException">brush is null.-or-s is null.</exception>
  3732.             <filterpriority>1</filterpriority>
  3733.         </member>
  3734.         <member name="M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)">
  3735.             <summary>Closes the current graphics container and restores the state of this <see cref="T:System.Drawing.Graphics"></see> object to the state saved by a call to the <see cref="M:System.Drawing.Graphics.BeginContainer"></see> method.</summary>
  3736.             <param name="container"><see cref="T:System.Drawing.Drawing2D.GraphicsContainer"></see> object that represents the container this method restores. </param>
  3737.             <filterpriority>1</filterpriority>
  3738.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3739.         </member>
  3740.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)">
  3741.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3742.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3743.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3744.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3745.             <filterpriority>1</filterpriority>
  3746.         </member>
  3747.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)">
  3748.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3749.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3750.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3751.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3752.             <filterpriority>1</filterpriority>
  3753.         </member>
  3754.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)">
  3755.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3756.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3757.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3758.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3759.             <filterpriority>1</filterpriority>
  3760.         </member>
  3761.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)">
  3762.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3763.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3764.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3765.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3766.             <filterpriority>1</filterpriority>
  3767.         </member>
  3768.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)">
  3769.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3770.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3771.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3772.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  3773.             <filterpriority>1</filterpriority>
  3774.         </member>
  3775.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)">
  3776.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3777.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3778.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3779.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  3780.             <filterpriority>1</filterpriority>
  3781.         </member>
  3782.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3783.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3784.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3785.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3786.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3787.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3788.             <filterpriority>1</filterpriority>
  3789.         </member>
  3790.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3791.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3792.             <returns>This method does not return a value.</returns>
  3793.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3794.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3795.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3796.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3797.             <filterpriority>1</filterpriority>
  3798.         </member>
  3799.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3800.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3801.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3802.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3803.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3804.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3805.             <filterpriority>1</filterpriority>
  3806.         </member>
  3807.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3808.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3809.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3810.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3811.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3812.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3813.             <filterpriority>1</filterpriority>
  3814.         </member>
  3815.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3816.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3817.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3818.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3819.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3820.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  3821.             <filterpriority>1</filterpriority>
  3822.         </member>
  3823.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3824.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3825.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3826.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3827.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3828.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  3829.             <filterpriority>1</filterpriority>
  3830.         </member>
  3831.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3832.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point using specified image attributes.</summary>
  3833.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3834.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3835.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3836.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3837.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3838.             <filterpriority>1</filterpriority>
  3839.         </member>
  3840.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3841.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3842.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3843.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3844.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3845.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3846.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3847.             <filterpriority>1</filterpriority>
  3848.         </member>
  3849.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3850.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.</summary>
  3851.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3852.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3853.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3854.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3855.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3856.             <filterpriority>1</filterpriority>
  3857.         </member>
  3858.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3859.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3860.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3861.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3862.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3863.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3864.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3865.             <filterpriority>1</filterpriority>
  3866.         </member>
  3867.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3868.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point using specified image attributes.</summary>
  3869.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3870.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3871.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3872.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3873.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3874.             <filterpriority>1</filterpriority>
  3875.         </member>
  3876.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3877.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3878.             <returns>This method does not return a value.</returns>
  3879.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3880.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3881.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3882.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3883.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3884.             <filterpriority>1</filterpriority>
  3885.         </member>
  3886.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3887.             <summary>Sends the records in the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.</summary>
  3888.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3889.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3890.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3891.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3892.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3893.             <filterpriority>1</filterpriority>
  3894.         </member>
  3895.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3896.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3897.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3898.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3899.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3900.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3901.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structures that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3902.             <filterpriority>1</filterpriority>
  3903.         </member>
  3904.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3905.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle using specified image attributes.</summary>
  3906.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3907.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3908.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3909.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3910.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  3911.             <filterpriority>1</filterpriority>
  3912.         </member>
  3913.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3914.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3915.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3916.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3917.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3918.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  3919.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3920.             <filterpriority>1</filterpriority>
  3921.         </member>
  3922.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  3923.             <summary>Sends the records of the specified <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle using specified image attributes.</summary>
  3924.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3925.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3926.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3927.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  3928.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  3929.             <filterpriority>1</filterpriority>
  3930.         </member>
  3931.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)">
  3932.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3933.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3934.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3935.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3936.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  3937.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3938.             <filterpriority>1</filterpriority>
  3939.         </member>
  3940.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3941.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3942.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3943.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3944.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3945.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3946.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3947.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3948.             <filterpriority>1</filterpriority>
  3949.         </member>
  3950.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3951.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3952.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3953.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3954.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3955.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3956.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3957.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3958.             <filterpriority>1</filterpriority>
  3959.         </member>
  3960.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3961.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point.</summary>
  3962.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3963.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  3964.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3965.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3966.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3967.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3968.             <filterpriority>1</filterpriority>
  3969.         </member>
  3970.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3971.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram.</summary>
  3972.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3973.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3974.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3975.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3976.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  3977.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3978.             <filterpriority>1</filterpriority>
  3979.         </member>
  3980.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3981.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3982.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3983.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3984.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3985.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3986.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  3987.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3988.             <filterpriority>1</filterpriority>
  3989.         </member>
  3990.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)">
  3991.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle.</summary>
  3992.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  3993.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  3994.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  3995.             <param name="srcUnit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  3996.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  3997.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  3998.             <filterpriority>1</filterpriority>
  3999.         </member>
  4000.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4001.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point using specified image attributes.</summary>
  4002.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4003.             <param name="destPoint"><see cref="T:System.Drawing.Point"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  4004.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4005.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4006.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4007.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4008.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4009.             <filterpriority>1</filterpriority>
  4010.         </member>
  4011.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4012.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.</summary>
  4013.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4014.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4015.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4016.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4017.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4018.             <param name="destPoints">Array of three <see cref="T:System.Drawing.Point"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  4019.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4020.             <filterpriority>1</filterpriority>
  4021.         </member>
  4022.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4023.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display at a specified point using specified image attributes.</summary>
  4024.             <returns>This method does not return a value.</returns>
  4025.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4026.             <param name="destPoint"><see cref="T:System.Drawing.PointF"></see> structure that specifies the location of the upper-left corner of the drawn metafile. </param>
  4027.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4028.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4029.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4030.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4031.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4032.             <filterpriority>1</filterpriority>
  4033.         </member>
  4034.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4035.             <summary>Sends the records in a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.</summary>
  4036.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4037.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4038.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4039.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4040.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4041.             <param name="destPoints">Array of three <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram that determines the size and location of the drawn metafile. </param>
  4042.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4043.             <filterpriority>1</filterpriority>
  4044.         </member>
  4045.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4046.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle using specified image attributes.</summary>
  4047.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4048.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4049.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4050.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4051.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4052.             <param name="destRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the location and size of the drawn metafile. </param>
  4053.             <param name="srcRect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4054.             <filterpriority>1</filterpriority>
  4055.         </member>
  4056.         <member name="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)">
  4057.             <summary>Sends the records of a selected rectangle from a <see cref="T:System.Drawing.Imaging.Metafile"></see> object, one at a time, to a callback method for display in a specified rectangle using specified image attributes.</summary>
  4058.             <param name="callbackData">Internal pointer that is required, but ignored. You can pass <see cref="F:System.IntPtr.Zero"></see> for this parameter. </param>
  4059.             <param name="callback"><see cref="T:System.Drawing.Graphics.EnumerateMetafileProc"></see> delegate that specifies the method to which the metafile records are sent. </param>
  4060.             <param name="metafile"><see cref="T:System.Drawing.Imaging.Metafile"></see> object to enumerate. </param>
  4061.             <param name="unit">Member of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. </param>
  4062.             <param name="imageAttr"><see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies image attribute information for the drawn image. </param>
  4063.             <param name="destRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the location and size of the drawn metafile. </param>
  4064.             <param name="srcRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. </param>
  4065.             <filterpriority>1</filterpriority>
  4066.         </member>
  4067.         <member name="M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)">
  4068.             <summary>Updates the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to exclude the area specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4069.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that specifies the rectangle to exclude from the clip region. </param>
  4070.             <filterpriority>1</filterpriority>
  4071.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4072.         </member>
  4073.         <member name="M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)">
  4074.             <summary>Updates the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to exclude the area specified by a <see cref="T:System.Drawing.Region"></see> object.</summary>
  4075.             <param name="region"><see cref="T:System.Drawing.Region"></see> object that specifies the region to exclude from the clip region. </param>
  4076.             <filterpriority>1</filterpriority>
  4077.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4078.         </member>
  4079.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])">
  4080.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.Point"></see> structures.</summary>
  4081.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4082.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  4083.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4084.             <filterpriority>1</filterpriority>
  4085.         </member>
  4086.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])">
  4087.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  4088.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4089.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  4090.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4091.             <filterpriority>1</filterpriority>
  4092.         </member>
  4093.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)">
  4094.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.Point"></see> structures using the specified fill mode.</summary>
  4095.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. </param>
  4096.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4097.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  4098.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4099.             <filterpriority>1</filterpriority>
  4100.         </member>
  4101.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)">
  4102.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.PointF"></see> structures using the specified fill mode.</summary>
  4103.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. </param>
  4104.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4105.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  4106.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4107.             <filterpriority>1</filterpriority>
  4108.         </member>
  4109.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)">
  4110.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.Point"></see> structures using the specified fill mode and tension.</summary>
  4111.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. </param>
  4112.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4113.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  4114.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that define the spline. </param>
  4115.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4116.             <filterpriority>1</filterpriority>
  4117.         </member>
  4118.         <member name="M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)">
  4119.             <summary>Fills the interior a closed cardinal spline curve defined by an array of <see cref="T:System.Drawing.PointF"></see> structures using the specified fill mode and tension.</summary>
  4120.             <param name="fillmode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the curve is filled. </param>
  4121.             <param name="brush">A <see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4122.             <param name="tension">Value greater than or equal to 0.0F that specifies the tension of the curve. </param>
  4123.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that define the spline. </param>
  4124.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4125.             <filterpriority>1</filterpriority>
  4126.         </member>
  4127.         <member name="M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)">
  4128.             <summary>Fills the interior of an ellipse defined by a bounding rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4129.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle that defines the ellipse. </param>
  4130.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4131.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4132.             <filterpriority>1</filterpriority>
  4133.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4134.         </member>
  4135.         <member name="M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)">
  4136.             <summary>Fills the interior of an ellipse defined by a bounding rectangle specified by a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  4137.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle that defines the ellipse. </param>
  4138.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4139.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4140.             <filterpriority>1</filterpriority>
  4141.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4142.         </member>
  4143.         <member name="M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)">
  4144.             <summary>Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.</summary>
  4145.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  4146.             <param name="width">Width of the bounding rectangle that defines the ellipse. </param>
  4147.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4148.             <param name="height">Height of the bounding rectangle that defines the ellipse. </param>
  4149.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  4150.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4151.             <filterpriority>1</filterpriority>
  4152.         </member>
  4153.         <member name="M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)">
  4154.             <summary>Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.</summary>
  4155.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  4156.             <param name="width">Width of the bounding rectangle that defines the ellipse. </param>
  4157.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4158.             <param name="height">Height of the bounding rectangle that defines the ellipse. </param>
  4159.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  4160.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4161.             <filterpriority>1</filterpriority>
  4162.         </member>
  4163.         <member name="M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)">
  4164.             <summary>Fills the interior of a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  4165.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4166.             <param name="path"><see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that represents the path to fill. </param>
  4167.             <exception cref="T:System.ArgumentNullException">pen is null.-or-path is null.</exception>
  4168.             <filterpriority>1</filterpriority>
  4169.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4170.         </member>
  4171.         <member name="M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)">
  4172.             <summary>Fills the interior of a pie section defined by an ellipse specified by a <see cref="T:System.Drawing.RectangleF"></see> structure and two radial lines.</summary>
  4173.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4174.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the first side of the pie section. </param>
  4175.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4176.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. </param>
  4177.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4178.             <filterpriority>1</filterpriority>
  4179.         </member>
  4180.         <member name="M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  4181.             <summary>Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines.</summary>
  4182.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4183.             <param name="width">Width of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4184.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4185.             <param name="height">Height of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4186.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the first side of the pie section. </param>
  4187.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. </param>
  4188.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4189.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4190.             <filterpriority>1</filterpriority>
  4191.         </member>
  4192.         <member name="M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  4193.             <summary>Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines.</summary>
  4194.             <param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4195.             <param name="width">Width of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4196.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4197.             <param name="height">Height of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4198.             <param name="startAngle">Angle in degrees measured clockwise from the x-axis to the first side of the pie section. </param>
  4199.             <param name="sweepAngle">Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. </param>
  4200.             <param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. </param>
  4201.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4202.             <filterpriority>1</filterpriority>
  4203.         </member>
  4204.         <member name="M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])">
  4205.             <summary>Fills the interior of a polygon defined by an array of points specified by <see cref="T:System.Drawing.Point"></see> structures.</summary>
  4206.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4207.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that represent the vertices of the polygon to fill. </param>
  4208.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4209.             <filterpriority>1</filterpriority>
  4210.         </member>
  4211.         <member name="M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])">
  4212.             <summary>Fills the interior of a polygon defined by an array of points specified by <see cref="T:System.Drawing.PointF"></see> structures.</summary>
  4213.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4214.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the vertices of the polygon to fill. </param>
  4215.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4216.             <filterpriority>1</filterpriority>
  4217.         </member>
  4218.         <member name="M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)">
  4219.             <summary>Fills the interior of a polygon defined by an array of points specified by <see cref="T:System.Drawing.Point"></see> structures using the specified fill mode.</summary>
  4220.             <param name="fillMode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines the style of the fill. </param>
  4221.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4222.             <param name="points">Array of <see cref="T:System.Drawing.Point"></see> structures that represent the vertices of the polygon to fill. </param>
  4223.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4224.             <filterpriority>1</filterpriority>
  4225.         </member>
  4226.         <member name="M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)">
  4227.             <summary>Fills the interior of a polygon defined by an array of points specified by <see cref="T:System.Drawing.PointF"></see> structures using the specified fill mode.</summary>
  4228.             <param name="fillMode">Member of the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines the style of the fill. </param>
  4229.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4230.             <param name="points">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the vertices of the polygon to fill. </param>
  4231.             <exception cref="T:System.ArgumentNullException">brush is null.-or-points is null.</exception>
  4232.             <filterpriority>1</filterpriority>
  4233.         </member>
  4234.         <member name="M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)">
  4235.             <summary>Fills the interior of a rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4236.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle to fill. </param>
  4237.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4238.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4239.             <filterpriority>1</filterpriority>
  4240.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4241.         </member>
  4242.         <member name="M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)">
  4243.             <summary>Fills the interior of a rectangle specified by a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  4244.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle to fill. </param>
  4245.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4246.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4247.             <filterpriority>1</filterpriority>
  4248.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4249.         </member>
  4250.         <member name="M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)">
  4251.             <summary>Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.</summary>
  4252.             <param name="y">y-coordinate of the upper-left corner of the rectangle to fill. </param>
  4253.             <param name="width">Width of the rectangle to fill. </param>
  4254.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4255.             <param name="height">Height of the rectangle to fill. </param>
  4256.             <param name="x">x-coordinate of the upper-left corner of the rectangle to fill. </param>
  4257.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4258.             <filterpriority>1</filterpriority>
  4259.         </member>
  4260.         <member name="M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)">
  4261.             <summary>Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.</summary>
  4262.             <param name="y">y-coordinate of the upper-left corner of the rectangle to fill. </param>
  4263.             <param name="width">Width of the rectangle to fill. </param>
  4264.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4265.             <param name="height">Height of the rectangle to fill. </param>
  4266.             <param name="x">x-coordinate of the upper-left corner of the rectangle to fill. </param>
  4267.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4268.             <filterpriority>1</filterpriority>
  4269.         </member>
  4270.         <member name="M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])">
  4271.             <summary>Fills the interiors of a series of rectangles specified by <see cref="T:System.Drawing.Rectangle"></see> structures.</summary>
  4272.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4273.             <param name="rects">Array of <see cref="T:System.Drawing.Rectangle"></see> structures that represent the rectangles to fill. </param>
  4274.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4275.             <filterpriority>1</filterpriority>
  4276.         </member>
  4277.         <member name="M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])">
  4278.             <summary>Fills the interiors of a series of rectangles specified by <see cref="T:System.Drawing.RectangleF"></see> structures.</summary>
  4279.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4280.             <param name="rects">Array of <see cref="T:System.Drawing.RectangleF"></see> structures that represent the rectangles to fill. </param>
  4281.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  4282.             <filterpriority>1</filterpriority>
  4283.         </member>
  4284.         <member name="M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)">
  4285.             <summary>Fills the interior of a <see cref="T:System.Drawing.Region"></see> object.</summary>
  4286.             <param name="region"><see cref="T:System.Drawing.Region"></see> object that represents the area to fill. </param>
  4287.             <param name="brush"><see cref="T:System.Drawing.Brush"></see> object that determines the characteristics of the fill. </param>
  4288.             <exception cref="T:System.ArgumentNullException">brush is null.-or-region is null.</exception>
  4289.             <filterpriority>1</filterpriority>
  4290.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4291.         </member>
  4292.         <member name="M:System.Drawing.Graphics.Flush">
  4293.             <summary>Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.</summary>
  4294.             <filterpriority>1</filterpriority>
  4295.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4296.         </member>
  4297.         <member name="M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)">
  4298.             <summary>Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish.</summary>
  4299.             <param name="intention">Member of the <see cref="T:System.Drawing.Drawing2D.FlushIntention"></see> enumeration that specifies whether the method returns immediately or waits for any existing operations to finish. </param>
  4300.             <filterpriority>1</filterpriority>
  4301.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4302.         </member>
  4303.         <member name="M:System.Drawing.Graphics.FromHdc(System.IntPtr)">
  4304.             <summary>Creates a new <see cref="T:System.Drawing.Graphics"></see> object from the specified handle to a device context.</summary>
  4305.             <returns>This method returns a new <see cref="T:System.Drawing.Graphics"></see> object for the specified device context.</returns>
  4306.             <param name="hdc">Handle to a device context. </param>
  4307.             <filterpriority>1</filterpriority>
  4308.         </member>
  4309.         <member name="M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)">
  4310.             <summary>Creates a new <see cref="T:System.Drawing.Graphics"></see> object from the specified handle to a device context and handle to a device.</summary>
  4311.             <returns>This method returns a new <see cref="T:System.Drawing.Graphics"></see> object for the specified device context and device.</returns>
  4312.             <param name="hdevice">Handle to a device. </param>
  4313.             <param name="hdc">Handle to a device context. </param>
  4314.             <filterpriority>1</filterpriority>
  4315.         </member>
  4316.         <member name="M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)">
  4317.             <summary>Returns a <see cref="T:System.Drawing.Graphics"></see> object for the specified device context.</summary>
  4318.             <returns>A <see cref="T:System.Drawing.Graphics"></see> object for the specified device context.</returns>
  4319.             <param name="hdc">Handle to a device context. </param>
  4320.             <filterpriority>1</filterpriority>
  4321.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  4322.         </member>
  4323.         <member name="M:System.Drawing.Graphics.FromHwnd(System.IntPtr)">
  4324.             <summary>Creates a new <see cref="T:System.Drawing.Graphics"></see> object from the specified handle to a window.</summary>
  4325.             <returns>This method returns a new <see cref="T:System.Drawing.Graphics"></see> object for the specified window handle.</returns>
  4326.             <param name="hwnd">Handle to a window. </param>
  4327.             <filterpriority>1</filterpriority>
  4328.         </member>
  4329.         <member name="M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)">
  4330.             <summary>Creates a new <see cref="T:System.Drawing.Graphics"></see> object for the specified windows handle.</summary>
  4331.             <returns>A <see cref="T:System.Drawing.Graphics"></see> object for the specified window handle.</returns>
  4332.             <param name="hwnd">Handle to a window. </param>
  4333.             <filterpriority>1</filterpriority>
  4334.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  4335.         </member>
  4336.         <member name="M:System.Drawing.Graphics.FromImage(System.Drawing.Image)">
  4337.             <summary>Creates a new <see cref="T:System.Drawing.Graphics"></see> object from the specified <see cref="T:System.Drawing.Image"></see> object.</summary>
  4338.             <returns>This method returns a new <see cref="T:System.Drawing.Graphics"></see> for the specified <see cref="T:System.Drawing.Image"></see>.</returns>
  4339.             <param name="image"><see cref="T:System.Drawing.Image"></see> object from which to create the new <see cref="T:System.Drawing.Graphics"></see> object. </param>
  4340.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  4341.             <exception cref="T:System.Exception">image has an indexed pixel format or its format is undefined.</exception>
  4342.             <filterpriority>1</filterpriority>
  4343.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4344.         </member>
  4345.         <member name="M:System.Drawing.Graphics.GetHalftonePalette">
  4346.             <summary>Gets a handle to the current Windows halftone palette.</summary>
  4347.             <returns>Internal pointer that specifies the handle to the palette.</returns>
  4348.             <filterpriority>1</filterpriority>
  4349.         </member>
  4350.         <member name="M:System.Drawing.Graphics.GetHdc">
  4351.             <summary>Gets the handle to the device context associated with this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4352.             <returns>Handle to the device context associated with this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4353.             <filterpriority>1</filterpriority>
  4354.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4355.         </member>
  4356.         <member name="M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)">
  4357.             <summary>Gets the nearest color to the specified <see cref="T:System.Drawing.Color"></see> structure.</summary>
  4358.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the nearest color to the one specified with the color parameter.</returns>
  4359.             <param name="color"><see cref="T:System.Drawing.Color"></see> structure for which to find a match. </param>
  4360.             <filterpriority>1</filterpriority>
  4361.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  4362.         </member>
  4363.         <member name="M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)">
  4364.             <summary>Updates the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to the intersection of the current clip region and the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4365.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure to intersect with the current clip region. </param>
  4366.             <filterpriority>1</filterpriority>
  4367.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4368.         </member>
  4369.         <member name="M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)">
  4370.             <summary>Updates the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to the intersection of the current clip region and the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  4371.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure to intersect with the current clip region. </param>
  4372.             <filterpriority>1</filterpriority>
  4373.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4374.         </member>
  4375.         <member name="M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)">
  4376.             <summary>Updates the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to the intersection of the current clip region and the specified <see cref="T:System.Drawing.Region"></see> object.</summary>
  4377.             <param name="region"><see cref="T:System.Drawing.Region"></see> object to intersect with the current region. </param>
  4378.             <filterpriority>1</filterpriority>
  4379.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4380.         </member>
  4381.         <member name="M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)">
  4382.             <summary>Indicates whether the specified <see cref="T:System.Drawing.Point"></see> structure is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4383.             <returns>true if the point specified by the point parameter is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4384.             <param name="point"><see cref="T:System.Drawing.Point"></see> structure to test for visibility. </param>
  4385.             <filterpriority>1</filterpriority>
  4386.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4387.         </member>
  4388.         <member name="M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)">
  4389.             <summary>Indicates whether the specified <see cref="T:System.Drawing.PointF"></see> structure is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4390.             <returns>true if the point specified by the point parameter is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4391.             <param name="point"><see cref="T:System.Drawing.PointF"></see> structure to test for visibility. </param>
  4392.             <filterpriority>1</filterpriority>
  4393.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4394.         </member>
  4395.         <member name="M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)">
  4396.             <summary>Indicates whether the rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4397.             <returns>true if the rectangle specified by the rect parameter is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4398.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure to test for visibility. </param>
  4399.             <filterpriority>1</filterpriority>
  4400.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4401.         </member>
  4402.         <member name="M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)">
  4403.             <summary>Indicates whether the rectangle specified by a <see cref="T:System.Drawing.RectangleF"></see> structure is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4404.             <returns>true if the rectangle specified by the rect parameter is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4405.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure to test for visibility. </param>
  4406.             <filterpriority>1</filterpriority>
  4407.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4408.         </member>
  4409.         <member name="M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)">
  4410.             <summary>Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4411.             <returns>true if the point defined by the x and y parameters is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4412.             <param name="y">y coordinate of the point to test for visibility. </param>
  4413.             <param name="x">x coordinate of the point to test for visibility. </param>
  4414.             <filterpriority>1</filterpriority>
  4415.         </member>
  4416.         <member name="M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)">
  4417.             <summary>Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4418.             <returns>true if the point defined by the x and y parameters is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4419.             <param name="y">y coordinate of the point to test for visibility. </param>
  4420.             <param name="x">x coordinate of the point to test for visibility. </param>
  4421.             <filterpriority>1</filterpriority>
  4422.         </member>
  4423.         <member name="M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)">
  4424.             <summary>Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4425.             <returns>true if the rectangle defined by the x, y, width, and height parameters is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4426.             <param name="y">y coordinate of the upper-left corner of the rectangle to test for visibility. </param>
  4427.             <param name="width">Width of the rectangle to test for visibility. </param>
  4428.             <param name="height">Height of the rectangle to test for visibility. </param>
  4429.             <param name="x">x coordinate of the upper-left corner of the rectangle to test for visibility. </param>
  4430.             <filterpriority>1</filterpriority>
  4431.         </member>
  4432.         <member name="M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)">
  4433.             <summary>Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4434.             <returns>true if the rectangle defined by the x, y, width, and height parameters is contained within the visible clip region of this <see cref="T:System.Drawing.Graphics"></see> object; otherwise, false.</returns>
  4435.             <param name="y">y coordinate of the upper-left corner of the rectangle to test for visibility. </param>
  4436.             <param name="width">Width of the rectangle to test for visibility. </param>
  4437.             <param name="height">Height of the rectangle to test for visibility. </param>
  4438.             <param name="x">x coordinate of the upper-left corner of the rectangle to test for visibility. </param>
  4439.             <filterpriority>1</filterpriority>
  4440.         </member>
  4441.         <member name="M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)">
  4442.             <summary>Gets an array of <see cref="T:System.Drawing.Region"></see> objects, each of which bounds a range of character positions within the specified string.</summary>
  4443.             <returns>This method returns an array of <see cref="T:System.Drawing.Region"></see> objects, each of which bounds a range of character positions within the specified string.</returns>
  4444.             <param name="layoutRect"><see cref="T:System.Drawing.RectangleF"></see> structure that specifies the layout rectangle for the string. </param>
  4445.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  4446.             <param name="stringFormat"><see cref="T:System.Drawing.StringFormat"></see> object that represents formatting information, such as line spacing, for the string. </param>
  4447.             <param name="text">String to measure. </param>
  4448.             <filterpriority>1</filterpriority>
  4449.         </member>
  4450.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)">
  4451.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object.</summary>
  4452.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified by the text parameter as drawn with the font parameter.</returns>
  4453.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  4454.             <param name="text">String to measure. </param>
  4455.             <filterpriority>1</filterpriority>
  4456.         </member>
  4457.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)">
  4458.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object.</summary>
  4459.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified in the text parameter as drawn with the font parameter.</returns>
  4460.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the format of the string. </param>
  4461.             <param name="width">Maximum width of the string in pixels. </param>
  4462.             <param name="text">String to measure. </param>
  4463.             <filterpriority>1</filterpriority>
  4464.         </member>
  4465.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)">
  4466.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object within the specified layout area.</summary>
  4467.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified by the text parameter as drawn with the font parameter.</returns>
  4468.             <param name="font"><see cref="T:System.Drawing.Font"></see> object defines the text format of the string. </param>
  4469.             <param name="layoutArea"><see cref="T:System.Drawing.SizeF"></see> structure that specifies the maximum layout area for the text. </param>
  4470.             <param name="text">String to measure. </param>
  4471.             <filterpriority>1</filterpriority>
  4472.         </member>
  4473.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)">
  4474.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object and formatted with the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  4475.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified in the text parameter as drawn with the font parameter and the stringFormat parameter.</returns>
  4476.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  4477.             <param name="width">Maximum width of the string. </param>
  4478.             <param name="format"><see cref="T:System.Drawing.StringFormat"></see> object that represents formatting information, such as line spacing, for the string. </param>
  4479.             <param name="text">String to measure. </param>
  4480.             <filterpriority>1</filterpriority>
  4481.         </member>
  4482.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)">
  4483.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object and formatted with the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  4484.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified by the text parameter as drawn with the font parameter and the stringFormat parameter.</returns>
  4485.             <param name="font"><see cref="T:System.Drawing.Font"></see> object defines the text format of the string. </param>
  4486.             <param name="origin"><see cref="T:System.Drawing.PointF"></see> structure that represents the upper-left corner of the string. </param>
  4487.             <param name="stringFormat"><see cref="T:System.Drawing.StringFormat"></see> object that represents formatting information, such as line spacing, for the string. </param>
  4488.             <param name="text">String to measure. </param>
  4489.             <filterpriority>1</filterpriority>
  4490.         </member>
  4491.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)">
  4492.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object and formatted with the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  4493.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the string specified in the text parameter as drawn with the font parameter and the stringFormat parameter.</returns>
  4494.             <param name="font"><see cref="T:System.Drawing.Font"></see> object defines the text format of the string. </param>
  4495.             <param name="stringFormat"><see cref="T:System.Drawing.StringFormat"></see> object that represents formatting information, such as line spacing, for the string. </param>
  4496.             <param name="layoutArea"><see cref="T:System.Drawing.SizeF"></see> structure that specifies the maximum layout area for the text. </param>
  4497.             <param name="text">String to measure. </param>
  4498.             <filterpriority>1</filterpriority>
  4499.         </member>
  4500.         <member name="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)">
  4501.             <summary>Measures the specified string when drawn with the specified <see cref="T:System.Drawing.Font"></see> object and formatted with the specified <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  4502.             <returns>This method returns a <see cref="T:System.Drawing.SizeF"></see> structure that represents the size of the string, in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, of the text parameter as drawn with the font parameter and the stringFormat parameter.</returns>
  4503.             <param name="font"><see cref="T:System.Drawing.Font"></see> object that defines the text format of the string. </param>
  4504.             <param name="charactersFitted">Number of characters in the string. </param>
  4505.             <param name="linesFilled">Number of text lines in the string. </param>
  4506.             <param name="stringFormat"><see cref="T:System.Drawing.StringFormat"></see> object that represents formatting information, such as line spacing, for the string. </param>
  4507.             <param name="layoutArea"><see cref="T:System.Drawing.SizeF"></see> structure that specifies the maximum layout area for the text. </param>
  4508.             <param name="text">String to measure. </param>
  4509.             <filterpriority>1</filterpriority>
  4510.         </member>
  4511.         <member name="M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)">
  4512.             <summary>Multiplies the world transformation of this <see cref="T:System.Drawing.Graphics"></see> object and specified the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object.</summary>
  4513.             <param name="matrix">4x4 <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that multiplies the world transformation. </param>
  4514.             <filterpriority>1</filterpriority>
  4515.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4516.         </member>
  4517.         <member name="M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  4518.             <summary>Multiplies the world transformation of this <see cref="T:System.Drawing.Graphics"></see> object and specified the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object in the specified order.</summary>
  4519.             <param name="matrix">4x4 <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that multiplies the world transformation. </param>
  4520.             <param name="order">Member of the <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that determines the order of the multiplication. </param>
  4521.             <filterpriority>1</filterpriority>
  4522.         </member>
  4523.         <member name="M:System.Drawing.Graphics.ReleaseHdc">
  4524.             <summary>Releases a device context handle obtained by a previous call to the <see cref="M:System.Drawing.Graphics.GetHdc"></see> method of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4525.             <filterpriority>1</filterpriority>
  4526.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4527.         </member>
  4528.         <member name="M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)">
  4529.             <summary>Releases a device context handle obtained by a previous call to the <see cref="M:System.Drawing.Graphics.GetHdc"></see> method of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4530.             <param name="hdc">Handle to a device context obtained by a previous call to the <see cref="M:System.Drawing.Graphics.GetHdc"></see> method of this <see cref="T:System.Drawing.Graphics"></see> object. </param>
  4531.             <filterpriority>1</filterpriority>
  4532.         </member>
  4533.         <member name="M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)">
  4534.             <summary>Releases a handle to a device context.</summary>
  4535.             <param name="hdc">Handle to a device context. </param>
  4536.             <filterpriority>1</filterpriority>
  4537.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  4538.         </member>
  4539.         <member name="M:System.Drawing.Graphics.ResetClip">
  4540.             <summary>Resets the clip region of this <see cref="T:System.Drawing.Graphics"></see> object to an infinite region.</summary>
  4541.             <filterpriority>1</filterpriority>
  4542.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4543.         </member>
  4544.         <member name="M:System.Drawing.Graphics.ResetTransform">
  4545.             <summary>Resets the world transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object to the identity matrix.</summary>
  4546.             <filterpriority>1</filterpriority>
  4547.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4548.         </member>
  4549.         <member name="M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)">
  4550.             <summary>Restores the state of this <see cref="T:System.Drawing.Graphics"></see> object to the state represented by a <see cref="T:System.Drawing.Drawing2D.GraphicsState"></see> object.</summary>
  4551.             <param name="gstate"><see cref="T:System.Drawing.Drawing2D.GraphicsState"></see> object that represents the state to which to restore this <see cref="T:System.Drawing.Graphics"></see> object. </param>
  4552.             <filterpriority>1</filterpriority>
  4553.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4554.         </member>
  4555.         <member name="M:System.Drawing.Graphics.RotateTransform(System.Single)">
  4556.             <summary>Applies the specified rotation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4557.             <param name="angle">Angle of rotation in degrees. </param>
  4558.             <filterpriority>1</filterpriority>
  4559.         </member>
  4560.         <member name="M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  4561.             <summary>Applies the specified rotation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object in the specified order.</summary>
  4562.             <param name="angle">Angle of rotation in degrees. </param>
  4563.             <param name="order">Member of the <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies whether the rotation is appended or prepended to the matrix transformation. </param>
  4564.             <filterpriority>1</filterpriority>
  4565.         </member>
  4566.         <member name="M:System.Drawing.Graphics.Save">
  4567.             <summary>Saves the current state of this <see cref="T:System.Drawing.Graphics"></see> object and identifies the saved state with a <see cref="T:System.Drawing.Drawing2D.GraphicsState"></see> object.</summary>
  4568.             <returns>This method returns a <see cref="T:System.Drawing.Drawing2D.GraphicsState"></see> object that represents the saved state of this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4569.             <filterpriority>1</filterpriority>
  4570.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4571.         </member>
  4572.         <member name="M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)">
  4573.             <summary>Applies the specified scaling operation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object by prepending it to the object's transformation matrix.</summary>
  4574.             <param name="sy">Scale factor in the y direction. </param>
  4575.             <param name="sx">Scale factor in the x direction. </param>
  4576.             <filterpriority>1</filterpriority>
  4577.         </member>
  4578.         <member name="M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  4579.             <summary>Applies the specified scaling operation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object in the specified order.</summary>
  4580.             <param name="sy">Scale factor in the y direction. </param>
  4581.             <param name="sx">Scale factor in the x direction. </param>
  4582.             <param name="order">Member of the <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies whether the scaling operation is prepended or appended to the transformation matrix. </param>
  4583.             <filterpriority>1</filterpriority>
  4584.         </member>
  4585.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)">
  4586.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the Clip property of the specified <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4587.             <param name="g"><see cref="T:System.Drawing.Graphics"></see> object from which to take the new clip region. </param>
  4588.             <filterpriority>1</filterpriority>
  4589.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4590.         </member>
  4591.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)">
  4592.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  4593.             <param name="path"><see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that represents the new clip region. </param>
  4594.             <filterpriority>1</filterpriority>
  4595.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4596.         </member>
  4597.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)">
  4598.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4599.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure that represents the new clip region. </param>
  4600.             <filterpriority>1</filterpriority>
  4601.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4602.         </member>
  4603.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)">
  4604.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the rectangle specified by a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  4605.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure that represents the new clip region. </param>
  4606.             <filterpriority>1</filterpriority>
  4607.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4608.         </member>
  4609.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)">
  4610.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the result of the specified combining operation of the current clip region and the <see cref="P:System.Drawing.Graphics.Clip"></see> property of the specified <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4611.             <param name="g"><see cref="T:System.Drawing.Graphics"></see> object that specifies the clip region to combine. </param>
  4612.             <param name="combineMode">Member of the <see cref="T:System.Drawing.Drawing2D.CombineMode"></see> enumeration that specifies the combining operation to use. </param>
  4613.             <filterpriority>1</filterpriority>
  4614.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4615.         </member>
  4616.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)">
  4617.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the result of the specified operation combining the current clip region and the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  4618.             <param name="combineMode">Member of the <see cref="T:System.Drawing.Drawing2D.CombineMode"></see> enumeration that specifies the combining operation to use. </param>
  4619.             <param name="path"><see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object to combine. </param>
  4620.             <filterpriority>1</filterpriority>
  4621.         </member>
  4622.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)">
  4623.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the result of the specified operation combining the current clip region and the rectangle specified by a <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  4624.             <param name="rect"><see cref="T:System.Drawing.Rectangle"></see> structure to combine. </param>
  4625.             <param name="combineMode">Member of the <see cref="T:System.Drawing.Drawing2D.CombineMode"></see> enumeration that specifies the combining operation to use. </param>
  4626.             <filterpriority>1</filterpriority>
  4627.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4628.         </member>
  4629.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)">
  4630.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the result of the specified operation combining the current clip region and the rectangle specified by a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  4631.             <param name="rect"><see cref="T:System.Drawing.RectangleF"></see> structure to combine. </param>
  4632.             <param name="combineMode">Member of the <see cref="T:System.Drawing.Drawing2D.CombineMode"></see> enumeration that specifies the combining operation to use. </param>
  4633.             <filterpriority>1</filterpriority>
  4634.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4635.         </member>
  4636.         <member name="M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)">
  4637.             <summary>Sets the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object to the result of the specified operation combining the current clip region and the specified <see cref="T:System.Drawing.Region"></see> object.</summary>
  4638.             <param name="region"><see cref="T:System.Drawing.Region"></see> object to combine. </param>
  4639.             <param name="combineMode">Member from the <see cref="T:System.Drawing.Drawing2D.CombineMode"></see> enumeration that specifies the combining operation to use. </param>
  4640.             <filterpriority>1</filterpriority>
  4641.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4642.         </member>
  4643.         <member name="M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])">
  4644.             <summary>Transforms an array of points from one coordinate space to another using the current world and page transformations of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4645.             <param name="pts">Array of <see cref="T:System.Drawing.Point"></see> structures that represents the points to transformation. </param>
  4646.             <param name="srcSpace">Member of the <see cref="T:System.Drawing.Drawing2D.CoordinateSpace"></see> enumeration that specifies the source coordinate space. </param>
  4647.             <param name="destSpace">Member of the <see cref="T:System.Drawing.Drawing2D.CoordinateSpace"></see> enumeration that specifies the destination coordinate space. </param>
  4648.             <filterpriority>1</filterpriority>
  4649.         </member>
  4650.         <member name="M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])">
  4651.             <summary>Transforms an array of points from one coordinate space to another using the current world and page transformations of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4652.             <param name="pts">Array of <see cref="T:System.Drawing.PointF"></see> structures that represent the points to transform. </param>
  4653.             <param name="srcSpace">Member of the <see cref="T:System.Drawing.Drawing2D.CoordinateSpace"></see> enumeration that specifies the source coordinate space. </param>
  4654.             <param name="destSpace">Member of the <see cref="T:System.Drawing.Drawing2D.CoordinateSpace"></see> enumeration that specifies the destination coordinate space. </param>
  4655.             <filterpriority>1</filterpriority>
  4656.         </member>
  4657.         <member name="M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)">
  4658.             <summary>Translates the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object by specified amounts in the horizontal and vertical directions.</summary>
  4659.             <param name="dx">x component of the translation. </param>
  4660.             <param name="dy">y component of the translation. </param>
  4661.             <filterpriority>1</filterpriority>
  4662.         </member>
  4663.         <member name="M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)">
  4664.             <summary>Translates the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object by specified amounts in the horizontal and vertical directions.</summary>
  4665.             <param name="dx">x component of the translation. </param>
  4666.             <param name="dy">y component of the translation. </param>
  4667.             <filterpriority>1</filterpriority>
  4668.         </member>
  4669.         <member name="M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)">
  4670.             <summary>Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4671.             <param name="dx">x component of the translation. </param>
  4672.             <param name="dy">y component of the translation. </param>
  4673.             <filterpriority>1</filterpriority>
  4674.         </member>
  4675.         <member name="M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  4676.             <summary>Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this <see cref="T:System.Drawing.Graphics"></see> object in the specified order.</summary>
  4677.             <param name="dx">x component of the translation. </param>
  4678.             <param name="dy">y component of the translation. </param>
  4679.             <param name="order">Member of the <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies whether the translation is prepended or appended to the transformation matrix. </param>
  4680.             <filterpriority>1</filterpriority>
  4681.         </member>
  4682.         <member name="P:System.Drawing.Graphics.Clip">
  4683.             <summary>Gets or sets a <see cref="T:System.Drawing.Region"></see> object that limits the drawing region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4684.             <returns>A <see cref="T:System.Drawing.Region"></see> object that limits the portion of this <see cref="T:System.Drawing.Graphics"></see> object that is currently available for drawing.</returns>
  4685.             <filterpriority>1</filterpriority>
  4686.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4687.         </member>
  4688.         <member name="P:System.Drawing.Graphics.ClipBounds">
  4689.             <summary>Gets a <see cref="T:System.Drawing.RectangleF"></see> structure that bounds the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4690.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> structure that represents a bounding rectangle for the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4691.             <filterpriority>1</filterpriority>
  4692.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4693.         </member>
  4694.         <member name="P:System.Drawing.Graphics.CompositingMode">
  4695.             <summary>Gets a value that specifies how composited images are drawn to this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4696.             <returns>This property specifies a member of the <see cref="T:System.Drawing.Drawing2D.CompositingMode"></see> enumeration.</returns>
  4697.             <filterpriority>1</filterpriority>
  4698.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4699.         </member>
  4700.         <member name="P:System.Drawing.Graphics.CompositingQuality">
  4701.             <summary>Gets or sets the rendering quality of composited images drawn to this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4702.             <returns>This property specifies a member of the <see cref="T:System.Drawing.Drawing2D.CompositingQuality"></see> enumeration.</returns>
  4703.             <filterpriority>1</filterpriority>
  4704.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4705.         </member>
  4706.         <member name="P:System.Drawing.Graphics.DpiX">
  4707.             <summary>Gets the horizontal resolution of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4708.             <returns>The value, in dots per inch, for the horizontal resolution supported by this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4709.             <filterpriority>1</filterpriority>
  4710.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4711.         </member>
  4712.         <member name="P:System.Drawing.Graphics.DpiY">
  4713.             <summary>Gets the vertical resolution of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4714.             <returns>The value, in dots per inch, for the vertical resolution supported by this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4715.             <filterpriority>1</filterpriority>
  4716.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4717.         </member>
  4718.         <member name="P:System.Drawing.Graphics.InterpolationMode">
  4719.             <summary>Gets or sets the interpolation mode associated with this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4720.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.InterpolationMode"></see> values.</returns>
  4721.             <filterpriority>1</filterpriority>
  4722.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4723.         </member>
  4724.         <member name="P:System.Drawing.Graphics.IsClipEmpty">
  4725.             <summary>Gets a value indicating whether the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object is empty.</summary>
  4726.             <returns>true if the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object is empty; otherwise, false.</returns>
  4727.             <filterpriority>1</filterpriority>
  4728.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4729.         </member>
  4730.         <member name="P:System.Drawing.Graphics.IsVisibleClipEmpty">
  4731.             <summary>Gets a value indicating whether the visible clipping region of this <see cref="T:System.Drawing.Graphics"></see> object is empty.</summary>
  4732.             <returns>true if the visible portion of the clipping region of this <see cref="T:System.Drawing.Graphics"></see> object is empty; otherwise, false.</returns>
  4733.             <filterpriority>1</filterpriority>
  4734.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4735.         </member>
  4736.         <member name="P:System.Drawing.Graphics.PageScale">
  4737.             <summary>Gets or sets the scaling between world units and page units for this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4738.             <returns>This property specifies a value for the scaling between world units and page units for this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4739.             <filterpriority>1</filterpriority>
  4740.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4741.         </member>
  4742.         <member name="P:System.Drawing.Graphics.PageUnit">
  4743.             <summary>Gets or sets the unit of measure used for page coordinates in this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4744.             <returns>One of the <see cref="T:System.Drawing.GraphicsUnit"></see> values.</returns>
  4745.             <filterpriority>1</filterpriority>
  4746.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4747.         </member>
  4748.         <member name="P:System.Drawing.Graphics.PixelOffsetMode">
  4749.             <summary>Gets or set a value specifying how pixels are offset during rendering of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4750.             <returns>This property specifies a member of the <see cref="T:System.Drawing.Drawing2D.PixelOffsetMode"></see> enumeration </returns>
  4751.             <filterpriority>1</filterpriority>
  4752.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4753.         </member>
  4754.         <member name="P:System.Drawing.Graphics.RenderingOrigin">
  4755.             <summary>Gets or sets the rendering origin of this <see cref="T:System.Drawing.Graphics"></see> object for dithering and for hatch brushes.</summary>
  4756.             <returns>A <see cref="T:System.Drawing.Point"></see> structure that represents the dither origin for 8-bits-per-pixel and 16-bits-per-pixel dithering and is also used to set the origin for hatch brushes.</returns>
  4757.             <filterpriority>1</filterpriority>
  4758.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4759.         </member>
  4760.         <member name="P:System.Drawing.Graphics.SmoothingMode">
  4761.             <summary>Gets or sets the rendering quality for this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4762.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.SmoothingMode"></see> values.</returns>
  4763.             <filterpriority>1</filterpriority>
  4764.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4765.         </member>
  4766.         <member name="P:System.Drawing.Graphics.TextContrast">
  4767.             <summary>Gets or sets the gamma correction value for rendering text.</summary>
  4768.             <returns>The gamma correction value used for rendering antialiased and ClearType text.</returns>
  4769.             <filterpriority>1</filterpriority>
  4770.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4771.         </member>
  4772.         <member name="P:System.Drawing.Graphics.TextRenderingHint">
  4773.             <summary>Gets or sets the rendering mode for text associated with this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4774.             <returns>One of the <see cref="T:System.Drawing.Text.TextRenderingHint"></see> values.</returns>
  4775.             <filterpriority>1</filterpriority>
  4776.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4777.         </member>
  4778.         <member name="P:System.Drawing.Graphics.Transform">
  4779.             <summary>Gets or sets the world transformation for this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4780.             <returns>A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that represents the world transformation for this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4781.             <filterpriority>1</filterpriority>
  4782.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4783.         </member>
  4784.         <member name="P:System.Drawing.Graphics.VisibleClipBounds">
  4785.             <summary>Gets the bounding rectangle of the visible clipping region of this <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  4786.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> structure that represents a bounding rectangle for the visible clipping region of this <see cref="T:System.Drawing.Graphics"></see> object.</returns>
  4787.             <filterpriority>1</filterpriority>
  4788.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  4789.         </member>
  4790.         <member name="T:System.Drawing.Graphics.DrawImageAbort">
  4791.             <summary>Provides a callback method for deciding when the <see cref="M:System.Drawing.Graphics.DrawImage"></see> method should prematurely cancel execution and stop drawing an image.</summary>
  4792.             <returns>This method returns true if it decides that the <see cref="M:System.Drawing.Graphics.DrawImage"></see> method should prematurely stop execution. Otherwise it returns false to indicate that the <see cref="M:System.Drawing.Graphics.DrawImage"></see> method should continue execution.</returns>
  4793.         </member>
  4794.         <member name="T:System.Drawing.Graphics.EnumerateMetafileProc">
  4795.             <summary>Provides a callback method for the <see cref="M:System.Drawing.Graphics.EnumerateMetafile"></see> method.</summary>
  4796.             <returns>Return true if you want to continue enumerating records; otherwise, false.</returns>
  4797.         </member>
  4798.         <member name="T:System.Drawing.GraphicsUnit">
  4799.             <summary>Specifies the unit of measure for the given data.</summary>
  4800.             <filterpriority>2</filterpriority>
  4801.         </member>
  4802.         <member name="F:System.Drawing.GraphicsUnit.Display">
  4803.             <summary>Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers.</summary>
  4804.             <filterpriority>1</filterpriority>
  4805.         </member>
  4806.         <member name="F:System.Drawing.GraphicsUnit.Document">
  4807.             <summary>Specifies the document unit (1/300 inch) as the unit of measure.</summary>
  4808.             <filterpriority>1</filterpriority>
  4809.         </member>
  4810.         <member name="F:System.Drawing.GraphicsUnit.Inch">
  4811.             <summary>Specifies the inch as the unit of measure.</summary>
  4812.             <filterpriority>1</filterpriority>
  4813.         </member>
  4814.         <member name="F:System.Drawing.GraphicsUnit.Millimeter">
  4815.             <summary>Specifies the millimeter as the unit of measure.</summary>
  4816.             <filterpriority>1</filterpriority>
  4817.         </member>
  4818.         <member name="F:System.Drawing.GraphicsUnit.Pixel">
  4819.             <summary>Specifies a device pixel as the unit of measure.</summary>
  4820.             <filterpriority>1</filterpriority>
  4821.         </member>
  4822.         <member name="F:System.Drawing.GraphicsUnit.Point">
  4823.             <summary>Specifies a printer's point (1/72 inch) as the unit of measure.</summary>
  4824.             <filterpriority>1</filterpriority>
  4825.         </member>
  4826.         <member name="F:System.Drawing.GraphicsUnit.World">
  4827.             <summary>Specifies the world coordinate system unit as the unit of measure.</summary>
  4828.             <filterpriority>1</filterpriority>
  4829.         </member>
  4830.         <member name="T:System.Drawing.Icon">
  4831.             <summary>Represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.</summary>
  4832.             <filterpriority>1</filterpriority>
  4833.         </member>
  4834.         <member name="M:System.Drawing.Icon.#ctor(System.IO.Stream)">
  4835.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class from the specified data stream.</summary>
  4836.             <param name="stream">The data stream from which to load the <see cref="T:System.Drawing.Icon"></see>. </param>
  4837.         </member>
  4838.         <member name="M:System.Drawing.Icon.#ctor(System.String)">
  4839.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class from the specified file name.</summary>
  4840.             <param name="fileName">The file to load the <see cref="T:System.Drawing.Icon"></see> from. </param>
  4841.         </member>
  4842.         <member name="M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)">
  4843.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class and attempts to find a version of the icon that matches the requested size.</summary>
  4844.             <param name="size">A <see cref="T:System.Drawing.Size"></see> structure that specifies the height and width of the new <see cref="T:System.Drawing.Icon"></see>. </param>
  4845.             <param name="original">The <see cref="T:System.Drawing.Icon"></see> from which to load the newly sized icon. </param>
  4846.         </member>
  4847.         <member name="M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)">
  4848.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class of the specified size from the specified stream.</summary>
  4849.             <param name="size">The desired size of the icon.</param>
  4850.             <param name="stream">The stream that contains the icon data.</param>
  4851.             <exception cref="T:System.ArgumentException">stream is null or does not contain image data.</exception>
  4852.         </member>
  4853.         <member name="M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)">
  4854.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class of the specified size from the specified file.</summary>
  4855.             <param name="fileName">The name and path to the file that contains the icon data.</param>
  4856.             <param name="size">The desired size of the icon.</param>
  4857.             <exception cref="T:System.ArgumentException">string is null or does not contain image data.</exception>
  4858.         </member>
  4859.         <member name="M:System.Drawing.Icon.#ctor(System.Type,System.String)">
  4860.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class from a resource in the specified assembly.</summary>
  4861.             <param name="type">A <see cref="T:System.Type"></see> that specifies the assembly in which to look for the resource. </param>
  4862.             <param name="resource">The resource name to load. </param>
  4863.         </member>
  4864.         <member name="M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)">
  4865.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class and attempts to find a version of the icon that matches the requested size.</summary>
  4866.             <param name="original">The icon to load the different size from. </param>
  4867.             <param name="width">The width of the new icon. </param>
  4868.             <param name="height">The height of the new icon. </param>
  4869.         </member>
  4870.         <member name="M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)">
  4871.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class from the specified data stream and with the specified width and height.</summary>
  4872.             <param name="width">The width, in pixels, of the icon. </param>
  4873.             <param name="stream">The data stream from which to load the icon. </param>
  4874.             <param name="height">The height, in pixels, of the icon. </param>
  4875.         </member>
  4876.         <member name="M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)">
  4877.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Icon"></see> class with the specified width and height from the specified file.</summary>
  4878.             <param name="fileName">The name and path to the file that contains the <see cref="T:System.Drawing.Icon"></see> data.</param>
  4879.             <param name="width">The desired width of the <see cref="T:System.Drawing.Icon"></see>.</param>
  4880.             <param name="height">The desired height of the <see cref="T:System.Drawing.Icon"></see>.</param>
  4881.             <exception cref="T:System.ArgumentException">string is null or does not contain image data.</exception>
  4882.         </member>
  4883.         <member name="M:System.Drawing.Icon.Clone">
  4884.             <summary>Clones the <see cref="T:System.Drawing.Icon"></see>, creating a duplicate image.</summary>
  4885.             <returns>An object that can be cast to an <see cref="T:System.Drawing.Icon"></see>.</returns>
  4886.             <filterpriority>1</filterpriority>
  4887.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4888.         </member>
  4889.         <member name="M:System.Drawing.Icon.Dispose">
  4890.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Icon"></see>.</summary>
  4891.             <returns>This method does not return a value.</returns>
  4892.             <filterpriority>1</filterpriority>
  4893.         </member>
  4894.         <member name="M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)">
  4895.             <summary>Returns an icon representation of an image contained in the specified file.</summary>
  4896.             <returns>The <see cref="T:System.Drawing.Icon"></see> representation of the image contained in the specified file.</returns>
  4897.             <param name="filePath">The path to the file that contains an image.</param>
  4898.             <exception cref="T:System.ArgumentException">filePath does not indicate a valid file.-or-filePath indicates a Universal Naming Convention (UNC) path.</exception>
  4899.             <filterpriority>1</filterpriority>
  4900.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  4901.         </member>
  4902.         <member name="M:System.Drawing.Icon.FromHandle(System.IntPtr)">
  4903.             <summary>Creates a GDI+ <see cref="T:System.Drawing.Icon"></see> from the specified Windows handle to an icon (HICON).</summary>
  4904.             <returns>The <see cref="T:System.Drawing.Icon"></see> this method creates.</returns>
  4905.             <param name="handle">A Windows handle to an icon. </param>
  4906.             <filterpriority>1</filterpriority>
  4907.         </member>
  4908.         <member name="M:System.Drawing.Icon.Save(System.IO.Stream)">
  4909.             <summary>Saves this <see cref="T:System.Drawing.Icon"></see> to the specified output <see cref="T:System.IO.Stream"></see>.</summary>
  4910.             <param name="outputStream">The <see cref="T:System.IO.Stream"></see> to save to. </param>
  4911.             <filterpriority>1</filterpriority>
  4912.         </member>
  4913.         <member name="M:System.Drawing.Icon.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  4914.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  4915.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
  4916.             <param name="si">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  4917.         </member>
  4918.         <member name="M:System.Drawing.Icon.ToBitmap">
  4919.             <summary>Converts this <see cref="T:System.Drawing.Icon"></see> to a GDI+ <see cref="T:System.Drawing.Bitmap"></see>.</summary>
  4920.             <returns>A <see cref="T:System.Drawing.Bitmap"></see> that represents the converted <see cref="T:System.Drawing.Icon"></see>.</returns>
  4921.             <filterpriority>1</filterpriority>
  4922.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  4923.         </member>
  4924.         <member name="M:System.Drawing.Icon.ToString">
  4925.             <summary>Gets a human-readable string that describes the <see cref="T:System.Drawing.Icon"></see>.</summary>
  4926.             <returns>A string that describes the <see cref="T:System.Drawing.Icon"></see>.</returns>
  4927.             <filterpriority>1</filterpriority>
  4928.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  4929.         </member>
  4930.         <member name="P:System.Drawing.Icon.Handle">
  4931.             <summary>Gets the Windows handle for this <see cref="T:System.Drawing.Icon"></see>. This is not a copy of the handle; do not free it.</summary>
  4932.             <returns>The Windows handle for the icon.</returns>
  4933.             <filterpriority>1</filterpriority>
  4934.         </member>
  4935.         <member name="P:System.Drawing.Icon.Height">
  4936.             <summary>Gets the height of this <see cref="T:System.Drawing.Icon"></see>.</summary>
  4937.             <returns>The height of this <see cref="T:System.Drawing.Icon"></see>.</returns>
  4938.             <filterpriority>1</filterpriority>
  4939.         </member>
  4940.         <member name="P:System.Drawing.Icon.Size">
  4941.             <summary>Gets the size of this <see cref="T:System.Drawing.Icon"></see>.</summary>
  4942.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that specifies the width and height of this <see cref="T:System.Drawing.Icon"></see>.</returns>
  4943.             <filterpriority>1</filterpriority>
  4944.         </member>
  4945.         <member name="P:System.Drawing.Icon.Width">
  4946.             <summary>Gets the width of this <see cref="T:System.Drawing.Icon"></see>.</summary>
  4947.             <returns>The width of this <see cref="T:System.Drawing.Icon"></see>.</returns>
  4948.             <filterpriority>1</filterpriority>
  4949.         </member>
  4950.         <member name="T:System.Drawing.IconConverter">
  4951.             <summary>Converts an <see cref="T:System.Drawing.Icon"></see> object from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see> object.</summary>
  4952.             <filterpriority>1</filterpriority>
  4953.         </member>
  4954.         <member name="M:System.Drawing.IconConverter.#ctor">
  4955.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.IconConverter"></see> class.</summary>
  4956.         </member>
  4957.         <member name="M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  4958.             <summary>Determines whether this <see cref="T:System.Drawing.IconConverter"></see> can convert an instance of a specified type to an <see cref="T:System.Drawing.Icon"></see>, using the specified context.</summary>
  4959.             <returns>This method returns true if this <see cref="T:System.Drawing.IconConverter"></see> can perform the conversion; otherwise, false.</returns>
  4960.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  4961.             <param name="sourceType">A <see cref="T:System.Type"></see> that specifies the type you want to convert from. </param>
  4962.             <filterpriority>1</filterpriority>
  4963.         </member>
  4964.         <member name="M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  4965.             <summary>Determines whether this <see cref="T:System.Drawing.IconConverter"></see> can convert an <see cref="T:System.Drawing.Icon"></see> to an instance of a specified type, using the specified context.</summary>
  4966.             <returns>This method returns true if this <see cref="T:System.Drawing.IconConverter"></see> can perform the conversion; otherwise, false.</returns>
  4967.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  4968.             <param name="destinationType">A <see cref="T:System.Type"></see> that specifies the type you want to convert to. </param>
  4969.             <filterpriority>1</filterpriority>
  4970.         </member>
  4971.         <member name="M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  4972.             <summary>Converts a specified object to an <see cref="T:System.Drawing.Icon"></see>.</summary>
  4973.             <returns>If this method succeeds, it returns the <see cref="T:System.Drawing.Icon"></see> that it created by converting the specified object. Otherwise, it throws an exception.</returns>
  4974.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that holds information about a specific culture. </param>
  4975.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  4976.             <param name="value">The <see cref="T:System.Object"></see> to be converted. </param>
  4977.             <exception cref="T:System.NotSupportedException">The conversion could not be performed.</exception>
  4978.             <filterpriority>1</filterpriority>
  4979.         </member>
  4980.         <member name="M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  4981.             <summary>Converts an <see cref="T:System.Drawing.Icon"></see> (or an object that can be cast to an <see cref="T:System.Drawing.Icon"></see>) to a specified type.</summary>
  4982.             <returns>This method returns the converted object.</returns>
  4983.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object that specifies formatting conventions used by a particular culture. </param>
  4984.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  4985.             <param name="destinationType">The type to convert the icon to. </param>
  4986.             <param name="value">The object to convert. This object should be of type icon or some type that can be cast to <see cref="T:System.Drawing.Icon"></see>. </param>
  4987.             <exception cref="T:System.NotSupportedException">The conversion could not be performed.</exception>
  4988.             <filterpriority>1</filterpriority>
  4989.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  4990.         </member>
  4991.         <member name="T:System.Drawing.IDeviceContext">
  4992.             <summary>Defines methods for obtaining and releasing an existing handle to a Windows device context.</summary>
  4993.         </member>
  4994.         <member name="M:System.Drawing.IDeviceContext.GetHdc">
  4995.             <summary>Returns the handle to a Windows device context.</summary>
  4996.             <returns>An <see cref="T:System.IntPtr"></see> representing the handle of a device context.</returns>
  4997.         </member>
  4998.         <member name="M:System.Drawing.IDeviceContext.ReleaseHdc">
  4999.             <summary>Releases the handle of a Windows device context.</summary>
  5000.         </member>
  5001.         <member name="T:System.Drawing.Image">
  5002.             <summary>An abstract base class that provides functionality for the <see cref="T:System.Drawing.Bitmap"></see> and <see cref="T:System.Drawing.Imaging.Metafile"></see> descended classes.</summary>
  5003.             <filterpriority>1</filterpriority>
  5004.         </member>
  5005.         <member name="M:System.Drawing.Image.Clone">
  5006.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5007.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates, cast as an object.</returns>
  5008.             <filterpriority>1</filterpriority>
  5009.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5010.         </member>
  5011.         <member name="M:System.Drawing.Image.Dispose">
  5012.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Image"></see>.</summary>
  5013.             <returns>This method does not return a value.</returns>
  5014.             <filterpriority>1</filterpriority>
  5015.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5016.         </member>
  5017.         <member name="M:System.Drawing.Image.FromFile(System.String)">
  5018.             <summary>Creates an <see cref="T:System.Drawing.Image"></see> from the specified file.</summary>
  5019.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates.</returns>
  5020.             <param name="filename">A string that contains the name of the file from which to create the <see cref="T:System.Drawing.Image"></see>. </param>
  5021.             <exception cref="T:System.OutOfMemoryException">The file does not have a valid image format.-or-
  5022.                                                             GDI+ does not support the pixel format of the file.</exception>
  5023.             <exception cref="T:System.IO.FileNotFoundException">The specified file does not exist.</exception>
  5024.             <filterpriority>1</filterpriority>
  5025.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5026.         </member>
  5027.         <member name="M:System.Drawing.Image.FromFile(System.String,System.Boolean)">
  5028.             <summary>Creates an <see cref="T:System.Drawing.Image"></see> from the specified file using embedded color management information in that file.</summary>
  5029.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates.</returns>
  5030.             <param name="useEmbeddedColorManagement">Set to true to use color management information embedded in the image file; otherwise, false. </param>
  5031.             <param name="filename">A string that contains the name of the file from which to create the <see cref="T:System.Drawing.Image"></see>. </param>
  5032.             <exception cref="T:System.OutOfMemoryException">The file does not have a valid image format.-or-
  5033.                                                             GDI+ does not support the pixel format of the file.</exception>
  5034.             <exception cref="T:System.IO.FileNotFoundException">The specified file does not exist.</exception>
  5035.             <filterpriority>1</filterpriority>
  5036.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5037.         </member>
  5038.         <member name="M:System.Drawing.Image.FromHbitmap(System.IntPtr)">
  5039.             <summary>Creates a <see cref="T:System.Drawing.Bitmap"></see> from a handle to a GDI bitmap.</summary>
  5040.             <returns>The <see cref="T:System.Drawing.Bitmap"></see> this method creates.</returns>
  5041.             <param name="hbitmap">The GDI bitmap handle from which to create the <see cref="T:System.Drawing.Bitmap"></see>. </param>
  5042.             <filterpriority>1</filterpriority>
  5043.         </member>
  5044.         <member name="M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)">
  5045.             <summary>Creates a <see cref="T:System.Drawing.Bitmap"></see> from a handle to a GDI bitmap and a handle to a GDI palette.</summary>
  5046.             <returns>The <see cref="T:System.Drawing.Bitmap"></see> this method creates.</returns>
  5047.             <param name="hpalette">A handle to a GDI palette used to define the bitmap colors if the bitmap specified in the hBitmap parameter is not a device-independent bitmap (DIB). </param>
  5048.             <param name="hbitmap">The GDI bitmap handle from which to create the <see cref="T:System.Drawing.Bitmap"></see>. </param>
  5049.             <filterpriority>1</filterpriority>
  5050.         </member>
  5051.         <member name="M:System.Drawing.Image.FromStream(System.IO.Stream)">
  5052.             <summary>Creates an <see cref="T:System.Drawing.Image"></see> from the specified data stream.</summary>
  5053.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates.</returns>
  5054.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Image"></see>. </param>
  5055.             <exception cref="T:System.ArgumentException">The stream does not have a valid image format-or-stream is null.</exception>
  5056.             <filterpriority>1</filterpriority>
  5057.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5058.         </member>
  5059.         <member name="M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)">
  5060.             <summary>Creates an <see cref="T:System.Drawing.Image"></see> from the specified data stream, optionally using embedded color management information in that stream.</summary>
  5061.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates.</returns>
  5062.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Image"></see>. </param>
  5063.             <param name="useEmbeddedColorManagement">true to use color management information embedded in the data stream; otherwise, false. </param>
  5064.             <exception cref="T:System.ArgumentException">The stream does not have a valid image format -or-stream is null.</exception>
  5065.             <filterpriority>1</filterpriority>
  5066.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5067.         </member>
  5068.         <member name="M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)">
  5069.             <summary>Creates an <see cref="T:System.Drawing.Image"></see> from the specified data stream, optionally using embedded color management information and validating the image data.</summary>
  5070.             <returns>The <see cref="T:System.Drawing.Image"></see> this method creates.</returns>
  5071.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Image"></see>. </param>
  5072.             <param name="useEmbeddedColorManagement">true to use color management information embedded in the data stream; otherwise, false. </param>
  5073.             <param name="validateImageData">true to validate the image data; otherwise, false.</param>
  5074.             <exception cref="T:System.ArgumentException">The stream does not have a valid image format.</exception>
  5075.             <filterpriority>1</filterpriority>
  5076.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5077.         </member>
  5078.         <member name="M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)">
  5079.             <summary>Gets the bounds of the image in the specified unit.</summary>
  5080.             <returns>The <see cref="T:System.Drawing.RectangleF"></see> that represents the bounds of the image, in the specified unit.</returns>
  5081.             <param name="pageUnit">One of the <see cref="T:System.Drawing.GraphicsUnit"></see> values indicating the unit of measure for the bounding rectangle.</param>
  5082.             <filterpriority>1</filterpriority>
  5083.         </member>
  5084.         <member name="M:System.Drawing.Image.GetEncoderParameterList(System.Guid)">
  5085.             <summary>Returns information about the parameters supported by the specified image encoder.</summary>
  5086.             <returns>An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> that contains an array of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects. Each <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> contains information about one of the parameters supported by the specified image encoder.</returns>
  5087.             <param name="encoder">A GUID that specifies the image encoder. </param>
  5088.             <filterpriority>1</filterpriority>
  5089.         </member>
  5090.         <member name="M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)">
  5091.             <summary>Returns the number of frames of the specified dimension.</summary>
  5092.             <returns>The number of frames in the specified dimension.</returns>
  5093.             <param name="dimension">A <see cref="T:System.Drawing.Imaging.FrameDimension"></see> that specifies the identity of the dimension type. </param>
  5094.             <filterpriority>1</filterpriority>
  5095.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5096.         </member>
  5097.         <member name="M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)">
  5098.             <summary>Returns the color depth, in number of bits per pixel, of the specified pixel format.</summary>
  5099.             <returns>The color depth of the specified pixel format.</returns>
  5100.             <param name="pixfmt">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> member that specifies the format for which to find the size. </param>
  5101.             <filterpriority>1</filterpriority>
  5102.         </member>
  5103.         <member name="M:System.Drawing.Image.GetPropertyItem(System.Int32)">
  5104.             <summary>Gets the specified property item from this <see cref="T:System.Drawing.Image"></see>.</summary>
  5105.             <returns>The <see cref="T:System.Drawing.Imaging.PropertyItem"></see> this method gets.</returns>
  5106.             <param name="propid">The ID of the property item to get. </param>
  5107.             <exception cref="T:System.ArgumentException">The image format of this image does not support property items.</exception>
  5108.             <filterpriority>1</filterpriority>
  5109.         </member>
  5110.         <member name="M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)">
  5111.             <summary>Returns a thumbnail for this <see cref="T:System.Drawing.Image"></see>.</summary>
  5112.             <returns>An <see cref="T:System.Drawing.Image"></see> that represents the thumbnail.</returns>
  5113.             <param name="callbackData">Must be <see cref="F:System.IntPtr.Zero"></see>. </param>
  5114.             <param name="callback">A <see cref="T:System.Drawing.Image.GetThumbnailImageAbort"></see> delegate. In GDI+ version 1.0, the delegate is not used. Even so, you must create a delegate and pass a reference to that delegate in this parameter. </param>
  5115.             <param name="thumbWidth">The width, in pixels, of the requested thumbnail image. </param>
  5116.             <param name="thumbHeight">The height, in pixels, of the requested thumbnail image. </param>
  5117.             <filterpriority>1</filterpriority>
  5118.         </member>
  5119.         <member name="M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)">
  5120.             <summary>Returns a value that indicates whether the pixel format for this <see cref="T:System.Drawing.Image"></see> contains alpha information.</summary>
  5121.             <returns>true if pixfmt contains alpha information; otherwise, false.</returns>
  5122.             <param name="pixfmt">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> to test. </param>
  5123.             <filterpriority>1</filterpriority>
  5124.         </member>
  5125.         <member name="M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)">
  5126.             <summary>Returns a value that indicates whether the pixel format is 32 bits per pixel.</summary>
  5127.             <returns>true if pixfmt is canonical; otherwise, false.</returns>
  5128.             <param name="pixfmt">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> to test. </param>
  5129.             <filterpriority>1</filterpriority>
  5130.         </member>
  5131.         <member name="M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)">
  5132.             <summary>Returns a value that indicates whether the pixel format is 64 bits per pixel.</summary>
  5133.             <returns>true if pixfmt is extended; otherwise, false.</returns>
  5134.             <param name="pixfmt">The <see cref="T:System.Drawing.Imaging.PixelFormat"></see> enumeration to test. </param>
  5135.             <filterpriority>1</filterpriority>
  5136.         </member>
  5137.         <member name="M:System.Drawing.Image.RemovePropertyItem(System.Int32)">
  5138.             <summary>Removes the specified property item from this <see cref="T:System.Drawing.Image"></see>.</summary>
  5139.             <param name="propid">The ID of the property item to remove. </param>
  5140.             <exception cref="T:System.ArgumentException">The image does not contain the requested property item.-or-The image format for this image does not support property items.</exception>
  5141.             <filterpriority>1</filterpriority>
  5142.         </member>
  5143.         <member name="M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)">
  5144.             <summary>This method rotates, flips, or rotates and flips the <see cref="T:System.Drawing.Image"></see>.</summary>
  5145.             <returns>This method does not return a value.</returns>
  5146.             <param name="rotateFlipType">A <see cref="T:System.Drawing.RotateFlipType"></see> member that specifies the type of rotation and flip to apply to the image. </param>
  5147.             <filterpriority>1</filterpriority>
  5148.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5149.         </member>
  5150.         <member name="M:System.Drawing.Image.Save(System.String)">
  5151.             <summary>Saves this <see cref="T:System.Drawing.Image"></see> to the specified file or stream.</summary>
  5152.             <param name="filename">A string that contains the name of the file to which to save this <see cref="T:System.Drawing.Image"></see>. </param>
  5153.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.-or- The image was saved to the same file it was created from.</exception>
  5154.             <exception cref="T:System.ArgumentNullException">filename is null.</exception>
  5155.             <filterpriority>1</filterpriority>
  5156.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5157.         </member>
  5158.         <member name="M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
  5159.             <summary>Saves this image to the specified stream in the specified format.</summary>
  5160.             <param name="format">An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> that specifies the format of the saved image. </param>
  5161.             <param name="stream">The <see cref="T:System.IO.Stream"></see> where the image will be saved. </param>
  5162.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format</exception>
  5163.             <exception cref="T:System.ArgumentNullException">stream or format is null.</exception>
  5164.             <filterpriority>1</filterpriority>
  5165.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5166.         </member>
  5167.         <member name="M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)">
  5168.             <summary>Saves this <see cref="T:System.Drawing.Image"></see> to the specified file in the specified format.</summary>
  5169.             <param name="format">The <see cref="T:System.Drawing.Imaging.ImageFormat"></see> for this <see cref="T:System.Drawing.Image"></see>. </param>
  5170.             <param name="filename">A string that contains the name of the file to which to save this <see cref="T:System.Drawing.Image"></see>. </param>
  5171.             <exception cref="T:System.ArgumentNullException">filename or format is null.</exception>
  5172.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.-or- The image was saved to the same file it was created from.</exception>
  5173.             <filterpriority>1</filterpriority>
  5174.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5175.         </member>
  5176.         <member name="M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)">
  5177.             <summary>Saves this image to the specified stream, with the specified encoder and image encoder parameters.</summary>
  5178.             <param name="encoder">The <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> for this <see cref="T:System.Drawing.Image"></see>.</param>
  5179.             <param name="encoderParams">An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> that specifies parameters used by the image encoder. </param>
  5180.             <param name="stream">The <see cref="T:System.IO.Stream"></see> where the image will be saved. </param>
  5181.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.</exception>
  5182.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  5183.             <filterpriority>1</filterpriority>
  5184.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5185.         </member>
  5186.         <member name="M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)">
  5187.             <summary>Saves this <see cref="T:System.Drawing.Image"></see> to the specified file, with the specified encoder and image-encoder parameters.</summary>
  5188.             <param name="encoder">The <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> for this <see cref="T:System.Drawing.Image"></see>. </param>
  5189.             <param name="encoderParams">An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> to use for this <see cref="T:System.Drawing.Image"></see>. </param>
  5190.             <param name="filename">A string that contains the name of the file to which to save this <see cref="T:System.Drawing.Image"></see>. </param>
  5191.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.-or- The image was saved to the same file it was created from.</exception>
  5192.             <exception cref="T:System.ArgumentNullException">filename or encoder is null.</exception>
  5193.             <filterpriority>1</filterpriority>
  5194.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5195.         </member>
  5196.         <member name="M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)">
  5197.             <summary>Adds a frame to the file or stream specified in a previous call to the <see cref="Overload:System.Drawing.Image.Save"></see> method. Use this method to save selected frames from a multiple-frame image to another multiple-frame image.</summary>
  5198.             <returns>This method does not return a value.</returns>
  5199.             <param name="encoderParams">An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> that holds parameters required by the image encoder that is used by the save-add operation. </param>
  5200.             <filterpriority>1</filterpriority>
  5201.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5202.         </member>
  5203.         <member name="M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)">
  5204.             <summary>Adds a frame to the file or stream specified in a previous call to the <see cref="Overload:System.Drawing.Image.Save"></see> method.</summary>
  5205.             <returns>This method does not return a value.</returns>
  5206.             <param name="encoderParams">An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> that holds parameters required by the image encoder that is used by the save-add operation. </param>
  5207.             <param name="image">An <see cref="T:System.Drawing.Image"></see> that contains the frame to add. </param>
  5208.             <exception cref="T:System.ArgumentNullException">image is null.</exception>
  5209.             <filterpriority>1</filterpriority>
  5210.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5211.         </member>
  5212.         <member name="M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)">
  5213.             <summary>Selects the frame specified by the dimension and index.</summary>
  5214.             <returns>Always returns 0.</returns>
  5215.             <param name="frameIndex">The index of the active frame. </param>
  5216.             <param name="dimension">A <see cref="T:System.Drawing.Imaging.FrameDimension"></see> that specifies the identity of the dimension type. </param>
  5217.             <filterpriority>1</filterpriority>
  5218.         </member>
  5219.         <member name="M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)">
  5220.             <summary>Stores a property item (piece of metadata) in this <see cref="T:System.Drawing.Image"></see>.</summary>
  5221.             <returns>This method does not return a value.</returns>
  5222.             <param name="propitem">The <see cref="T:System.Drawing.Imaging.PropertyItem"></see> to be stored. </param>
  5223.             <exception cref="T:System.ArgumentException">The image format of this image does not support property items.</exception>
  5224.             <filterpriority>1</filterpriority>
  5225.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5226.         </member>
  5227.         <member name="M:System.Drawing.Image.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5228.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  5229.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
  5230.             <param name="si">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  5231.         </member>
  5232.         <member name="P:System.Drawing.Image.Flags">
  5233.             <summary>Gets attribute flags for the pixel data of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5234.             <returns>The integer representing a bitwise combination of <see cref="T:System.Drawing.Imaging.ImageFlags"></see> for this <see cref="T:System.Drawing.Image"></see>.</returns>
  5235.             <filterpriority>1</filterpriority>
  5236.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5237.         </member>
  5238.         <member name="P:System.Drawing.Image.FrameDimensionsList">
  5239.             <summary>Gets an array of GUIDs that represent the dimensions of frames within this <see cref="T:System.Drawing.Image"></see>.</summary>
  5240.             <returns>An array of GUIDs that specify the dimensions of frames within this <see cref="T:System.Drawing.Image"></see> from most significant to least significant.</returns>
  5241.             <filterpriority>1</filterpriority>
  5242.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5243.         </member>
  5244.         <member name="P:System.Drawing.Image.Height">
  5245.             <summary>Gets the height, in pixels, of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5246.             <returns>The height, in pixels, of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5247.             <filterpriority>1</filterpriority>
  5248.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5249.         </member>
  5250.         <member name="P:System.Drawing.Image.HorizontalResolution">
  5251.             <summary>Gets the horizontal resolution, in pixels per inch, of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5252.             <returns>The horizontal resolution, in pixels per inch, of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5253.             <filterpriority>1</filterpriority>
  5254.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5255.         </member>
  5256.         <member name="P:System.Drawing.Image.Palette">
  5257.             <summary>Gets or sets the color palette used for this <see cref="T:System.Drawing.Image"></see>.</summary>
  5258.             <returns>A <see cref="T:System.Drawing.Imaging.ColorPalette"></see> that represents the color palette used for this <see cref="T:System.Drawing.Image"></see>.</returns>
  5259.             <filterpriority>1</filterpriority>
  5260.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5261.         </member>
  5262.         <member name="P:System.Drawing.Image.PhysicalDimension">
  5263.             <summary>Gets the width and height of this image.</summary>
  5264.             <returns>A <see cref="T:System.Drawing.SizeF"></see> structure that represents the width and height of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5265.             <filterpriority>1</filterpriority>
  5266.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5267.         </member>
  5268.         <member name="P:System.Drawing.Image.PixelFormat">
  5269.             <summary>Gets the pixel format for this <see cref="T:System.Drawing.Image"></see>.</summary>
  5270.             <returns>A <see cref="T:System.Drawing.Imaging.PixelFormat"></see> that represents the pixel format for this <see cref="T:System.Drawing.Image"></see>.</returns>
  5271.             <filterpriority>1</filterpriority>
  5272.         </member>
  5273.         <member name="P:System.Drawing.Image.PropertyIdList">
  5274.             <summary>Gets IDs of the property items stored in this <see cref="T:System.Drawing.Image"></see>.</summary>
  5275.             <returns>An array of the property IDs, one for each property item stored in this image.</returns>
  5276.             <filterpriority>1</filterpriority>
  5277.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5278.         </member>
  5279.         <member name="P:System.Drawing.Image.PropertyItems">
  5280.             <summary>Gets all the property items (pieces of metadata) stored in this <see cref="T:System.Drawing.Image"></see>.</summary>
  5281.             <returns>An array of <see cref="T:System.Drawing.Imaging.PropertyItem"></see> objects, one for each property item stored in the image.</returns>
  5282.             <filterpriority>1</filterpriority>
  5283.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5284.         </member>
  5285.         <member name="P:System.Drawing.Image.RawFormat">
  5286.             <summary>Gets the format of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5287.             <returns>The <see cref="T:System.Drawing.Imaging.ImageFormat"></see> that represents the format of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5288.             <filterpriority>1</filterpriority>
  5289.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5290.         </member>
  5291.         <member name="P:System.Drawing.Image.Size">
  5292.             <summary>Gets the width and height, in pixels, of this image.</summary>
  5293.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that represents the width and height, in pixels, of this image.</returns>
  5294.             <filterpriority>1</filterpriority>
  5295.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5296.         </member>
  5297.         <member name="P:System.Drawing.Image.Tag">
  5298.             <summary>Gets or sets an object that provides additional data about the image.</summary>
  5299.             <returns>The <see cref="T:System.Object"></see> that provides additional data about the image.</returns>
  5300.             <filterpriority>1</filterpriority>
  5301.         </member>
  5302.         <member name="P:System.Drawing.Image.VerticalResolution">
  5303.             <summary>Gets the vertical resolution, in pixels per inch, of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5304.             <returns>The vertical resolution, in pixels per inch, of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5305.             <filterpriority>1</filterpriority>
  5306.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5307.         </member>
  5308.         <member name="P:System.Drawing.Image.Width">
  5309.             <summary>Gets the width, in pixels, of this <see cref="T:System.Drawing.Image"></see>.</summary>
  5310.             <returns>The width, in pixels, of this <see cref="T:System.Drawing.Image"></see>.</returns>
  5311.             <filterpriority>1</filterpriority>
  5312.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5313.         </member>
  5314.         <member name="T:System.Drawing.Image.GetThumbnailImageAbort">
  5315.             <summary>Provides a callback method for determining when the <see cref="M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)"></see> method should prematurely cancel execution.</summary>
  5316.             <returns>This method returns true if it decides that the <see cref="M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)"></see> method should prematurely stop execution; otherwise, it returns false.</returns>
  5317.         </member>
  5318.         <member name="T:System.Drawing.ImageAnimator">
  5319.             <summary>Animates an image that has time-based frames.</summary>
  5320.             <filterpriority>1</filterpriority>
  5321.         </member>
  5322.         <member name="M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)">
  5323.             <summary>Displays a multiple-frame image as an animation.</summary>
  5324.             <returns>This method does not return a value.</returns>
  5325.             <param name="onFrameChangedHandler">An EventHandler object that specifies the method that is called when the animation frame changes. </param>
  5326.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object to animate. </param>
  5327.             <filterpriority>1</filterpriority>
  5328.         </member>
  5329.         <member name="M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)">
  5330.             <summary>Returns a Boolean value indicating whether the specified image contains time-based frames.</summary>
  5331.             <returns>This method returns true if the specified image contains time-based frames; otherwise, false.</returns>
  5332.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object to test. </param>
  5333.             <filterpriority>1</filterpriority>
  5334.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5335.         </member>
  5336.         <member name="M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)">
  5337.             <summary>Terminates a running animation.</summary>
  5338.             <returns>This method does not return a value.</returns>
  5339.             <param name="onFrameChangedHandler">An EventHandler object that specifies the method that is called when the animation frame changes. </param>
  5340.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object to stop animating. </param>
  5341.             <filterpriority>1</filterpriority>
  5342.         </member>
  5343.         <member name="M:System.Drawing.ImageAnimator.UpdateFrames">
  5344.             <summary>Advances the frame in all images currently being animated. The new frame is drawn the next time the image is rendered.</summary>
  5345.             <returns>This method does not return a value.</returns>
  5346.             <filterpriority>1</filterpriority>
  5347.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5348.         </member>
  5349.         <member name="M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)">
  5350.             <summary>Advances the frame in the specified image. The new frame is drawn the next time the image is rendered. This method applies only to images with time-based frames.</summary>
  5351.             <returns>This method does not return a value.</returns>
  5352.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object for which to update frames. </param>
  5353.             <filterpriority>1</filterpriority>
  5354.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  5355.         </member>
  5356.         <member name="T:System.Drawing.ImageConverter">
  5357.             <summary><see cref="T:System.Drawing.ImageConverter"></see>  is a class that can be used to convert <see cref="T:System.Drawing.Image"></see> objects from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see> object.</summary>
  5358.             <filterpriority>1</filterpriority>
  5359.         </member>
  5360.         <member name="M:System.Drawing.ImageConverter.#ctor">
  5361.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.ImageConverter"></see> class.</summary>
  5362.         </member>
  5363.         <member name="M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  5364.             <summary>Determines whether this <see cref="T:System.Drawing.ImageConverter"></see> can convert an instance of a specified type to an <see cref="T:System.Drawing.Image"></see>, using the specified context.</summary>
  5365.             <returns>This method returns true if this <see cref="T:System.Drawing.ImageConverter"></see> can perform the conversion; otherwise, false.</returns>
  5366.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  5367.             <param name="sourceType">A <see cref="T:System.Type"></see> that specifies the type you want to convert from. </param>
  5368.             <filterpriority>1</filterpriority>
  5369.         </member>
  5370.         <member name="M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  5371.             <summary>Determines whether this <see cref="T:System.Drawing.ImageConverter"></see> can convert an <see cref="T:System.Drawing.Image"></see> to an instance of a specified type, using the specified context.</summary>
  5372.             <returns>This method returns true if this <see cref="T:System.Drawing.ImageConverter"></see> can perform the conversion; otherwise, false.</returns>
  5373.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  5374.             <param name="destinationType">A <see cref="T:System.Type"></see> that specifies the type you want to convert to. </param>
  5375.             <filterpriority>1</filterpriority>
  5376.         </member>
  5377.         <member name="M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  5378.             <summary>Converts a specified object to an <see cref="T:System.Drawing.Image"></see>.</summary>
  5379.             <returns>If this method succeeds, it returns the <see cref="T:System.Drawing.Image"></see> that it created by converting the specified object. Otherwise, it throws an exception.</returns>
  5380.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that holds information about a specific culture. </param>
  5381.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  5382.             <param name="value">The <see cref="T:System.Object"></see> to be converted. </param>
  5383.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  5384.             <filterpriority>1</filterpriority>
  5385.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /></PermissionSet>
  5386.         </member>
  5387.         <member name="M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  5388.             <summary>Converts an <see cref="T:System.Drawing.Image"></see> (or an object that can be cast to an <see cref="T:System.Drawing.Image"></see>) to the specified type.</summary>
  5389.             <returns>This method returns the converted object.</returns>
  5390.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object that specifies formatting conventions used by a particular culture. </param>
  5391.             <param name="context">A formatter context. This object can be used to get more information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  5392.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the <see cref="T:System.Drawing.Image"></see> to. </param>
  5393.             <param name="value">The <see cref="T:System.Drawing.Image"></see> to convert. </param>
  5394.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  5395.             <filterpriority>1</filterpriority>
  5396.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  5397.         </member>
  5398.         <member name="M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  5399.             <summary>Gets the set of properties for this type.</summary>
  5400.             <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this can return null. The default implementation always returns null.</returns>
  5401.             <param name="context">A type descriptor through which additional context can be provided. </param>
  5402.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties.</param>
  5403.             <param name="value">The value of the object to get the properties for. </param>
  5404.             <filterpriority>1</filterpriority>
  5405.         </member>
  5406.         <member name="M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  5407.             <summary>Indicates whether this object supports properties. By default, this is false.</summary>
  5408.             <returns>This method returns true if the <see cref="Overload:System.Drawing.ImageConverter.GetProperties"></see> method should be called to find the properties of this object.</returns>
  5409.             <param name="context">A type descriptor through which additional context can be provided. </param>
  5410.             <filterpriority>1</filterpriority>
  5411.         </member>
  5412.         <member name="T:System.Drawing.ImageFormatConverter">
  5413.             <summary><see cref="T:System.Drawing.ImageFormatConverter"></see> is a class that can be used to convert colors from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see> object.</summary>
  5414.             <filterpriority>1</filterpriority>
  5415.         </member>
  5416.         <member name="M:System.Drawing.ImageFormatConverter.#ctor">
  5417.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.ImageFormatConverter"></see> class.</summary>
  5418.         </member>
  5419.         <member name="M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  5420.             <summary>Indicates whether this converter can convert an object in the specified source type to the native type of the converter.</summary>
  5421.             <returns>This method returns true if this object can perform the conversion.</returns>
  5422.             <param name="context">A formatter context. This object can be used to get more information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  5423.             <param name="sourceType">The type you want to convert from. </param>
  5424.             <filterpriority>1</filterpriority>
  5425.         </member>
  5426.         <member name="M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  5427.             <summary>Gets a value indicating whether this converter can convert an object to the specified destination type using the context.</summary>
  5428.             <returns>This method returns true if this object can perform the conversion.</returns>
  5429.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that specifies the context for this type conversion. </param>
  5430.             <param name="destinationType">The <see cref="T:System.Type"></see> that represents the type to which you want to convert this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object. </param>
  5431.             <filterpriority>1</filterpriority>
  5432.         </member>
  5433.         <member name="M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  5434.             <summary>Converts the specified object to an <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object.</summary>
  5435.             <returns>The converted object.</returns>
  5436.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object that specifies formatting conventions for a particular culture. </param>
  5437.             <param name="context">A formatter context. This object can be used to get more information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  5438.             <param name="value">The object to convert. </param>
  5439.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  5440.             <filterpriority>1</filterpriority>
  5441.         </member>
  5442.         <member name="M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  5443.             <summary>Converts the specified object to the specified type.</summary>
  5444.             <returns>The converted object.</returns>
  5445.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object that specifies formatting conventions for a particular culture. </param>
  5446.             <param name="context">A formatter context. This object can be used to get more information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  5447.             <param name="destinationType">The type to convert the object to. </param>
  5448.             <param name="value">The object to convert. </param>
  5449.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  5450.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  5451.             <filterpriority>1</filterpriority>
  5452.         </member>
  5453.         <member name="M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  5454.             <summary>Gets a collection that contains a set of standard values for the data type this validator is designed for. Returns null if the data type does not support a standard set of values.</summary>
  5455.             <returns>A collection that contains a standard set of valid values, or null. The default implementation always returns null.</returns>
  5456.             <param name="context">A formatter context. This object can be used to get more information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  5457.             <filterpriority>1</filterpriority>
  5458.         </member>
  5459.         <member name="M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  5460.             <summary>Indicates whether this object supports a standard set of values that can be picked from a list.</summary>
  5461.             <returns>This method returns true if the <see cref="Overload:System.Drawing.ImageFormatConverter.GetStandardValues"></see> method should be called to find a common set of values the object supports.</returns>
  5462.             <param name="context">A type descriptor through which additional context can be provided. </param>
  5463.             <filterpriority>1</filterpriority>
  5464.         </member>
  5465.         <member name="T:System.Drawing.KnownColor">
  5466.             <summary>Specifies the known system colors.</summary>
  5467.             <filterpriority>2</filterpriority>
  5468.         </member>
  5469.         <member name="F:System.Drawing.KnownColor.ActiveBorder">
  5470.             <summary>The system-defined color of the active window's border.</summary>
  5471.             <filterpriority>1</filterpriority>
  5472.         </member>
  5473.         <member name="F:System.Drawing.KnownColor.ActiveCaption">
  5474.             <summary>The system-defined color of the background of the active window's title bar.</summary>
  5475.             <filterpriority>1</filterpriority>
  5476.         </member>
  5477.         <member name="F:System.Drawing.KnownColor.ActiveCaptionText">
  5478.             <summary>The system-defined color of the text in the active window's title bar.</summary>
  5479.             <filterpriority>1</filterpriority>
  5480.         </member>
  5481.         <member name="F:System.Drawing.KnownColor.AliceBlue">
  5482.             <summary>A system-defined color.</summary>
  5483.             <filterpriority>1</filterpriority>
  5484.         </member>
  5485.         <member name="F:System.Drawing.KnownColor.AntiqueWhite">
  5486.             <summary>A system-defined color.</summary>
  5487.             <filterpriority>1</filterpriority>
  5488.         </member>
  5489.         <member name="F:System.Drawing.KnownColor.AppWorkspace">
  5490.             <summary>The system-defined color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents.</summary>
  5491.             <filterpriority>1</filterpriority>
  5492.         </member>
  5493.         <member name="F:System.Drawing.KnownColor.Aqua">
  5494.             <summary>A system-defined color.</summary>
  5495.             <filterpriority>1</filterpriority>
  5496.         </member>
  5497.         <member name="F:System.Drawing.KnownColor.Aquamarine">
  5498.             <summary>A system-defined color.</summary>
  5499.             <filterpriority>1</filterpriority>
  5500.         </member>
  5501.         <member name="F:System.Drawing.KnownColor.Azure">
  5502.             <summary>A system-defined color.</summary>
  5503.             <filterpriority>1</filterpriority>
  5504.         </member>
  5505.         <member name="F:System.Drawing.KnownColor.Beige">
  5506.             <summary>A system-defined color.</summary>
  5507.             <filterpriority>1</filterpriority>
  5508.         </member>
  5509.         <member name="F:System.Drawing.KnownColor.Bisque">
  5510.             <summary>A system-defined color.</summary>
  5511.             <filterpriority>1</filterpriority>
  5512.         </member>
  5513.         <member name="F:System.Drawing.KnownColor.Black">
  5514.             <summary>A system-defined color.</summary>
  5515.             <filterpriority>1</filterpriority>
  5516.         </member>
  5517.         <member name="F:System.Drawing.KnownColor.BlanchedAlmond">
  5518.             <summary>A system-defined color.</summary>
  5519.             <filterpriority>1</filterpriority>
  5520.         </member>
  5521.         <member name="F:System.Drawing.KnownColor.Blue">
  5522.             <summary>A system-defined color.</summary>
  5523.             <filterpriority>1</filterpriority>
  5524.         </member>
  5525.         <member name="F:System.Drawing.KnownColor.BlueViolet">
  5526.             <summary>A system-defined color.</summary>
  5527.             <filterpriority>1</filterpriority>
  5528.         </member>
  5529.         <member name="F:System.Drawing.KnownColor.Brown">
  5530.             <summary>A system-defined color.</summary>
  5531.             <filterpriority>1</filterpriority>
  5532.         </member>
  5533.         <member name="F:System.Drawing.KnownColor.BurlyWood">
  5534.             <summary>A system-defined color.</summary>
  5535.             <filterpriority>1</filterpriority>
  5536.         </member>
  5537.         <member name="F:System.Drawing.KnownColor.ButtonFace">
  5538.             <summary>The system-defined face color of a 3-D element.</summary>
  5539.             <filterpriority>1</filterpriority>
  5540.         </member>
  5541.         <member name="F:System.Drawing.KnownColor.ButtonHighlight">
  5542.             <summary>The system-defined color that is the highlight color of a 3-D element. This color is applied to parts of a 3-D element that face the light source.</summary>
  5543.             <filterpriority>1</filterpriority>
  5544.         </member>
  5545.         <member name="F:System.Drawing.KnownColor.ButtonShadow">
  5546.             <summary>The system-defined color that is the shadow color of a 3-D element. This color is applied to parts of a 3-D element that face away from the light source.</summary>
  5547.             <filterpriority>1</filterpriority>
  5548.         </member>
  5549.         <member name="F:System.Drawing.KnownColor.CadetBlue">
  5550.             <summary>A system-defined color.</summary>
  5551.             <filterpriority>1</filterpriority>
  5552.         </member>
  5553.         <member name="F:System.Drawing.KnownColor.Chartreuse">
  5554.             <summary>A system-defined color.</summary>
  5555.             <filterpriority>1</filterpriority>
  5556.         </member>
  5557.         <member name="F:System.Drawing.KnownColor.Chocolate">
  5558.             <summary>A system-defined color.</summary>
  5559.             <filterpriority>1</filterpriority>
  5560.         </member>
  5561.         <member name="F:System.Drawing.KnownColor.Control">
  5562.             <summary>The system-defined face color of a 3-D element.</summary>
  5563.             <filterpriority>1</filterpriority>
  5564.         </member>
  5565.         <member name="F:System.Drawing.KnownColor.ControlDark">
  5566.             <summary>The system-defined shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source.</summary>
  5567.             <filterpriority>1</filterpriority>
  5568.         </member>
  5569.         <member name="F:System.Drawing.KnownColor.ControlDarkDark">
  5570.             <summary>The system-defined color that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.</summary>
  5571.             <filterpriority>1</filterpriority>
  5572.         </member>
  5573.         <member name="F:System.Drawing.KnownColor.ControlLight">
  5574.             <summary>The system-defined color that is the light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source.</summary>
  5575.             <filterpriority>1</filterpriority>
  5576.         </member>
  5577.         <member name="F:System.Drawing.KnownColor.ControlLightLight">
  5578.             <summary>The system-defined highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color.</summary>
  5579.             <filterpriority>1</filterpriority>
  5580.         </member>
  5581.         <member name="F:System.Drawing.KnownColor.ControlText">
  5582.             <summary>The system-defined color of text in a 3-D element.</summary>
  5583.             <filterpriority>1</filterpriority>
  5584.         </member>
  5585.         <member name="F:System.Drawing.KnownColor.Coral">
  5586.             <summary>A system-defined color.</summary>
  5587.             <filterpriority>1</filterpriority>
  5588.         </member>
  5589.         <member name="F:System.Drawing.KnownColor.CornflowerBlue">
  5590.             <summary>A system-defined color.</summary>
  5591.             <filterpriority>1</filterpriority>
  5592.         </member>
  5593.         <member name="F:System.Drawing.KnownColor.Cornsilk">
  5594.             <summary>A system-defined color.</summary>
  5595.             <filterpriority>1</filterpriority>
  5596.         </member>
  5597.         <member name="F:System.Drawing.KnownColor.Crimson">
  5598.             <summary>A system-defined color.</summary>
  5599.             <filterpriority>1</filterpriority>
  5600.         </member>
  5601.         <member name="F:System.Drawing.KnownColor.Cyan">
  5602.             <summary>A system-defined color.</summary>
  5603.             <filterpriority>1</filterpriority>
  5604.         </member>
  5605.         <member name="F:System.Drawing.KnownColor.DarkBlue">
  5606.             <summary>A system-defined color.</summary>
  5607.             <filterpriority>1</filterpriority>
  5608.         </member>
  5609.         <member name="F:System.Drawing.KnownColor.DarkCyan">
  5610.             <summary>A system-defined color.</summary>
  5611.             <filterpriority>1</filterpriority>
  5612.         </member>
  5613.         <member name="F:System.Drawing.KnownColor.DarkGoldenrod">
  5614.             <summary>A system-defined color.</summary>
  5615.             <filterpriority>1</filterpriority>
  5616.         </member>
  5617.         <member name="F:System.Drawing.KnownColor.DarkGray">
  5618.             <summary>A system-defined color.</summary>
  5619.             <filterpriority>1</filterpriority>
  5620.         </member>
  5621.         <member name="F:System.Drawing.KnownColor.DarkGreen">
  5622.             <summary>A system-defined color.</summary>
  5623.             <filterpriority>1</filterpriority>
  5624.         </member>
  5625.         <member name="F:System.Drawing.KnownColor.DarkKhaki">
  5626.             <summary>A system-defined color.</summary>
  5627.             <filterpriority>1</filterpriority>
  5628.         </member>
  5629.         <member name="F:System.Drawing.KnownColor.DarkMagenta">
  5630.             <summary>A system-defined color.</summary>
  5631.             <filterpriority>1</filterpriority>
  5632.         </member>
  5633.         <member name="F:System.Drawing.KnownColor.DarkOliveGreen">
  5634.             <summary>A system-defined color.</summary>
  5635.             <filterpriority>1</filterpriority>
  5636.         </member>
  5637.         <member name="F:System.Drawing.KnownColor.DarkOrange">
  5638.             <summary>A system-defined color.</summary>
  5639.             <filterpriority>1</filterpriority>
  5640.         </member>
  5641.         <member name="F:System.Drawing.KnownColor.DarkOrchid">
  5642.             <summary>A system-defined color.</summary>
  5643.             <filterpriority>1</filterpriority>
  5644.         </member>
  5645.         <member name="F:System.Drawing.KnownColor.DarkRed">
  5646.             <summary>A system-defined color.</summary>
  5647.             <filterpriority>1</filterpriority>
  5648.         </member>
  5649.         <member name="F:System.Drawing.KnownColor.DarkSalmon">
  5650.             <summary>A system-defined color.</summary>
  5651.             <filterpriority>1</filterpriority>
  5652.         </member>
  5653.         <member name="F:System.Drawing.KnownColor.DarkSeaGreen">
  5654.             <summary>A system-defined color.</summary>
  5655.             <filterpriority>1</filterpriority>
  5656.         </member>
  5657.         <member name="F:System.Drawing.KnownColor.DarkSlateBlue">
  5658.             <summary>A system-defined color.</summary>
  5659.             <filterpriority>1</filterpriority>
  5660.         </member>
  5661.         <member name="F:System.Drawing.KnownColor.DarkSlateGray">
  5662.             <summary>A system-defined color.</summary>
  5663.             <filterpriority>1</filterpriority>
  5664.         </member>
  5665.         <member name="F:System.Drawing.KnownColor.DarkTurquoise">
  5666.             <summary>A system-defined color.</summary>
  5667.             <filterpriority>1</filterpriority>
  5668.         </member>
  5669.         <member name="F:System.Drawing.KnownColor.DarkViolet">
  5670.             <summary>A system-defined color.</summary>
  5671.             <filterpriority>1</filterpriority>
  5672.         </member>
  5673.         <member name="F:System.Drawing.KnownColor.DeepPink">
  5674.             <summary>A system-defined color.</summary>
  5675.             <filterpriority>1</filterpriority>
  5676.         </member>
  5677.         <member name="F:System.Drawing.KnownColor.DeepSkyBlue">
  5678.             <summary>A system-defined color.</summary>
  5679.             <filterpriority>1</filterpriority>
  5680.         </member>
  5681.         <member name="F:System.Drawing.KnownColor.Desktop">
  5682.             <summary>The system-defined color of the desktop.</summary>
  5683.             <filterpriority>1</filterpriority>
  5684.         </member>
  5685.         <member name="F:System.Drawing.KnownColor.DimGray">
  5686.             <summary>A system-defined color.</summary>
  5687.             <filterpriority>1</filterpriority>
  5688.         </member>
  5689.         <member name="F:System.Drawing.KnownColor.DodgerBlue">
  5690.             <summary>A system-defined color.</summary>
  5691.             <filterpriority>1</filterpriority>
  5692.         </member>
  5693.         <member name="F:System.Drawing.KnownColor.Firebrick">
  5694.             <summary>A system-defined color.</summary>
  5695.             <filterpriority>1</filterpriority>
  5696.         </member>
  5697.         <member name="F:System.Drawing.KnownColor.FloralWhite">
  5698.             <summary>A system-defined color.</summary>
  5699.             <filterpriority>1</filterpriority>
  5700.         </member>
  5701.         <member name="F:System.Drawing.KnownColor.ForestGreen">
  5702.             <summary>A system-defined color.</summary>
  5703.             <filterpriority>1</filterpriority>
  5704.         </member>
  5705.         <member name="F:System.Drawing.KnownColor.Fuchsia">
  5706.             <summary>A system-defined color.</summary>
  5707.             <filterpriority>1</filterpriority>
  5708.         </member>
  5709.         <member name="F:System.Drawing.KnownColor.Gainsboro">
  5710.             <summary>A system-defined color.</summary>
  5711.             <filterpriority>1</filterpriority>
  5712.         </member>
  5713.         <member name="F:System.Drawing.KnownColor.GhostWhite">
  5714.             <summary>A system-defined color.</summary>
  5715.             <filterpriority>1</filterpriority>
  5716.         </member>
  5717.         <member name="F:System.Drawing.KnownColor.Gold">
  5718.             <summary>A system-defined color.</summary>
  5719.             <filterpriority>1</filterpriority>
  5720.         </member>
  5721.         <member name="F:System.Drawing.KnownColor.Goldenrod">
  5722.             <summary>A system-defined color.</summary>
  5723.             <filterpriority>1</filterpriority>
  5724.         </member>
  5725.         <member name="F:System.Drawing.KnownColor.GradientActiveCaption">
  5726.             <summary>The system-defined color of the lightest color in the color gradient of an active window's title bar.</summary>
  5727.             <filterpriority>1</filterpriority>
  5728.         </member>
  5729.         <member name="F:System.Drawing.KnownColor.GradientInactiveCaption">
  5730.             <summary>The system-defined color of the lightest color in the color gradient of an inactive window's title bar. </summary>
  5731.             <filterpriority>1</filterpriority>
  5732.         </member>
  5733.         <member name="F:System.Drawing.KnownColor.Gray">
  5734.             <summary>A system-defined color.</summary>
  5735.             <filterpriority>1</filterpriority>
  5736.         </member>
  5737.         <member name="F:System.Drawing.KnownColor.GrayText">
  5738.             <summary>The system-defined color of dimmed text. Items in a list that are disabled are displayed in dimmed text.</summary>
  5739.             <filterpriority>1</filterpriority>
  5740.         </member>
  5741.         <member name="F:System.Drawing.KnownColor.Green">
  5742.             <summary>A system-defined color.</summary>
  5743.             <filterpriority>1</filterpriority>
  5744.         </member>
  5745.         <member name="F:System.Drawing.KnownColor.GreenYellow">
  5746.             <summary>A system-defined color.</summary>
  5747.             <filterpriority>1</filterpriority>
  5748.         </member>
  5749.         <member name="F:System.Drawing.KnownColor.Highlight">
  5750.             <summary>The system-defined color of the background of selected items. This includes selected menu items as well as selected text. </summary>
  5751.             <filterpriority>1</filterpriority>
  5752.         </member>
  5753.         <member name="F:System.Drawing.KnownColor.HighlightText">
  5754.             <summary>The system-defined color of the text of selected items.</summary>
  5755.             <filterpriority>1</filterpriority>
  5756.         </member>
  5757.         <member name="F:System.Drawing.KnownColor.Honeydew">
  5758.             <summary>A system-defined color.</summary>
  5759.             <filterpriority>1</filterpriority>
  5760.         </member>
  5761.         <member name="F:System.Drawing.KnownColor.HotPink">
  5762.             <summary>A system-defined color.</summary>
  5763.             <filterpriority>1</filterpriority>
  5764.         </member>
  5765.         <member name="F:System.Drawing.KnownColor.HotTrack">
  5766.             <summary>The system-defined color used to designate a hot-tracked item. Single-clicking a hot-tracked item executes the item.</summary>
  5767.             <filterpriority>1</filterpriority>
  5768.         </member>
  5769.         <member name="F:System.Drawing.KnownColor.InactiveBorder">
  5770.             <summary>The system-defined color of an inactive window's border.</summary>
  5771.             <filterpriority>1</filterpriority>
  5772.         </member>
  5773.         <member name="F:System.Drawing.KnownColor.InactiveCaption">
  5774.             <summary>The system-defined color of the background of an inactive window's title bar.</summary>
  5775.             <filterpriority>1</filterpriority>
  5776.         </member>
  5777.         <member name="F:System.Drawing.KnownColor.InactiveCaptionText">
  5778.             <summary>The system-defined color of the text in an inactive window's title bar.</summary>
  5779.             <filterpriority>1</filterpriority>
  5780.         </member>
  5781.         <member name="F:System.Drawing.KnownColor.IndianRed">
  5782.             <summary>A system-defined color.</summary>
  5783.             <filterpriority>1</filterpriority>
  5784.         </member>
  5785.         <member name="F:System.Drawing.KnownColor.Indigo">
  5786.             <summary>A system-defined color.</summary>
  5787.             <filterpriority>1</filterpriority>
  5788.         </member>
  5789.         <member name="F:System.Drawing.KnownColor.Info">
  5790.             <summary>The system-defined color of the background of a ToolTip.</summary>
  5791.             <filterpriority>1</filterpriority>
  5792.         </member>
  5793.         <member name="F:System.Drawing.KnownColor.InfoText">
  5794.             <summary>The system-defined color of the text of a ToolTip.</summary>
  5795.             <filterpriority>1</filterpriority>
  5796.         </member>
  5797.         <member name="F:System.Drawing.KnownColor.Ivory">
  5798.             <summary>A system-defined color.</summary>
  5799.             <filterpriority>1</filterpriority>
  5800.         </member>
  5801.         <member name="F:System.Drawing.KnownColor.Khaki">
  5802.             <summary>A system-defined color.</summary>
  5803.             <filterpriority>1</filterpriority>
  5804.         </member>
  5805.         <member name="F:System.Drawing.KnownColor.Lavender">
  5806.             <summary>A system-defined color.</summary>
  5807.             <filterpriority>1</filterpriority>
  5808.         </member>
  5809.         <member name="F:System.Drawing.KnownColor.LavenderBlush">
  5810.             <summary>A system-defined color.</summary>
  5811.             <filterpriority>1</filterpriority>
  5812.         </member>
  5813.         <member name="F:System.Drawing.KnownColor.LawnGreen">
  5814.             <summary>A system-defined color.</summary>
  5815.             <filterpriority>1</filterpriority>
  5816.         </member>
  5817.         <member name="F:System.Drawing.KnownColor.LemonChiffon">
  5818.             <summary>A system-defined color.</summary>
  5819.             <filterpriority>1</filterpriority>
  5820.         </member>
  5821.         <member name="F:System.Drawing.KnownColor.LightBlue">
  5822.             <summary>A system-defined color.</summary>
  5823.             <filterpriority>1</filterpriority>
  5824.         </member>
  5825.         <member name="F:System.Drawing.KnownColor.LightCoral">
  5826.             <summary>A system-defined color.</summary>
  5827.             <filterpriority>1</filterpriority>
  5828.         </member>
  5829.         <member name="F:System.Drawing.KnownColor.LightCyan">
  5830.             <summary>A system-defined color.</summary>
  5831.             <filterpriority>1</filterpriority>
  5832.         </member>
  5833.         <member name="F:System.Drawing.KnownColor.LightGoldenrodYellow">
  5834.             <summary>A system-defined color.</summary>
  5835.             <filterpriority>1</filterpriority>
  5836.         </member>
  5837.         <member name="F:System.Drawing.KnownColor.LightGray">
  5838.             <summary>A system-defined color.</summary>
  5839.             <filterpriority>1</filterpriority>
  5840.         </member>
  5841.         <member name="F:System.Drawing.KnownColor.LightGreen">
  5842.             <summary>A system-defined color.</summary>
  5843.             <filterpriority>1</filterpriority>
  5844.         </member>
  5845.         <member name="F:System.Drawing.KnownColor.LightPink">
  5846.             <summary>A system-defined color.</summary>
  5847.             <filterpriority>1</filterpriority>
  5848.         </member>
  5849.         <member name="F:System.Drawing.KnownColor.LightSalmon">
  5850.             <summary>A system-defined color.</summary>
  5851.             <filterpriority>1</filterpriority>
  5852.         </member>
  5853.         <member name="F:System.Drawing.KnownColor.LightSeaGreen">
  5854.             <summary>A system-defined color.</summary>
  5855.             <filterpriority>1</filterpriority>
  5856.         </member>
  5857.         <member name="F:System.Drawing.KnownColor.LightSkyBlue">
  5858.             <summary>A system-defined color.</summary>
  5859.             <filterpriority>1</filterpriority>
  5860.         </member>
  5861.         <member name="F:System.Drawing.KnownColor.LightSlateGray">
  5862.             <summary>A system-defined color.</summary>
  5863.             <filterpriority>1</filterpriority>
  5864.         </member>
  5865.         <member name="F:System.Drawing.KnownColor.LightSteelBlue">
  5866.             <summary>A system-defined color.</summary>
  5867.             <filterpriority>1</filterpriority>
  5868.         </member>
  5869.         <member name="F:System.Drawing.KnownColor.LightYellow">
  5870.             <summary>A system-defined color.</summary>
  5871.             <filterpriority>1</filterpriority>
  5872.         </member>
  5873.         <member name="F:System.Drawing.KnownColor.Lime">
  5874.             <summary>A system-defined color.</summary>
  5875.             <filterpriority>1</filterpriority>
  5876.         </member>
  5877.         <member name="F:System.Drawing.KnownColor.LimeGreen">
  5878.             <summary>A system-defined color.</summary>
  5879.             <filterpriority>1</filterpriority>
  5880.         </member>
  5881.         <member name="F:System.Drawing.KnownColor.Linen">
  5882.             <summary>A system-defined color.</summary>
  5883.             <filterpriority>1</filterpriority>
  5884.         </member>
  5885.         <member name="F:System.Drawing.KnownColor.Magenta">
  5886.             <summary>A system-defined color.</summary>
  5887.             <filterpriority>1</filterpriority>
  5888.         </member>
  5889.         <member name="F:System.Drawing.KnownColor.Maroon">
  5890.             <summary>A system-defined color.</summary>
  5891.             <filterpriority>1</filterpriority>
  5892.         </member>
  5893.         <member name="F:System.Drawing.KnownColor.MediumAquamarine">
  5894.             <summary>A system-defined color.</summary>
  5895.             <filterpriority>1</filterpriority>
  5896.         </member>
  5897.         <member name="F:System.Drawing.KnownColor.MediumBlue">
  5898.             <summary>A system-defined color.</summary>
  5899.             <filterpriority>1</filterpriority>
  5900.         </member>
  5901.         <member name="F:System.Drawing.KnownColor.MediumOrchid">
  5902.             <summary>A system-defined color.</summary>
  5903.             <filterpriority>1</filterpriority>
  5904.         </member>
  5905.         <member name="F:System.Drawing.KnownColor.MediumPurple">
  5906.             <summary>A system-defined color.</summary>
  5907.             <filterpriority>1</filterpriority>
  5908.         </member>
  5909.         <member name="F:System.Drawing.KnownColor.MediumSeaGreen">
  5910.             <summary>A system-defined color.</summary>
  5911.             <filterpriority>1</filterpriority>
  5912.         </member>
  5913.         <member name="F:System.Drawing.KnownColor.MediumSlateBlue">
  5914.             <summary>A system-defined color.</summary>
  5915.             <filterpriority>1</filterpriority>
  5916.         </member>
  5917.         <member name="F:System.Drawing.KnownColor.MediumSpringGreen">
  5918.             <summary>A system-defined color.</summary>
  5919.             <filterpriority>1</filterpriority>
  5920.         </member>
  5921.         <member name="F:System.Drawing.KnownColor.MediumTurquoise">
  5922.             <summary>A system-defined color.</summary>
  5923.             <filterpriority>1</filterpriority>
  5924.         </member>
  5925.         <member name="F:System.Drawing.KnownColor.MediumVioletRed">
  5926.             <summary>A system-defined color.</summary>
  5927.             <filterpriority>1</filterpriority>
  5928.         </member>
  5929.         <member name="F:System.Drawing.KnownColor.Menu">
  5930.             <summary>The system-defined color of a menu's background.</summary>
  5931.             <filterpriority>1</filterpriority>
  5932.         </member>
  5933.         <member name="F:System.Drawing.KnownColor.MenuBar">
  5934.             <summary>The system-defined color of the background of a menu bar.</summary>
  5935.             <filterpriority>1</filterpriority>
  5936.         </member>
  5937.         <member name="F:System.Drawing.KnownColor.MenuHighlight">
  5938.             <summary>The system-defined color used to highlight menu items when the menu appears as a flat menu.</summary>
  5939.             <filterpriority>1</filterpriority>
  5940.         </member>
  5941.         <member name="F:System.Drawing.KnownColor.MenuText">
  5942.             <summary>The system-defined color of a menu's text.</summary>
  5943.             <filterpriority>1</filterpriority>
  5944.         </member>
  5945.         <member name="F:System.Drawing.KnownColor.MidnightBlue">
  5946.             <summary>A system-defined color.</summary>
  5947.             <filterpriority>1</filterpriority>
  5948.         </member>
  5949.         <member name="F:System.Drawing.KnownColor.MintCream">
  5950.             <summary>A system-defined color.</summary>
  5951.             <filterpriority>1</filterpriority>
  5952.         </member>
  5953.         <member name="F:System.Drawing.KnownColor.MistyRose">
  5954.             <summary>A system-defined color.</summary>
  5955.             <filterpriority>1</filterpriority>
  5956.         </member>
  5957.         <member name="F:System.Drawing.KnownColor.Moccasin">
  5958.             <summary>A system-defined color.</summary>
  5959.             <filterpriority>1</filterpriority>
  5960.         </member>
  5961.         <member name="F:System.Drawing.KnownColor.NavajoWhite">
  5962.             <summary>A system-defined color.</summary>
  5963.             <filterpriority>1</filterpriority>
  5964.         </member>
  5965.         <member name="F:System.Drawing.KnownColor.Navy">
  5966.             <summary>A system-defined color.</summary>
  5967.             <filterpriority>1</filterpriority>
  5968.         </member>
  5969.         <member name="F:System.Drawing.KnownColor.OldLace">
  5970.             <summary>A system-defined color.</summary>
  5971.             <filterpriority>1</filterpriority>
  5972.         </member>
  5973.         <member name="F:System.Drawing.KnownColor.Olive">
  5974.             <summary>A system-defined color.</summary>
  5975.             <filterpriority>1</filterpriority>
  5976.         </member>
  5977.         <member name="F:System.Drawing.KnownColor.OliveDrab">
  5978.             <summary>A system-defined color.</summary>
  5979.             <filterpriority>1</filterpriority>
  5980.         </member>
  5981.         <member name="F:System.Drawing.KnownColor.Orange">
  5982.             <summary>A system-defined color.</summary>
  5983.             <filterpriority>1</filterpriority>
  5984.         </member>
  5985.         <member name="F:System.Drawing.KnownColor.OrangeRed">
  5986.             <summary>A system-defined color.</summary>
  5987.             <filterpriority>1</filterpriority>
  5988.         </member>
  5989.         <member name="F:System.Drawing.KnownColor.Orchid">
  5990.             <summary>A system-defined color.</summary>
  5991.             <filterpriority>1</filterpriority>
  5992.         </member>
  5993.         <member name="F:System.Drawing.KnownColor.PaleGoldenrod">
  5994.             <summary>A system-defined color.</summary>
  5995.             <filterpriority>1</filterpriority>
  5996.         </member>
  5997.         <member name="F:System.Drawing.KnownColor.PaleGreen">
  5998.             <summary>A system-defined color.</summary>
  5999.             <filterpriority>1</filterpriority>
  6000.         </member>
  6001.         <member name="F:System.Drawing.KnownColor.PaleTurquoise">
  6002.             <summary>A system-defined color.</summary>
  6003.             <filterpriority>1</filterpriority>
  6004.         </member>
  6005.         <member name="F:System.Drawing.KnownColor.PaleVioletRed">
  6006.             <summary>A system-defined color.</summary>
  6007.             <filterpriority>1</filterpriority>
  6008.         </member>
  6009.         <member name="F:System.Drawing.KnownColor.PapayaWhip">
  6010.             <summary>A system-defined color.</summary>
  6011.             <filterpriority>1</filterpriority>
  6012.         </member>
  6013.         <member name="F:System.Drawing.KnownColor.PeachPuff">
  6014.             <summary>A system-defined color.</summary>
  6015.             <filterpriority>1</filterpriority>
  6016.         </member>
  6017.         <member name="F:System.Drawing.KnownColor.Peru">
  6018.             <summary>A system-defined color.</summary>
  6019.             <filterpriority>1</filterpriority>
  6020.         </member>
  6021.         <member name="F:System.Drawing.KnownColor.Pink">
  6022.             <summary>A system-defined color.</summary>
  6023.             <filterpriority>1</filterpriority>
  6024.         </member>
  6025.         <member name="F:System.Drawing.KnownColor.Plum">
  6026.             <summary>A system-defined color.</summary>
  6027.             <filterpriority>1</filterpriority>
  6028.         </member>
  6029.         <member name="F:System.Drawing.KnownColor.PowderBlue">
  6030.             <summary>A system-defined color.</summary>
  6031.             <filterpriority>1</filterpriority>
  6032.         </member>
  6033.         <member name="F:System.Drawing.KnownColor.Purple">
  6034.             <summary>A system-defined color.</summary>
  6035.             <filterpriority>1</filterpriority>
  6036.         </member>
  6037.         <member name="F:System.Drawing.KnownColor.Red">
  6038.             <summary>A system-defined color.</summary>
  6039.             <filterpriority>1</filterpriority>
  6040.         </member>
  6041.         <member name="F:System.Drawing.KnownColor.RosyBrown">
  6042.             <summary>A system-defined color.</summary>
  6043.             <filterpriority>1</filterpriority>
  6044.         </member>
  6045.         <member name="F:System.Drawing.KnownColor.RoyalBlue">
  6046.             <summary>A system-defined color.</summary>
  6047.             <filterpriority>1</filterpriority>
  6048.         </member>
  6049.         <member name="F:System.Drawing.KnownColor.SaddleBrown">
  6050.             <summary>A system-defined color.</summary>
  6051.             <filterpriority>1</filterpriority>
  6052.         </member>
  6053.         <member name="F:System.Drawing.KnownColor.Salmon">
  6054.             <summary>A system-defined color.</summary>
  6055.             <filterpriority>1</filterpriority>
  6056.         </member>
  6057.         <member name="F:System.Drawing.KnownColor.SandyBrown">
  6058.             <summary>A system-defined color.</summary>
  6059.             <filterpriority>1</filterpriority>
  6060.         </member>
  6061.         <member name="F:System.Drawing.KnownColor.ScrollBar">
  6062.             <summary>The system-defined color of the background of a scroll bar.</summary>
  6063.             <filterpriority>1</filterpriority>
  6064.         </member>
  6065.         <member name="F:System.Drawing.KnownColor.SeaGreen">
  6066.             <summary>A system-defined color.</summary>
  6067.             <filterpriority>1</filterpriority>
  6068.         </member>
  6069.         <member name="F:System.Drawing.KnownColor.SeaShell">
  6070.             <summary>A system-defined color.</summary>
  6071.             <filterpriority>1</filterpriority>
  6072.         </member>
  6073.         <member name="F:System.Drawing.KnownColor.Sienna">
  6074.             <summary>A system-defined color.</summary>
  6075.             <filterpriority>1</filterpriority>
  6076.         </member>
  6077.         <member name="F:System.Drawing.KnownColor.Silver">
  6078.             <summary>A system-defined color.</summary>
  6079.             <filterpriority>1</filterpriority>
  6080.         </member>
  6081.         <member name="F:System.Drawing.KnownColor.SkyBlue">
  6082.             <summary>A system-defined color.</summary>
  6083.             <filterpriority>1</filterpriority>
  6084.         </member>
  6085.         <member name="F:System.Drawing.KnownColor.SlateBlue">
  6086.             <summary>A system-defined color.</summary>
  6087.             <filterpriority>1</filterpriority>
  6088.         </member>
  6089.         <member name="F:System.Drawing.KnownColor.SlateGray">
  6090.             <summary>A system-defined color.</summary>
  6091.             <filterpriority>1</filterpriority>
  6092.         </member>
  6093.         <member name="F:System.Drawing.KnownColor.Snow">
  6094.             <summary>A system-defined color.</summary>
  6095.             <filterpriority>1</filterpriority>
  6096.         </member>
  6097.         <member name="F:System.Drawing.KnownColor.SpringGreen">
  6098.             <summary>A system-defined color.</summary>
  6099.             <filterpriority>1</filterpriority>
  6100.         </member>
  6101.         <member name="F:System.Drawing.KnownColor.SteelBlue">
  6102.             <summary>A system-defined color.</summary>
  6103.             <filterpriority>1</filterpriority>
  6104.         </member>
  6105.         <member name="F:System.Drawing.KnownColor.Tan">
  6106.             <summary>A system-defined color.</summary>
  6107.             <filterpriority>1</filterpriority>
  6108.         </member>
  6109.         <member name="F:System.Drawing.KnownColor.Teal">
  6110.             <summary>A system-defined color.</summary>
  6111.             <filterpriority>1</filterpriority>
  6112.         </member>
  6113.         <member name="F:System.Drawing.KnownColor.Thistle">
  6114.             <summary>A system-defined color.</summary>
  6115.             <filterpriority>1</filterpriority>
  6116.         </member>
  6117.         <member name="F:System.Drawing.KnownColor.Tomato">
  6118.             <summary>A system-defined color.</summary>
  6119.             <filterpriority>1</filterpriority>
  6120.         </member>
  6121.         <member name="F:System.Drawing.KnownColor.Transparent">
  6122.             <summary>A system-defined color.</summary>
  6123.             <filterpriority>1</filterpriority>
  6124.         </member>
  6125.         <member name="F:System.Drawing.KnownColor.Turquoise">
  6126.             <summary>A system-defined color.</summary>
  6127.             <filterpriority>1</filterpriority>
  6128.         </member>
  6129.         <member name="F:System.Drawing.KnownColor.Violet">
  6130.             <summary>A system-defined color.</summary>
  6131.             <filterpriority>1</filterpriority>
  6132.         </member>
  6133.         <member name="F:System.Drawing.KnownColor.Wheat">
  6134.             <summary>A system-defined color.</summary>
  6135.             <filterpriority>1</filterpriority>
  6136.         </member>
  6137.         <member name="F:System.Drawing.KnownColor.White">
  6138.             <summary>A system-defined color.</summary>
  6139.             <filterpriority>1</filterpriority>
  6140.         </member>
  6141.         <member name="F:System.Drawing.KnownColor.WhiteSmoke">
  6142.             <summary>A system-defined color.</summary>
  6143.             <filterpriority>1</filterpriority>
  6144.         </member>
  6145.         <member name="F:System.Drawing.KnownColor.Window">
  6146.             <summary>The system-defined color of the background in the client area of a window.</summary>
  6147.             <filterpriority>1</filterpriority>
  6148.         </member>
  6149.         <member name="F:System.Drawing.KnownColor.WindowFrame">
  6150.             <summary>The system-defined color of a window frame.</summary>
  6151.             <filterpriority>1</filterpriority>
  6152.         </member>
  6153.         <member name="F:System.Drawing.KnownColor.WindowText">
  6154.             <summary>The system-defined color of the text in the client area of a window.</summary>
  6155.             <filterpriority>1</filterpriority>
  6156.         </member>
  6157.         <member name="F:System.Drawing.KnownColor.Yellow">
  6158.             <summary>A system-defined color.</summary>
  6159.             <filterpriority>1</filterpriority>
  6160.         </member>
  6161.         <member name="F:System.Drawing.KnownColor.YellowGreen">
  6162.             <summary>A system-defined color.</summary>
  6163.             <filterpriority>1</filterpriority>
  6164.         </member>
  6165.         <member name="T:System.Drawing.Pen">
  6166.             <summary>Defines an object used to draw lines and curves. This class cannot be inherited.</summary>
  6167.             <filterpriority>1</filterpriority>
  6168.             <completionlist cref="T:System.Drawing.Pens" />
  6169.         </member>
  6170.         <member name="M:System.Drawing.Pen.#ctor(System.Drawing.Brush)">
  6171.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Pen"></see> class with the specified <see cref="T:System.Drawing.Brush"></see>.</summary>
  6172.             <param name="brush">A <see cref="T:System.Drawing.Brush"></see> that determines the fill properties of this <see cref="T:System.Drawing.Pen"></see>. </param>
  6173.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  6174.         </member>
  6175.         <member name="M:System.Drawing.Pen.#ctor(System.Drawing.Color)">
  6176.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Pen"></see> class with the specified color.</summary>
  6177.             <param name="color">A <see cref="T:System.Drawing.Color"></see> structure that indicates the color of this <see cref="T:System.Drawing.Pen"></see>. </param>
  6178.         </member>
  6179.         <member name="M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)">
  6180.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Pen"></see> class with the specified <see cref="T:System.Drawing.Brush"></see> and <see cref="P:System.Drawing.Pen.Width"></see>.</summary>
  6181.             <param name="width">The width of the new <see cref="T:System.Drawing.Pen"></see>. </param>
  6182.             <param name="brush">A <see cref="T:System.Drawing.Brush"></see> that determines the characteristics of this <see cref="T:System.Drawing.Pen"></see>. </param>
  6183.             <exception cref="T:System.ArgumentNullException">brush is null.</exception>
  6184.         </member>
  6185.         <member name="M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)">
  6186.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Pen"></see> class with the specified <see cref="T:System.Drawing.Color"></see> and <see cref="P:System.Drawing.Pen.Width"></see> properties.</summary>
  6187.             <param name="color">A <see cref="T:System.Drawing.Color"></see> structure that indicates the color of this <see cref="T:System.Drawing.Pen"></see>. </param>
  6188.             <param name="width">A value indicating the width of this <see cref="T:System.Drawing.Pen"></see>. </param>
  6189.         </member>
  6190.         <member name="M:System.Drawing.Pen.Clone">
  6191.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6192.             <returns>An <see cref="T:System.Object"></see> that can be cast to a <see cref="T:System.Drawing.Pen"></see>.</returns>
  6193.             <filterpriority>1</filterpriority>
  6194.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6195.         </member>
  6196.         <member name="M:System.Drawing.Pen.Dispose">
  6197.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6198.             <filterpriority>1</filterpriority>
  6199.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6200.         </member>
  6201.         <member name="M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)">
  6202.             <summary>Multiplies the transformation matrix for this <see cref="T:System.Drawing.Pen"></see> by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  6203.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object by which to multiply the transformation matrix. </param>
  6204.             <filterpriority>1</filterpriority>
  6205.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6206.         </member>
  6207.         <member name="M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  6208.             <summary>Multiplies the transformation matrix for this <see cref="T:System.Drawing.Pen"></see> by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the specified order.</summary>
  6209.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to multiply the transformation matrix. </param>
  6210.             <param name="order">The order in which to perform the multiplication operation. </param>
  6211.             <filterpriority>1</filterpriority>
  6212.         </member>
  6213.         <member name="M:System.Drawing.Pen.ResetTransform">
  6214.             <summary>Resets the geometric transformation matrix for this <see cref="T:System.Drawing.Pen"></see> to identity.</summary>
  6215.             <returns>This method does not return a value.</returns>
  6216.             <filterpriority>1</filterpriority>
  6217.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6218.         </member>
  6219.         <member name="M:System.Drawing.Pen.RotateTransform(System.Single)">
  6220.             <summary>Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation.</summary>
  6221.             <param name="angle">The angle of rotation. </param>
  6222.             <filterpriority>1</filterpriority>
  6223.         </member>
  6224.         <member name="M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  6225.             <summary>Rotates the local geometric transformation by the specified angle in the specified order.</summary>
  6226.             <param name="angle">The angle of rotation. </param>
  6227.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the rotation matrix. </param>
  6228.             <filterpriority>1</filterpriority>
  6229.         </member>
  6230.         <member name="M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)">
  6231.             <summary>Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation.</summary>
  6232.             <param name="sy">The factor by which to scale the transformation in the y-axis direction. </param>
  6233.             <param name="sx">The factor by which to scale the transformation in the x-axis direction. </param>
  6234.             <filterpriority>1</filterpriority>
  6235.         </member>
  6236.         <member name="M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  6237.             <summary>Scales the local geometric transformation by the specified factors in the specified order.</summary>
  6238.             <param name="sy">The factor by which to scale the transformation in the y-axis direction. </param>
  6239.             <param name="sx">The factor by which to scale the transformation in the x-axis direction. </param>
  6240.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the scaling matrix. </param>
  6241.             <filterpriority>1</filterpriority>
  6242.         </member>
  6243.         <member name="M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)">
  6244.             <summary>Sets the values that determine the style of cap used to end lines drawn by this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6245.             <param name="startCap">A <see cref="T:System.Drawing.Drawing2D.LineCap"></see> that represents the cap style to use at the beginning of lines drawn with this <see cref="T:System.Drawing.Pen"></see>. </param>
  6246.             <param name="dashCap">A <see cref="T:System.Drawing.Drawing2D.LineCap"></see> that represents the cap style to use at the beginning or end of dashed lines drawn with this <see cref="T:System.Drawing.Pen"></see>. </param>
  6247.             <param name="endCap">A <see cref="T:System.Drawing.Drawing2D.LineCap"></see> that represents the cap style to use at the end of lines drawn with this <see cref="T:System.Drawing.Pen"></see>. </param>
  6248.             <filterpriority>1</filterpriority>
  6249.         </member>
  6250.         <member name="M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)">
  6251.             <summary>Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation.</summary>
  6252.             <param name="dx">The value of the translation in x. </param>
  6253.             <param name="dy">The value of the translation in y. </param>
  6254.             <filterpriority>1</filterpriority>
  6255.         </member>
  6256.         <member name="M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  6257.             <summary>Translates the local geometric transformation by the specified dimensions in the specified order.</summary>
  6258.             <param name="dx">The value of the translation in x. </param>
  6259.             <param name="dy">The value of the translation in y. </param>
  6260.             <param name="order">The order (prepend or append) in which to apply the translation. </param>
  6261.             <filterpriority>1</filterpriority>
  6262.         </member>
  6263.         <member name="P:System.Drawing.Pen.Alignment">
  6264.             <summary>Gets or sets the alignment for this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6265.             <returns>A <see cref="T:System.Drawing.Drawing2D.PenAlignment"></see> that represents the alignment for this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6266.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The specified value is not a member of <see cref="T:System.Drawing.Drawing2D.PenAlignment"></see>.</exception>
  6267.             <filterpriority>1</filterpriority>
  6268.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6269.         </member>
  6270.         <member name="P:System.Drawing.Pen.Brush">
  6271.             <summary>Gets or sets the <see cref="T:System.Drawing.Brush"></see> that determines attributes of this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6272.             <returns>A <see cref="T:System.Drawing.Brush"></see> that determines attributes of this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6273.             <filterpriority>1</filterpriority>
  6274.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6275.         </member>
  6276.         <member name="P:System.Drawing.Pen.Color">
  6277.             <summary>Gets or sets the color of this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6278.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the color of this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6279.             <filterpriority>1</filterpriority>
  6280.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6281.         </member>
  6282.         <member name="P:System.Drawing.Pen.CompoundArray">
  6283.             <summary>Gets or sets an array of values that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces.</summary>
  6284.             <returns>An array of real numbers that specifies the compound array. The elements in the array must be in increasing order, not less than 0, and not greater than 1.</returns>
  6285.             <filterpriority>1</filterpriority>
  6286.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6287.         </member>
  6288.         <member name="P:System.Drawing.Pen.CustomEndCap">
  6289.             <summary>Gets or sets a custom cap to use at the end of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6290.             <returns>A <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> that represents the cap used at the end of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6291.             <filterpriority>1</filterpriority>
  6292.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6293.         </member>
  6294.         <member name="P:System.Drawing.Pen.CustomStartCap">
  6295.             <summary>Gets or sets a custom cap to use at the beginning of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6296.             <returns>A <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> that represents the cap used at the beginning of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6297.             <filterpriority>1</filterpriority>
  6298.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6299.         </member>
  6300.         <member name="P:System.Drawing.Pen.DashCap">
  6301.             <summary>Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6302.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.DashCap"></see> values that represents the cap style used at the beginning and end of the dashes that make up dashed lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6303.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The specified value is not a member of <see cref="T:System.Drawing.Drawing2D.DashCap"></see>.</exception>
  6304.             <filterpriority>1</filterpriority>
  6305.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6306.         </member>
  6307.         <member name="P:System.Drawing.Pen.DashOffset">
  6308.             <summary>Gets or sets the distance from the start of a line to the beginning of a dash pattern.</summary>
  6309.             <returns>The distance from the start of a line to the beginning of a dash pattern.</returns>
  6310.             <filterpriority>1</filterpriority>
  6311.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6312.         </member>
  6313.         <member name="P:System.Drawing.Pen.DashPattern">
  6314.             <summary>Gets or sets an array of custom dashes and spaces.</summary>
  6315.             <returns>An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.</returns>
  6316.             <filterpriority>1</filterpriority>
  6317.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6318.         </member>
  6319.         <member name="P:System.Drawing.Pen.DashStyle">
  6320.             <summary>Gets or sets the style used for dashed lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6321.             <returns>A <see cref="T:System.Drawing.Drawing2D.DashStyle"></see> that represents the style used for dashed lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6322.             <filterpriority>1</filterpriority>
  6323.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6324.         </member>
  6325.         <member name="P:System.Drawing.Pen.EndCap">
  6326.             <summary>Gets or sets the cap style used at the end of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6327.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.LineCap"></see> values that represents the cap style used at the end of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6328.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The specified value is not a member of <see cref="T:System.Drawing.Drawing2D.LineCap"></see>.</exception>
  6329.             <filterpriority>1</filterpriority>
  6330.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6331.         </member>
  6332.         <member name="P:System.Drawing.Pen.LineJoin">
  6333.             <summary>Gets or sets the join style for the ends of two consecutive lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6334.             <returns>A <see cref="T:System.Drawing.Drawing2D.LineJoin"></see> that represents the join style for the ends of two consecutive lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6335.             <filterpriority>1</filterpriority>
  6336.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6337.         </member>
  6338.         <member name="P:System.Drawing.Pen.MiterLimit">
  6339.             <summary>Gets or sets the limit of the thickness of the join on a mitered corner.</summary>
  6340.             <returns>The limit of the thickness of the join on a mitered corner.</returns>
  6341.             <filterpriority>1</filterpriority>
  6342.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6343.         </member>
  6344.         <member name="P:System.Drawing.Pen.PenType">
  6345.             <summary>Gets the style of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6346.             <returns>A <see cref="T:System.Drawing.Drawing2D.PenType"></see> enumeration that specifies the style of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6347.             <filterpriority>1</filterpriority>
  6348.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6349.         </member>
  6350.         <member name="P:System.Drawing.Pen.StartCap">
  6351.             <summary>Gets or sets the cap style used at the beginning of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6352.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.LineCap"></see> values that represents the cap style used at the beginning of lines drawn with this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6353.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The specified value is not a member of <see cref="T:System.Drawing.Drawing2D.LineCap"></see>.</exception>
  6354.             <filterpriority>1</filterpriority>
  6355.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6356.         </member>
  6357.         <member name="P:System.Drawing.Pen.Transform">
  6358.             <summary>Gets or sets the geometric transformation for this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6359.             <returns>A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that represents the geometric transformation for this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6360.             <filterpriority>1</filterpriority>
  6361.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6362.         </member>
  6363.         <member name="P:System.Drawing.Pen.Width">
  6364.             <summary>Gets or sets the width of this <see cref="T:System.Drawing.Pen"></see>.</summary>
  6365.             <returns>The width of this <see cref="T:System.Drawing.Pen"></see>.</returns>
  6366.             <filterpriority>1</filterpriority>
  6367.         </member>
  6368.         <member name="T:System.Drawing.Pens">
  6369.             <summary>Pens for all the standard colors. This class cannot be inherited.</summary>
  6370.             <filterpriority>1</filterpriority>
  6371.         </member>
  6372.         <member name="P:System.Drawing.Pens.AliceBlue">
  6373.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6374.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6375.             <filterpriority>1</filterpriority>
  6376.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6377.         </member>
  6378.         <member name="P:System.Drawing.Pens.AntiqueWhite">
  6379.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6380.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6381.             <filterpriority>1</filterpriority>
  6382.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6383.         </member>
  6384.         <member name="P:System.Drawing.Pens.Aqua">
  6385.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6386.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6387.             <filterpriority>1</filterpriority>
  6388.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6389.         </member>
  6390.         <member name="P:System.Drawing.Pens.Aquamarine">
  6391.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6392.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6393.             <filterpriority>1</filterpriority>
  6394.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6395.         </member>
  6396.         <member name="P:System.Drawing.Pens.Azure">
  6397.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6398.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6399.             <filterpriority>1</filterpriority>
  6400.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6401.         </member>
  6402.         <member name="P:System.Drawing.Pens.Beige">
  6403.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6404.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6405.             <filterpriority>1</filterpriority>
  6406.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6407.         </member>
  6408.         <member name="P:System.Drawing.Pens.Bisque">
  6409.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6410.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6411.             <filterpriority>1</filterpriority>
  6412.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6413.         </member>
  6414.         <member name="P:System.Drawing.Pens.Black">
  6415.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6416.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6417.             <filterpriority>1</filterpriority>
  6418.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6419.         </member>
  6420.         <member name="P:System.Drawing.Pens.BlanchedAlmond">
  6421.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6422.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6423.             <filterpriority>1</filterpriority>
  6424.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6425.         </member>
  6426.         <member name="P:System.Drawing.Pens.Blue">
  6427.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6428.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6429.             <filterpriority>1</filterpriority>
  6430.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6431.         </member>
  6432.         <member name="P:System.Drawing.Pens.BlueViolet">
  6433.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6434.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6435.             <filterpriority>1</filterpriority>
  6436.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6437.         </member>
  6438.         <member name="P:System.Drawing.Pens.Brown">
  6439.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6440.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6441.             <filterpriority>1</filterpriority>
  6442.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6443.         </member>
  6444.         <member name="P:System.Drawing.Pens.BurlyWood">
  6445.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6446.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6447.             <filterpriority>1</filterpriority>
  6448.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6449.         </member>
  6450.         <member name="P:System.Drawing.Pens.CadetBlue">
  6451.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6452.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6453.             <filterpriority>1</filterpriority>
  6454.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6455.         </member>
  6456.         <member name="P:System.Drawing.Pens.Chartreuse">
  6457.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6458.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6459.             <filterpriority>1</filterpriority>
  6460.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6461.         </member>
  6462.         <member name="P:System.Drawing.Pens.Chocolate">
  6463.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6464.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6465.             <filterpriority>1</filterpriority>
  6466.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6467.         </member>
  6468.         <member name="P:System.Drawing.Pens.Coral">
  6469.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6470.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6471.             <filterpriority>1</filterpriority>
  6472.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6473.         </member>
  6474.         <member name="P:System.Drawing.Pens.CornflowerBlue">
  6475.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6476.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6477.             <filterpriority>1</filterpriority>
  6478.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6479.         </member>
  6480.         <member name="P:System.Drawing.Pens.Cornsilk">
  6481.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6482.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6483.             <filterpriority>1</filterpriority>
  6484.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6485.         </member>
  6486.         <member name="P:System.Drawing.Pens.Crimson">
  6487.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6488.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6489.             <filterpriority>1</filterpriority>
  6490.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6491.         </member>
  6492.         <member name="P:System.Drawing.Pens.Cyan">
  6493.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6494.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6495.             <filterpriority>1</filterpriority>
  6496.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6497.         </member>
  6498.         <member name="P:System.Drawing.Pens.DarkBlue">
  6499.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6500.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6501.             <filterpriority>1</filterpriority>
  6502.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6503.         </member>
  6504.         <member name="P:System.Drawing.Pens.DarkCyan">
  6505.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6506.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6507.             <filterpriority>1</filterpriority>
  6508.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6509.         </member>
  6510.         <member name="P:System.Drawing.Pens.DarkGoldenrod">
  6511.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6512.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6513.             <filterpriority>1</filterpriority>
  6514.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6515.         </member>
  6516.         <member name="P:System.Drawing.Pens.DarkGray">
  6517.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6518.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6519.             <filterpriority>1</filterpriority>
  6520.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6521.         </member>
  6522.         <member name="P:System.Drawing.Pens.DarkGreen">
  6523.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6524.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6525.             <filterpriority>1</filterpriority>
  6526.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6527.         </member>
  6528.         <member name="P:System.Drawing.Pens.DarkKhaki">
  6529.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6530.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6531.             <filterpriority>1</filterpriority>
  6532.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6533.         </member>
  6534.         <member name="P:System.Drawing.Pens.DarkMagenta">
  6535.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6536.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6537.             <filterpriority>1</filterpriority>
  6538.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6539.         </member>
  6540.         <member name="P:System.Drawing.Pens.DarkOliveGreen">
  6541.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6542.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6543.             <filterpriority>1</filterpriority>
  6544.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6545.         </member>
  6546.         <member name="P:System.Drawing.Pens.DarkOrange">
  6547.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6548.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6549.             <filterpriority>1</filterpriority>
  6550.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6551.         </member>
  6552.         <member name="P:System.Drawing.Pens.DarkOrchid">
  6553.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6554.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6555.             <filterpriority>1</filterpriority>
  6556.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6557.         </member>
  6558.         <member name="P:System.Drawing.Pens.DarkRed">
  6559.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6560.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6561.             <filterpriority>1</filterpriority>
  6562.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6563.         </member>
  6564.         <member name="P:System.Drawing.Pens.DarkSalmon">
  6565.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6566.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6567.             <filterpriority>1</filterpriority>
  6568.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6569.         </member>
  6570.         <member name="P:System.Drawing.Pens.DarkSeaGreen">
  6571.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6572.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6573.             <filterpriority>1</filterpriority>
  6574.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6575.         </member>
  6576.         <member name="P:System.Drawing.Pens.DarkSlateBlue">
  6577.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6578.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6579.             <filterpriority>1</filterpriority>
  6580.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6581.         </member>
  6582.         <member name="P:System.Drawing.Pens.DarkSlateGray">
  6583.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6584.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6585.             <filterpriority>1</filterpriority>
  6586.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6587.         </member>
  6588.         <member name="P:System.Drawing.Pens.DarkTurquoise">
  6589.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6590.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6591.             <filterpriority>1</filterpriority>
  6592.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6593.         </member>
  6594.         <member name="P:System.Drawing.Pens.DarkViolet">
  6595.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6596.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6597.             <filterpriority>1</filterpriority>
  6598.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6599.         </member>
  6600.         <member name="P:System.Drawing.Pens.DeepPink">
  6601.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6602.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6603.             <filterpriority>1</filterpriority>
  6604.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6605.         </member>
  6606.         <member name="P:System.Drawing.Pens.DeepSkyBlue">
  6607.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6608.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6609.             <filterpriority>1</filterpriority>
  6610.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6611.         </member>
  6612.         <member name="P:System.Drawing.Pens.DimGray">
  6613.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6614.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6615.             <filterpriority>1</filterpriority>
  6616.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6617.         </member>
  6618.         <member name="P:System.Drawing.Pens.DodgerBlue">
  6619.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6620.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6621.             <filterpriority>1</filterpriority>
  6622.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6623.         </member>
  6624.         <member name="P:System.Drawing.Pens.Firebrick">
  6625.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6626.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6627.             <filterpriority>1</filterpriority>
  6628.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6629.         </member>
  6630.         <member name="P:System.Drawing.Pens.FloralWhite">
  6631.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6632.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6633.             <filterpriority>1</filterpriority>
  6634.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6635.         </member>
  6636.         <member name="P:System.Drawing.Pens.ForestGreen">
  6637.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6638.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6639.             <filterpriority>1</filterpriority>
  6640.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6641.         </member>
  6642.         <member name="P:System.Drawing.Pens.Fuchsia">
  6643.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6644.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6645.             <filterpriority>1</filterpriority>
  6646.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6647.         </member>
  6648.         <member name="P:System.Drawing.Pens.Gainsboro">
  6649.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6650.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6651.             <filterpriority>1</filterpriority>
  6652.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6653.         </member>
  6654.         <member name="P:System.Drawing.Pens.GhostWhite">
  6655.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6656.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6657.             <filterpriority>1</filterpriority>
  6658.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6659.         </member>
  6660.         <member name="P:System.Drawing.Pens.Gold">
  6661.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6662.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6663.             <filterpriority>1</filterpriority>
  6664.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6665.         </member>
  6666.         <member name="P:System.Drawing.Pens.Goldenrod">
  6667.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6668.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6669.             <filterpriority>1</filterpriority>
  6670.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6671.         </member>
  6672.         <member name="P:System.Drawing.Pens.Gray">
  6673.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6674.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6675.             <filterpriority>1</filterpriority>
  6676.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6677.         </member>
  6678.         <member name="P:System.Drawing.Pens.Green">
  6679.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6680.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6681.             <filterpriority>1</filterpriority>
  6682.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6683.         </member>
  6684.         <member name="P:System.Drawing.Pens.GreenYellow">
  6685.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6686.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6687.             <filterpriority>1</filterpriority>
  6688.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6689.         </member>
  6690.         <member name="P:System.Drawing.Pens.Honeydew">
  6691.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6692.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6693.             <filterpriority>1</filterpriority>
  6694.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6695.         </member>
  6696.         <member name="P:System.Drawing.Pens.HotPink">
  6697.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6698.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6699.             <filterpriority>1</filterpriority>
  6700.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6701.         </member>
  6702.         <member name="P:System.Drawing.Pens.IndianRed">
  6703.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6704.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6705.             <filterpriority>1</filterpriority>
  6706.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6707.         </member>
  6708.         <member name="P:System.Drawing.Pens.Indigo">
  6709.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6710.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6711.             <filterpriority>1</filterpriority>
  6712.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6713.         </member>
  6714.         <member name="P:System.Drawing.Pens.Ivory">
  6715.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6716.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6717.             <filterpriority>1</filterpriority>
  6718.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6719.         </member>
  6720.         <member name="P:System.Drawing.Pens.Khaki">
  6721.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6722.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6723.             <filterpriority>1</filterpriority>
  6724.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6725.         </member>
  6726.         <member name="P:System.Drawing.Pens.Lavender">
  6727.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6728.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6729.             <filterpriority>1</filterpriority>
  6730.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6731.         </member>
  6732.         <member name="P:System.Drawing.Pens.LavenderBlush">
  6733.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6734.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6735.             <filterpriority>1</filterpriority>
  6736.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6737.         </member>
  6738.         <member name="P:System.Drawing.Pens.LawnGreen">
  6739.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6740.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6741.             <filterpriority>1</filterpriority>
  6742.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6743.         </member>
  6744.         <member name="P:System.Drawing.Pens.LemonChiffon">
  6745.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6746.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6747.             <filterpriority>1</filterpriority>
  6748.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6749.         </member>
  6750.         <member name="P:System.Drawing.Pens.LightBlue">
  6751.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6752.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6753.             <filterpriority>1</filterpriority>
  6754.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6755.         </member>
  6756.         <member name="P:System.Drawing.Pens.LightCoral">
  6757.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6758.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6759.             <filterpriority>1</filterpriority>
  6760.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6761.         </member>
  6762.         <member name="P:System.Drawing.Pens.LightCyan">
  6763.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6764.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6765.             <filterpriority>1</filterpriority>
  6766.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6767.         </member>
  6768.         <member name="P:System.Drawing.Pens.LightGoldenrodYellow">
  6769.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6770.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6771.             <filterpriority>1</filterpriority>
  6772.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6773.         </member>
  6774.         <member name="P:System.Drawing.Pens.LightGray">
  6775.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6776.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6777.             <filterpriority>1</filterpriority>
  6778.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6779.         </member>
  6780.         <member name="P:System.Drawing.Pens.LightGreen">
  6781.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6782.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6783.             <filterpriority>1</filterpriority>
  6784.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6785.         </member>
  6786.         <member name="P:System.Drawing.Pens.LightPink">
  6787.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6788.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6789.             <filterpriority>1</filterpriority>
  6790.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6791.         </member>
  6792.         <member name="P:System.Drawing.Pens.LightSalmon">
  6793.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6794.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6795.             <filterpriority>1</filterpriority>
  6796.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6797.         </member>
  6798.         <member name="P:System.Drawing.Pens.LightSeaGreen">
  6799.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6800.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6801.             <filterpriority>1</filterpriority>
  6802.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6803.         </member>
  6804.         <member name="P:System.Drawing.Pens.LightSkyBlue">
  6805.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6806.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6807.             <filterpriority>1</filterpriority>
  6808.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6809.         </member>
  6810.         <member name="P:System.Drawing.Pens.LightSlateGray">
  6811.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6812.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6813.             <filterpriority>1</filterpriority>
  6814.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6815.         </member>
  6816.         <member name="P:System.Drawing.Pens.LightSteelBlue">
  6817.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6818.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6819.             <filterpriority>1</filterpriority>
  6820.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6821.         </member>
  6822.         <member name="P:System.Drawing.Pens.LightYellow">
  6823.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6824.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6825.             <filterpriority>1</filterpriority>
  6826.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6827.         </member>
  6828.         <member name="P:System.Drawing.Pens.Lime">
  6829.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6830.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6831.             <filterpriority>1</filterpriority>
  6832.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6833.         </member>
  6834.         <member name="P:System.Drawing.Pens.LimeGreen">
  6835.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6836.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6837.             <filterpriority>1</filterpriority>
  6838.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6839.         </member>
  6840.         <member name="P:System.Drawing.Pens.Linen">
  6841.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6842.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6843.             <filterpriority>1</filterpriority>
  6844.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6845.         </member>
  6846.         <member name="P:System.Drawing.Pens.Magenta">
  6847.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6848.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6849.             <filterpriority>1</filterpriority>
  6850.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6851.         </member>
  6852.         <member name="P:System.Drawing.Pens.Maroon">
  6853.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6854.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6855.             <filterpriority>1</filterpriority>
  6856.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6857.         </member>
  6858.         <member name="P:System.Drawing.Pens.MediumAquamarine">
  6859.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6860.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6861.             <filterpriority>1</filterpriority>
  6862.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6863.         </member>
  6864.         <member name="P:System.Drawing.Pens.MediumBlue">
  6865.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6866.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6867.             <filterpriority>1</filterpriority>
  6868.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6869.         </member>
  6870.         <member name="P:System.Drawing.Pens.MediumOrchid">
  6871.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6872.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6873.             <filterpriority>1</filterpriority>
  6874.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6875.         </member>
  6876.         <member name="P:System.Drawing.Pens.MediumPurple">
  6877.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6878.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6879.             <filterpriority>1</filterpriority>
  6880.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6881.         </member>
  6882.         <member name="P:System.Drawing.Pens.MediumSeaGreen">
  6883.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6884.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6885.             <filterpriority>1</filterpriority>
  6886.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6887.         </member>
  6888.         <member name="P:System.Drawing.Pens.MediumSlateBlue">
  6889.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6890.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6891.             <filterpriority>1</filterpriority>
  6892.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6893.         </member>
  6894.         <member name="P:System.Drawing.Pens.MediumSpringGreen">
  6895.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6896.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6897.             <filterpriority>1</filterpriority>
  6898.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6899.         </member>
  6900.         <member name="P:System.Drawing.Pens.MediumTurquoise">
  6901.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6902.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6903.             <filterpriority>1</filterpriority>
  6904.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6905.         </member>
  6906.         <member name="P:System.Drawing.Pens.MediumVioletRed">
  6907.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6908.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6909.             <filterpriority>1</filterpriority>
  6910.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6911.         </member>
  6912.         <member name="P:System.Drawing.Pens.MidnightBlue">
  6913.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6914.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6915.             <filterpriority>1</filterpriority>
  6916.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6917.         </member>
  6918.         <member name="P:System.Drawing.Pens.MintCream">
  6919.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6920.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6921.             <filterpriority>1</filterpriority>
  6922.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6923.         </member>
  6924.         <member name="P:System.Drawing.Pens.MistyRose">
  6925.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6926.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6927.             <filterpriority>1</filterpriority>
  6928.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6929.         </member>
  6930.         <member name="P:System.Drawing.Pens.Moccasin">
  6931.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6932.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6933.             <filterpriority>1</filterpriority>
  6934.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6935.         </member>
  6936.         <member name="P:System.Drawing.Pens.NavajoWhite">
  6937.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6938.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6939.             <filterpriority>1</filterpriority>
  6940.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6941.         </member>
  6942.         <member name="P:System.Drawing.Pens.Navy">
  6943.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6944.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6945.             <filterpriority>1</filterpriority>
  6946.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6947.         </member>
  6948.         <member name="P:System.Drawing.Pens.OldLace">
  6949.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6950.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6951.             <filterpriority>1</filterpriority>
  6952.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6953.         </member>
  6954.         <member name="P:System.Drawing.Pens.Olive">
  6955.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6956.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6957.             <filterpriority>1</filterpriority>
  6958.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6959.         </member>
  6960.         <member name="P:System.Drawing.Pens.OliveDrab">
  6961.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6962.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6963.             <filterpriority>1</filterpriority>
  6964.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6965.         </member>
  6966.         <member name="P:System.Drawing.Pens.Orange">
  6967.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6968.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6969.             <filterpriority>1</filterpriority>
  6970.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6971.         </member>
  6972.         <member name="P:System.Drawing.Pens.OrangeRed">
  6973.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6974.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6975.             <filterpriority>1</filterpriority>
  6976.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6977.         </member>
  6978.         <member name="P:System.Drawing.Pens.Orchid">
  6979.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6980.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6981.             <filterpriority>1</filterpriority>
  6982.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6983.         </member>
  6984.         <member name="P:System.Drawing.Pens.PaleGoldenrod">
  6985.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6986.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6987.             <filterpriority>1</filterpriority>
  6988.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6989.         </member>
  6990.         <member name="P:System.Drawing.Pens.PaleGreen">
  6991.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6992.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6993.             <filterpriority>1</filterpriority>
  6994.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  6995.         </member>
  6996.         <member name="P:System.Drawing.Pens.PaleTurquoise">
  6997.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  6998.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  6999.             <filterpriority>1</filterpriority>
  7000.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7001.         </member>
  7002.         <member name="P:System.Drawing.Pens.PaleVioletRed">
  7003.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7004.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7005.             <filterpriority>1</filterpriority>
  7006.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7007.         </member>
  7008.         <member name="P:System.Drawing.Pens.PapayaWhip">
  7009.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7010.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7011.             <filterpriority>1</filterpriority>
  7012.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7013.         </member>
  7014.         <member name="P:System.Drawing.Pens.PeachPuff">
  7015.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7016.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7017.             <filterpriority>1</filterpriority>
  7018.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7019.         </member>
  7020.         <member name="P:System.Drawing.Pens.Peru">
  7021.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7022.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7023.             <filterpriority>1</filterpriority>
  7024.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7025.         </member>
  7026.         <member name="P:System.Drawing.Pens.Pink">
  7027.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7028.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7029.             <filterpriority>1</filterpriority>
  7030.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7031.         </member>
  7032.         <member name="P:System.Drawing.Pens.Plum">
  7033.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7034.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7035.             <filterpriority>1</filterpriority>
  7036.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7037.         </member>
  7038.         <member name="P:System.Drawing.Pens.PowderBlue">
  7039.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7040.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7041.             <filterpriority>1</filterpriority>
  7042.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7043.         </member>
  7044.         <member name="P:System.Drawing.Pens.Purple">
  7045.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7046.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7047.             <filterpriority>1</filterpriority>
  7048.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7049.         </member>
  7050.         <member name="P:System.Drawing.Pens.Red">
  7051.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7052.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7053.             <filterpriority>1</filterpriority>
  7054.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7055.         </member>
  7056.         <member name="P:System.Drawing.Pens.RosyBrown">
  7057.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7058.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7059.             <filterpriority>1</filterpriority>
  7060.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7061.         </member>
  7062.         <member name="P:System.Drawing.Pens.RoyalBlue">
  7063.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7064.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7065.             <filterpriority>1</filterpriority>
  7066.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7067.         </member>
  7068.         <member name="P:System.Drawing.Pens.SaddleBrown">
  7069.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7070.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7071.             <filterpriority>1</filterpriority>
  7072.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7073.         </member>
  7074.         <member name="P:System.Drawing.Pens.Salmon">
  7075.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7076.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7077.             <filterpriority>1</filterpriority>
  7078.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7079.         </member>
  7080.         <member name="P:System.Drawing.Pens.SandyBrown">
  7081.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7082.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7083.             <filterpriority>1</filterpriority>
  7084.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7085.         </member>
  7086.         <member name="P:System.Drawing.Pens.SeaGreen">
  7087.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7088.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7089.             <filterpriority>1</filterpriority>
  7090.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7091.         </member>
  7092.         <member name="P:System.Drawing.Pens.SeaShell">
  7093.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7094.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7095.             <filterpriority>1</filterpriority>
  7096.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7097.         </member>
  7098.         <member name="P:System.Drawing.Pens.Sienna">
  7099.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7100.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7101.             <filterpriority>1</filterpriority>
  7102.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7103.         </member>
  7104.         <member name="P:System.Drawing.Pens.Silver">
  7105.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7106.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7107.             <filterpriority>1</filterpriority>
  7108.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7109.         </member>
  7110.         <member name="P:System.Drawing.Pens.SkyBlue">
  7111.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7112.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7113.             <filterpriority>1</filterpriority>
  7114.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7115.         </member>
  7116.         <member name="P:System.Drawing.Pens.SlateBlue">
  7117.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7118.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7119.             <filterpriority>1</filterpriority>
  7120.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7121.         </member>
  7122.         <member name="P:System.Drawing.Pens.SlateGray">
  7123.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7124.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7125.             <filterpriority>1</filterpriority>
  7126.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7127.         </member>
  7128.         <member name="P:System.Drawing.Pens.Snow">
  7129.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7130.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7131.             <filterpriority>1</filterpriority>
  7132.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7133.         </member>
  7134.         <member name="P:System.Drawing.Pens.SpringGreen">
  7135.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7136.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7137.             <filterpriority>1</filterpriority>
  7138.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7139.         </member>
  7140.         <member name="P:System.Drawing.Pens.SteelBlue">
  7141.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7142.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7143.             <filterpriority>1</filterpriority>
  7144.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7145.         </member>
  7146.         <member name="P:System.Drawing.Pens.Tan">
  7147.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7148.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7149.             <filterpriority>1</filterpriority>
  7150.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7151.         </member>
  7152.         <member name="P:System.Drawing.Pens.Teal">
  7153.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7154.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7155.             <filterpriority>1</filterpriority>
  7156.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7157.         </member>
  7158.         <member name="P:System.Drawing.Pens.Thistle">
  7159.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7160.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7161.             <filterpriority>1</filterpriority>
  7162.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7163.         </member>
  7164.         <member name="P:System.Drawing.Pens.Tomato">
  7165.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7166.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7167.             <filterpriority>1</filterpriority>
  7168.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7169.         </member>
  7170.         <member name="P:System.Drawing.Pens.Transparent">
  7171.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7172.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7173.             <filterpriority>1</filterpriority>
  7174.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7175.         </member>
  7176.         <member name="P:System.Drawing.Pens.Turquoise">
  7177.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7178.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7179.             <filterpriority>1</filterpriority>
  7180.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7181.         </member>
  7182.         <member name="P:System.Drawing.Pens.Violet">
  7183.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7184.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7185.             <filterpriority>1</filterpriority>
  7186.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7187.         </member>
  7188.         <member name="P:System.Drawing.Pens.Wheat">
  7189.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7190.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7191.             <filterpriority>1</filterpriority>
  7192.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7193.         </member>
  7194.         <member name="P:System.Drawing.Pens.White">
  7195.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7196.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7197.             <filterpriority>1</filterpriority>
  7198.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7199.         </member>
  7200.         <member name="P:System.Drawing.Pens.WhiteSmoke">
  7201.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7202.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7203.             <filterpriority>1</filterpriority>
  7204.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7205.         </member>
  7206.         <member name="P:System.Drawing.Pens.Yellow">
  7207.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7208.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7209.             <filterpriority>1</filterpriority>
  7210.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7211.         </member>
  7212.         <member name="P:System.Drawing.Pens.YellowGreen">
  7213.             <summary>A system-defined <see cref="T:System.Drawing.Pen"></see> object with a width of 1.</summary>
  7214.             <returns>A <see cref="T:System.Drawing.Pen"></see> object set to a system-defined color.</returns>
  7215.             <filterpriority>1</filterpriority>
  7216.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  7217.         </member>
  7218.         <member name="T:System.Drawing.Point">
  7219.             <summary>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
  7220.             <filterpriority>1</filterpriority>
  7221.         </member>
  7222.         <member name="M:System.Drawing.Point.#ctor(System.Int32)">
  7223.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class using coordinates specified by an integer value.</summary>
  7224.             <param name="dw">A 32-bit integer that specifies the coordinates for the new <see cref="T:System.Drawing.Point"></see>. </param>
  7225.         </member>
  7226.         <member name="M:System.Drawing.Point.#ctor(System.Drawing.Size)">
  7227.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class from a <see cref="T:System.Drawing.Size"></see>.</summary>
  7228.             <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the coordinates for the new <see cref="T:System.Drawing.Point"></see>. </param>
  7229.         </member>
  7230.         <member name="M:System.Drawing.Point.#ctor(System.Int32,System.Int32)">
  7231.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class with the specified coordinates.</summary>
  7232.             <param name="y">The vertical position of the point. </param>
  7233.             <param name="x">The horizontal position of the point. </param>
  7234.         </member>
  7235.         <member name="F:System.Drawing.Point.Empty">
  7236.             <summary>Represents a <see cref="T:System.Drawing.Point"></see> that is null.</summary>
  7237.             <filterpriority>1</filterpriority>
  7238.         </member>
  7239.         <member name="M:System.Drawing.Point.Add(System.Drawing.Point,System.Drawing.Size)">
  7240.             <summary>Adds the specified <see cref="T:System.Drawing.Size"></see> to the specified <see cref="T:System.Drawing.Point"></see>.</summary>
  7241.             <returns>The <see cref="T:System.Drawing.Point"></see> that is the result of the addition operation.</returns>
  7242.             <param name="sz">The <see cref="T:System.Drawing.Size"></see> to add</param>
  7243.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> to add.</param>
  7244.         </member>
  7245.         <member name="M:System.Drawing.Point.Ceiling(System.Drawing.PointF)">
  7246.             <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> by rounding the values of the <see cref="T:System.Drawing.PointF"></see> to the next higher integer values.</summary>
  7247.             <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
  7248.             <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert. </param>
  7249.             <filterpriority>1</filterpriority>
  7250.         </member>
  7251.         <member name="M:System.Drawing.Point.Equals(System.Object)">
  7252.             <summary>Specifies whether this <see cref="T:System.Drawing.Point"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
  7253.             <returns>true if obj is a <see cref="T:System.Drawing.Point"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
  7254.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  7255.             <filterpriority>1</filterpriority>
  7256.         </member>
  7257.         <member name="M:System.Drawing.Point.GetHashCode">
  7258.             <summary>Returns a hash code for this <see cref="T:System.Drawing.Point"></see>.</summary>
  7259.             <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Point"></see>.</returns>
  7260.             <filterpriority>1</filterpriority>
  7261.         </member>
  7262.         <member name="M:System.Drawing.Point.Offset(System.Drawing.Point)">
  7263.             <summary>Translates this <see cref="T:System.Drawing.Point"></see> by the specified <see cref="T:System.Drawing.Point"></see>.</summary>
  7264.             <param name="p">The <see cref="T:System.Drawing.Point"></see> used offset this <see cref="T:System.Drawing.Point"></see>.</param>
  7265.         </member>
  7266.         <member name="M:System.Drawing.Point.Offset(System.Int32,System.Int32)">
  7267.             <summary>Translates this <see cref="T:System.Drawing.Point"></see> by the specified amount.</summary>
  7268.             <returns>This method does not return a value.</returns>
  7269.             <param name="dx">The amount to offset the x-coordinate. </param>
  7270.             <param name="dy">The amount to offset the y-coordinate. </param>
  7271.             <filterpriority>1</filterpriority>
  7272.         </member>
  7273.         <member name="M:System.Drawing.Point.op_Addition(System.Drawing.Point,System.Drawing.Size)">
  7274.             <summary>Translates a <see cref="T:System.Drawing.Point"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
  7275.             <returns>The translated <see cref="T:System.Drawing.Point"></see>.</returns>
  7276.             <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt. </param>
  7277.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate. </param>
  7278.             <filterpriority>3</filterpriority>
  7279.         </member>
  7280.         <member name="M:System.Drawing.Point.op_Equality(System.Drawing.Point,System.Drawing.Point)">
  7281.             <summary>Compares two <see cref="T:System.Drawing.Point"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are equal.</summary>
  7282.             <returns>true if the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> values of left and right are equal; otherwise, false.</returns>
  7283.             <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare. </param>
  7284.             <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare. </param>
  7285.             <filterpriority>3</filterpriority>
  7286.         </member>
  7287.         <member name="M:System.Drawing.Point.op_Explicit(System.Drawing.Point)~System.Drawing.Size">
  7288.             <summary>Converts the specified <see cref="T:System.Drawing.Point"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure.</summary>
  7289.             <returns>The <see cref="T:System.Drawing.Size"></see> that results from the conversion.</returns>
  7290.             <param name="p">The <see cref="T:System.Drawing.Point"></see> to be converted.</param>
  7291.             <filterpriority>3</filterpriority>
  7292.         </member>
  7293.         <member name="M:System.Drawing.Point.op_Implicit(System.Drawing.Point)~System.Drawing.PointF">
  7294.             <summary>Converts the specified <see cref="T:System.Drawing.Point"></see> structure to a <see cref="T:System.Drawing.PointF"></see> structure.</summary>
  7295.             <returns>The <see cref="T:System.Drawing.PointF"></see> that results from the conversion.</returns>
  7296.             <param name="p">The <see cref="T:System.Drawing.Point"></see> to be converted.</param>
  7297.             <filterpriority>3</filterpriority>
  7298.         </member>
  7299.         <member name="M:System.Drawing.Point.op_Inequality(System.Drawing.Point,System.Drawing.Point)">
  7300.             <summary>Compares two <see cref="T:System.Drawing.Point"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> or <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are unequal.</summary>
  7301.             <returns>true if the values of either the <see cref="P:System.Drawing.Point.X"></see> properties or the <see cref="P:System.Drawing.Point.Y"></see> properties of left and right differ; otherwise, false.</returns>
  7302.             <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare. </param>
  7303.             <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare. </param>
  7304.             <filterpriority>3</filterpriority>
  7305.         </member>
  7306.         <member name="M:System.Drawing.Point.op_Subtraction(System.Drawing.Point,System.Drawing.Size)">
  7307.             <summary>Translates a <see cref="T:System.Drawing.Point"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
  7308.             <returns>A <see cref="T:System.Drawing.Point"></see> structure that is translated by the negative of a given <see cref="T:System.Drawing.Size"></see> structure.</returns>
  7309.             <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to subtract from the coordinates of pt. </param>
  7310.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate. </param>
  7311.             <filterpriority>3</filterpriority>
  7312.         </member>
  7313.         <member name="M:System.Drawing.Point.Round(System.Drawing.PointF)">
  7314.             <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> object by rounding the <see cref="T:System.Drawing.Point"></see> values to the nearest integer.</summary>
  7315.             <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
  7316.             <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert. </param>
  7317.             <filterpriority>1</filterpriority>
  7318.         </member>
  7319.         <member name="M:System.Drawing.Point.Subtract(System.Drawing.Point,System.Drawing.Size)">
  7320.             <summary>Returns the result of subtracting specified <see cref="T:System.Drawing.Size"></see> from the specified <see cref="T:System.Drawing.Point"></see>.</summary>
  7321.             <returns>The <see cref="T:System.Drawing.Point"></see> that is the result of the subtraction operation.</returns>
  7322.             <param name="sz">The <see cref="T:System.Drawing.Size"></see> to subtract from the <see cref="T:System.Drawing.Point"></see>.</param>
  7323.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> to be subtracted from. </param>
  7324.         </member>
  7325.         <member name="M:System.Drawing.Point.ToString">
  7326.             <summary>Converts this <see cref="T:System.Drawing.Point"></see> to a human-readable string.</summary>
  7327.             <returns>A string that represents this <see cref="T:System.Drawing.Point"></see>.</returns>
  7328.             <filterpriority>1</filterpriority>
  7329.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  7330.         </member>
  7331.         <member name="M:System.Drawing.Point.Truncate(System.Drawing.PointF)">
  7332.             <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> by truncating the values of the <see cref="T:System.Drawing.Point"></see>.</summary>
  7333.             <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
  7334.             <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert. </param>
  7335.             <filterpriority>1</filterpriority>
  7336.         </member>
  7337.         <member name="P:System.Drawing.Point.IsEmpty">
  7338.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Point"></see> is empty.</summary>
  7339.             <returns>true if both <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> are 0; otherwise, false.</returns>
  7340.             <filterpriority>1</filterpriority>
  7341.         </member>
  7342.         <member name="P:System.Drawing.Point.X">
  7343.             <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.Point"></see>.</summary>
  7344.             <returns>The x-coordinate of this <see cref="T:System.Drawing.Point"></see>.</returns>
  7345.             <filterpriority>1</filterpriority>
  7346.         </member>
  7347.         <member name="P:System.Drawing.Point.Y">
  7348.             <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</summary>
  7349.             <returns>The y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</returns>
  7350.             <filterpriority>1</filterpriority>
  7351.         </member>
  7352.         <member name="T:System.Drawing.PointConverter">
  7353.             <summary>Converts a <see cref="T:System.Drawing.Point"></see> object from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see> object.</summary>
  7354.             <filterpriority>1</filterpriority>
  7355.         </member>
  7356.         <member name="M:System.Drawing.PointConverter.#ctor">
  7357.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointConverter"></see> class.</summary>
  7358.         </member>
  7359.         <member name="M:System.Drawing.PointConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7360.             <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
  7361.             <returns>true if this object can perform the conversion; otherwise, false.</returns>
  7362.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7363.             <param name="sourceType">The type you want to convert from. </param>
  7364.             <filterpriority>1</filterpriority>
  7365.         </member>
  7366.         <member name="M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7367.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  7368.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  7369.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object that provides a format context. </param>
  7370.             <param name="destinationType">A <see cref="T:System.Type"></see> object that represents the type you want to convert to. </param>
  7371.             <filterpriority>1</filterpriority>
  7372.         </member>
  7373.         <member name="M:System.Drawing.PointConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  7374.             <summary>Converts the specified object to a <see cref="T:System.Drawing.Point"></see> object.</summary>
  7375.             <returns>The converted object. </returns>
  7376.             <param name="culture">An object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  7377.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7378.             <param name="value">The object to convert. </param>
  7379.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  7380.             <filterpriority>1</filterpriority>
  7381.         </member>
  7382.         <member name="M:System.Drawing.PointConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  7383.             <summary>Converts the specified object to the specified type.</summary>
  7384.             <returns>The converted object.</returns>
  7385.             <param name="culture">An object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  7386.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7387.             <param name="destinationType">The type to convert the object to. </param>
  7388.             <param name="value">The object to convert. </param>
  7389.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  7390.             <filterpriority>1</filterpriority>
  7391.         </member>
  7392.         <member name="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  7393.             <summary>Creates an instance of this type given a set of property values for the object.</summary>
  7394.             <returns>The newly created object, or null if the object could not be created. The default implementation returns null.</returns>
  7395.             <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from <see cref="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see>. </param>
  7396.             <param name="context">A type descriptor through which additional context can be provided. </param>
  7397.             <filterpriority>1</filterpriority>
  7398.         </member>
  7399.         <member name="M:System.Drawing.PointConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  7400.             <summary>Determines if changing a value on this object should require a call to <see cref="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> to create a new value.</summary>
  7401.             <returns>true if the <see cref="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> method should be called when a change is made to one or more properties of this object; otherwise, false.</returns>
  7402.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  7403.             <filterpriority>1</filterpriority>
  7404.         </member>
  7405.         <member name="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  7406.             <summary>Retrieves the set of properties for this type. By default, a type does not return any properties. </summary>
  7407.             <returns>The set of properties that are exposed for this data type. If no properties are exposed, this method might return null. The default implementation always returns null.</returns>
  7408.             <param name="context">A type descriptor through which additional context can be provided. </param>
  7409.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties. </param>
  7410.             <param name="value">The value of the object to get the properties for. </param>
  7411.             <filterpriority>1</filterpriority>
  7412.         </member>
  7413.         <member name="M:System.Drawing.PointConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7414.             <summary>Determines if this object supports properties. By default, this is false.</summary>
  7415.             <returns>true if <see cref="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> should be called to find the properties of this object; otherwise, false.</returns>
  7416.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  7417.             <filterpriority>1</filterpriority>
  7418.         </member>
  7419.         <member name="T:System.Drawing.PointF">
  7420.             <summary>Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
  7421.             <filterpriority>1</filterpriority>
  7422.         </member>
  7423.         <member name="M:System.Drawing.PointF.#ctor(System.Single,System.Single)">
  7424.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointF"></see> class with the specified coordinates.</summary>
  7425.             <param name="y">The vertical position of the point. </param>
  7426.             <param name="x">The horizontal position of the point. </param>
  7427.         </member>
  7428.         <member name="F:System.Drawing.PointF.Empty">
  7429.             <summary>Represents a new instance of the <see cref="T:System.Drawing.PointF"></see> class with member data left uninitialized.</summary>
  7430.             <filterpriority>1</filterpriority>
  7431.         </member>
  7432.         <member name="M:System.Drawing.PointF.Add(System.Drawing.PointF,System.Drawing.Size)">
  7433.             <summary>Translates a given <see cref="T:System.Drawing.PointF"></see> by the specified <see cref="T:System.Drawing.Size"></see>.</summary>
  7434.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7435.             <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to add to the coordinates of pt.</param>
  7436.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7437.         </member>
  7438.         <member name="M:System.Drawing.PointF.Add(System.Drawing.PointF,System.Drawing.SizeF)">
  7439.             <summary>Translates a given <see cref="T:System.Drawing.PointF"></see> by a specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
  7440.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7441.             <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the coordinates of pt.</param>
  7442.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7443.         </member>
  7444.         <member name="M:System.Drawing.PointF.Equals(System.Object)">
  7445.             <summary>Specifies whether this <see cref="T:System.Drawing.PointF"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
  7446.             <returns>This method returns true if obj is a <see cref="T:System.Drawing.PointF"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
  7447.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  7448.             <filterpriority>1</filterpriority>
  7449.         </member>
  7450.         <member name="M:System.Drawing.PointF.GetHashCode">
  7451.             <summary>Returns a hash code for this <see cref="T:System.Drawing.PointF"></see> structure.</summary>
  7452.             <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.PointF"></see> structure.</returns>
  7453.             <filterpriority>1</filterpriority>
  7454.         </member>
  7455.         <member name="M:System.Drawing.PointF.op_Addition(System.Drawing.PointF,System.Drawing.Size)">
  7456.             <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
  7457.             <returns>Returns the translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7458.             <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt. </param>
  7459.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate. </param>
  7460.             <filterpriority>3</filterpriority>
  7461.         </member>
  7462.         <member name="M:System.Drawing.PointF.op_Addition(System.Drawing.PointF,System.Drawing.SizeF)">
  7463.             <summary>Translates the <see cref="T:System.Drawing.PointF"></see> by the specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
  7464.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7465.             <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the x- and y-coordinates of the <see cref="T:System.Drawing.PointF"></see>.</param>
  7466.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7467.         </member>
  7468.         <member name="M:System.Drawing.PointF.op_Equality(System.Drawing.PointF,System.Drawing.PointF)">
  7469.             <summary>Compares two <see cref="T:System.Drawing.PointF"></see> structures. The result specifies whether the values of the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> properties of the two <see cref="T:System.Drawing.PointF"></see> structures are equal.</summary>
  7470.             <returns>true if the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of the left and right <see cref="T:System.Drawing.PointF"></see> structures are equal; otherwise, false.</returns>
  7471.             <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare. </param>
  7472.             <param name="left">A <see cref="T:System.Drawing.PointF"></see> to compare. </param>
  7473.             <filterpriority>3</filterpriority>
  7474.         </member>
  7475.         <member name="M:System.Drawing.PointF.op_Inequality(System.Drawing.PointF,System.Drawing.PointF)">
  7476.             <summary>Determines whether the coordinates of the specified points are not equal.</summary>
  7477.             <returns>true to indicate the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of left and right are not equal; otherwise, false. </returns>
  7478.             <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
  7479.             <param name="left">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
  7480.             <filterpriority>3</filterpriority>
  7481.         </member>
  7482.         <member name="M:System.Drawing.PointF.op_Subtraction(System.Drawing.PointF,System.Drawing.Size)">
  7483.             <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
  7484.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7485.             <param name="sz">A <see cref="T:System.Drawing.PointF"></see> to compare. </param>
  7486.             <param name="pt">A <see cref="T:System.Drawing.PointF"></see> to compare. </param>
  7487.             <filterpriority>3</filterpriority>
  7488.         </member>
  7489.         <member name="M:System.Drawing.PointF.op_Subtraction(System.Drawing.PointF,System.Drawing.SizeF)">
  7490.             <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified <see cref="T:System.Drawing.SizeF"></see>. </summary>
  7491.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7492.             <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
  7493.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7494.         </member>
  7495.         <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.Size)">
  7496.             <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
  7497.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7498.             <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
  7499.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7500.         </member>
  7501.         <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.SizeF)">
  7502.             <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
  7503.             <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
  7504.             <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
  7505.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
  7506.         </member>
  7507.         <member name="M:System.Drawing.PointF.ToString">
  7508.             <summary>Converts this <see cref="T:System.Drawing.PointF"></see> to a human readable string.</summary>
  7509.             <returns>A string that represents this <see cref="T:System.Drawing.PointF"></see>.</returns>
  7510.             <filterpriority>1</filterpriority>
  7511.         </member>
  7512.         <member name="P:System.Drawing.PointF.IsEmpty">
  7513.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.PointF"></see> is empty.</summary>
  7514.             <returns>true if both <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> are 0; otherwise, false.</returns>
  7515.             <filterpriority>1</filterpriority>
  7516.         </member>
  7517.         <member name="P:System.Drawing.PointF.X">
  7518.             <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
  7519.             <returns>The x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
  7520.             <filterpriority>1</filterpriority>
  7521.         </member>
  7522.         <member name="P:System.Drawing.PointF.Y">
  7523.             <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
  7524.             <returns>The y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
  7525.             <filterpriority>1</filterpriority>
  7526.         </member>
  7527.         <member name="T:System.Drawing.Rectangle">
  7528.             <summary>Stores a set of four integers that represent the location and size of a rectangle. For more advanced region functions, use a <see cref="T:System.Drawing.Region"></see> object.</summary>
  7529.             <filterpriority>1</filterpriority>
  7530.         </member>
  7531.         <member name="M:System.Drawing.Rectangle.#ctor(System.Drawing.Point,System.Drawing.Size)">
  7532.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Rectangle"></see> class with the specified location and size.</summary>
  7533.             <param name="size">A <see cref="T:System.Drawing.Size"></see> that represents the width and height of the rectangular region. </param>
  7534.             <param name="location">A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of the rectangular region. </param>
  7535.         </member>
  7536.         <member name="M:System.Drawing.Rectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  7537.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Rectangle"></see> class with the specified location and size.</summary>
  7538.             <param name="y">The y-coordinate of the upper-left corner of the rectangle. </param>
  7539.             <param name="width">The width of the rectangle. </param>
  7540.             <param name="height">The height of the rectangle. </param>
  7541.             <param name="x">The x-coordinate of the upper-left corner of the rectangle. </param>
  7542.         </member>
  7543.         <member name="F:System.Drawing.Rectangle.Empty">
  7544.             <summary>Represents a <see cref="T:System.Drawing.Rectangle"></see> structure with its properties left uninitialized.</summary>
  7545.             <filterpriority>1</filterpriority>
  7546.         </member>
  7547.         <member name="M:System.Drawing.Rectangle.Ceiling(System.Drawing.RectangleF)">
  7548.             <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> structure to a <see cref="T:System.Drawing.Rectangle"></see> structure by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the next higher integer values.</summary>
  7549.             <returns>Returns a <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7550.             <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> structure to be converted. </param>
  7551.             <filterpriority>1</filterpriority>
  7552.         </member>
  7553.         <member name="M:System.Drawing.Rectangle.Contains(System.Drawing.Point)">
  7554.             <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7555.             <returns>This method returns true if the point represented by pt is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise false.</returns>
  7556.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> to test. </param>
  7557.             <filterpriority>1</filterpriority>
  7558.         </member>
  7559.         <member name="M:System.Drawing.Rectangle.Contains(System.Drawing.Rectangle)">
  7560.             <summary>Determines if the rectangular region represented by rect is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7561.             <returns>This method returns true if the rectangular region represented by rect is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise false.</returns>
  7562.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> to test. </param>
  7563.             <filterpriority>1</filterpriority>
  7564.         </member>
  7565.         <member name="M:System.Drawing.Rectangle.Contains(System.Int32,System.Int32)">
  7566.             <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7567.             <returns>This method returns true if the point defined by x and y is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise false.</returns>
  7568.             <param name="y">The y-coordinate of the point to test. </param>
  7569.             <param name="x">The x-coordinate of the point to test. </param>
  7570.             <filterpriority>1</filterpriority>
  7571.         </member>
  7572.         <member name="M:System.Drawing.Rectangle.Equals(System.Object)">
  7573.             <summary>Tests whether obj is a <see cref="T:System.Drawing.Rectangle"></see> structure with the same location and size of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7574.             <returns>This method returns true if obj is a <see cref="T:System.Drawing.Rectangle"></see> structure and its <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties are equal to the corresponding properties of this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise, false.</returns>
  7575.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  7576.             <filterpriority>1</filterpriority>
  7577.         </member>
  7578.         <member name="M:System.Drawing.Rectangle.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)">
  7579.             <summary>Creates a <see cref="T:System.Drawing.Rectangle"></see> structure with the specified edge locations.</summary>
  7580.             <returns>The new <see cref="T:System.Drawing.Rectangle"></see> that this method creates.</returns>
  7581.             <param name="right">The x-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. </param>
  7582.             <param name="bottom">The y-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. </param>
  7583.             <param name="left">The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. </param>
  7584.             <param name="top">The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. </param>
  7585.             <filterpriority>1</filterpriority>
  7586.         </member>
  7587.         <member name="M:System.Drawing.Rectangle.GetHashCode">
  7588.             <summary>Returns the hash code for this <see cref="T:System.Drawing.Rectangle"></see> structure. For information about the use of hash codes, see <see cref="M:System.Object.GetHashCode"></see> .</summary>
  7589.             <returns>An integer that represents the hash code for this rectangle.</returns>
  7590.             <filterpriority>1</filterpriority>
  7591.         </member>
  7592.         <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Size)">
  7593.             <summary>Inflates this <see cref="T:System.Drawing.Rectangle"></see> by the specified amount.</summary>
  7594.             <param name="size">The amount to inflate this rectangle. </param>
  7595.             <filterpriority>1</filterpriority>
  7596.         </member>
  7597.         <member name="M:System.Drawing.Rectangle.Inflate(System.Int32,System.Int32)">
  7598.             <summary>Inflates this <see cref="T:System.Drawing.Rectangle"></see> by the specified amount.</summary>
  7599.             <param name="width">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally. </param>
  7600.             <param name="height">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically. </param>
  7601.             <filterpriority>1</filterpriority>
  7602.         </member>
  7603.         <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Rectangle,System.Int32,System.Int32)">
  7604.             <summary>Creates and returns an inflated copy of the specified <see cref="T:System.Drawing.Rectangle"></see> structure. The copy is inflated by the specified amount. The original <see cref="T:System.Drawing.Rectangle"></see> structure remains unmodified.</summary>
  7605.             <returns>The inflated <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7606.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to start. This rectangle is not modified. </param>
  7607.             <param name="y">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically. </param>
  7608.             <param name="x">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally. </param>
  7609.             <filterpriority>1</filterpriority>
  7610.         </member>
  7611.         <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle)">
  7612.             <summary>Replaces this <see cref="T:System.Drawing.Rectangle"></see> with the intersection of itself and the specified <see cref="T:System.Drawing.Rectangle"></see>.</summary>
  7613.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to intersect. </param>
  7614.             <filterpriority>1</filterpriority>
  7615.         </member>
  7616.         <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle,System.Drawing.Rectangle)">
  7617.             <summary>Returns a third <see cref="T:System.Drawing.Rectangle"></see> structure that represents the intersection of two other <see cref="T:System.Drawing.Rectangle"></see> structures. If there is no intersection, an empty <see cref="T:System.Drawing.Rectangle"></see> is returned.</summary>
  7618.             <returns>A <see cref="T:System.Drawing.Rectangle"></see> that represents the intersection of a and b.</returns>
  7619.             <param name="a">A rectangle to intersect. </param>
  7620.             <param name="b">A rectangle to intersect. </param>
  7621.             <filterpriority>1</filterpriority>
  7622.         </member>
  7623.         <member name="M:System.Drawing.Rectangle.IntersectsWith(System.Drawing.Rectangle)">
  7624.             <summary>Determines if this rectangle intersects with rect.</summary>
  7625.             <returns>This method returns true if there is any intersection, otherwise false.</returns>
  7626.             <param name="rect">The rectangle to test. </param>
  7627.             <filterpriority>1</filterpriority>
  7628.         </member>
  7629.         <member name="M:System.Drawing.Rectangle.Offset(System.Drawing.Point)">
  7630.             <summary>Adjusts the location of this rectangle by the specified amount.</summary>
  7631.             <param name="pos">Amount to offset the location. </param>
  7632.             <filterpriority>1</filterpriority>
  7633.         </member>
  7634.         <member name="M:System.Drawing.Rectangle.Offset(System.Int32,System.Int32)">
  7635.             <summary>Adjusts the location of this rectangle by the specified amount.</summary>
  7636.             <param name="y">The vertical offset. </param>
  7637.             <param name="x">The horizontal offset. </param>
  7638.             <filterpriority>1</filterpriority>
  7639.         </member>
  7640.         <member name="M:System.Drawing.Rectangle.op_Equality(System.Drawing.Rectangle,System.Drawing.Rectangle)">
  7641.             <summary>Tests whether two <see cref="T:System.Drawing.Rectangle"></see> structures have equal location and size.</summary>
  7642.             <returns>This operator returns true if the two <see cref="T:System.Drawing.Rectangle"></see> structures have equal <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties.</returns>
  7643.             <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the equality operator. </param>
  7644.             <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the equality operator. </param>
  7645.             <filterpriority>3</filterpriority>
  7646.         </member>
  7647.         <member name="M:System.Drawing.Rectangle.op_Inequality(System.Drawing.Rectangle,System.Drawing.Rectangle)">
  7648.             <summary>Tests whether two <see cref="T:System.Drawing.Rectangle"></see> structures differ in location or size.</summary>
  7649.             <returns>This operator returns true if any of the <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see> or <see cref="P:System.Drawing.Rectangle.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise false.</returns>
  7650.             <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the inequality operator. </param>
  7651.             <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the inequality operator. </param>
  7652.             <filterpriority>3</filterpriority>
  7653.         </member>
  7654.         <member name="M:System.Drawing.Rectangle.Round(System.Drawing.RectangleF)">
  7655.             <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the nearest integer values.</summary>
  7656.             <returns>A <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7657.             <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted. </param>
  7658.             <filterpriority>1</filterpriority>
  7659.         </member>
  7660.         <member name="M:System.Drawing.Rectangle.ToString">
  7661.             <summary>Converts the attributes of this <see cref="T:System.Drawing.Rectangle"></see> to a human-readable string.</summary>
  7662.             <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.Rectangle"></see> structure ┬╛ for example, {X=20, Y=20, Width=100, Height=50} </returns>
  7663.             <filterpriority>1</filterpriority>
  7664.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  7665.         </member>
  7666.         <member name="M:System.Drawing.Rectangle.Truncate(System.Drawing.RectangleF)">
  7667.             <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by truncating the <see cref="T:System.Drawing.RectangleF"></see> values.</summary>
  7668.             <returns>A <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7669.             <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted. </param>
  7670.             <filterpriority>1</filterpriority>
  7671.         </member>
  7672.         <member name="M:System.Drawing.Rectangle.Union(System.Drawing.Rectangle,System.Drawing.Rectangle)">
  7673.             <summary>Gets a <see cref="T:System.Drawing.Rectangle"></see> structure that contains the union of two <see cref="T:System.Drawing.Rectangle"></see> structures.</summary>
  7674.             <returns>A <see cref="T:System.Drawing.Rectangle"></see> structure that bounds the union of the two <see cref="T:System.Drawing.Rectangle"></see> structures.</returns>
  7675.             <param name="a">A rectangle to union. </param>
  7676.             <param name="b">A rectangle to union. </param>
  7677.             <filterpriority>1</filterpriority>
  7678.         </member>
  7679.         <member name="P:System.Drawing.Rectangle.Bottom">
  7680.             <summary>Gets the y-coordinate that is the sum of the <see cref="P:System.Drawing.Rectangle.Y"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7681.             <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.Y"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7682.             <filterpriority>1</filterpriority>
  7683.         </member>
  7684.         <member name="P:System.Drawing.Rectangle.Height">
  7685.             <summary>Gets or sets the height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7686.             <returns>The height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7687.             <filterpriority>1</filterpriority>
  7688.         </member>
  7689.         <member name="P:System.Drawing.Rectangle.IsEmpty">
  7690.             <summary>Tests whether all numeric properties of this <see cref="T:System.Drawing.Rectangle"></see> have values of zero.</summary>
  7691.             <returns>This property returns true if the <see cref="P:System.Drawing.Rectangle.Width"></see>, <see cref="P:System.Drawing.Rectangle.Height"></see>, <see cref="P:System.Drawing.Rectangle.X"></see>, and <see cref="P:System.Drawing.Rectangle.Y"></see> properties of this <see cref="T:System.Drawing.Rectangle"></see> all have values of zero; otherwise, false.</returns>
  7692.             <filterpriority>1</filterpriority>
  7693.         </member>
  7694.         <member name="P:System.Drawing.Rectangle.Left">
  7695.             <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7696.             <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7697.             <filterpriority>1</filterpriority>
  7698.         </member>
  7699.         <member name="P:System.Drawing.Rectangle.Location">
  7700.             <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7701.             <returns>A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7702.             <filterpriority>1</filterpriority>
  7703.         </member>
  7704.         <member name="P:System.Drawing.Rectangle.Right">
  7705.             <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7706.             <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  7707.             <filterpriority>1</filterpriority>
  7708.         </member>
  7709.         <member name="P:System.Drawing.Rectangle.Size">
  7710.             <summary>Gets or sets the size of this <see cref="T:System.Drawing.Rectangle"></see>.</summary>
  7711.             <returns>A <see cref="T:System.Drawing.Size"></see> that represents the width and height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7712.             <filterpriority>1</filterpriority>
  7713.         </member>
  7714.         <member name="P:System.Drawing.Rectangle.Top">
  7715.             <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7716.             <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7717.             <filterpriority>1</filterpriority>
  7718.         </member>
  7719.         <member name="P:System.Drawing.Rectangle.Width">
  7720.             <summary>Gets or sets the width of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7721.             <returns>The width of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7722.             <filterpriority>1</filterpriority>
  7723.         </member>
  7724.         <member name="P:System.Drawing.Rectangle.X">
  7725.             <summary>Gets or sets the x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7726.             <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7727.             <filterpriority>1</filterpriority>
  7728.         </member>
  7729.         <member name="P:System.Drawing.Rectangle.Y">
  7730.             <summary>Gets or sets the y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  7731.             <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7732.             <filterpriority>1</filterpriority>
  7733.         </member>
  7734.         <member name="T:System.Drawing.RectangleConverter">
  7735.             <summary>Converts rectangles from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  7736.             <filterpriority>1</filterpriority>
  7737.         </member>
  7738.         <member name="M:System.Drawing.RectangleConverter.#ctor">
  7739.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleConverter"></see> class.</summary>
  7740.         </member>
  7741.         <member name="M:System.Drawing.RectangleConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7742.             <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
  7743.             <returns>This method returns true if this object can perform the conversion; otherwise, false.</returns>
  7744.             <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7745.             <param name="sourceType">The type you want to convert from. </param>
  7746.             <filterpriority>1</filterpriority>
  7747.         </member>
  7748.         <member name="M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7749.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  7750.             <returns>This method returns true if this converter can perform the conversion; otherwise, false.</returns>
  7751.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object that provides a format context. This can be null, so you should always check. Also, properties on the context object can also return null.</param>
  7752.             <param name="destinationType">A <see cref="T:System.Type"></see> object that represents the type you want to convert to. </param>
  7753.             <filterpriority>1</filterpriority>
  7754.         </member>
  7755.         <member name="M:System.Drawing.RectangleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  7756.             <summary>Converts the given object to a <see cref="T:System.Drawing.Rectangle"></see> object.</summary>
  7757.             <returns>The converted object. </returns>
  7758.             <param name="culture">An <see cref="T:System.Globalization.CultureInfo"></see> that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  7759.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7760.             <param name="value">The object to convert. </param>
  7761.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  7762.             <filterpriority>1</filterpriority>
  7763.         </member>
  7764.         <member name="M:System.Drawing.RectangleConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  7765.             <summary>Converts the specified object to the specified type.</summary>
  7766.             <returns>The converted object.</returns>
  7767.             <param name="culture">An <see cref="T:System.Globalization.CultureInfo"></see> that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  7768.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  7769.             <param name="destinationType">The type to convert the object to. </param>
  7770.             <param name="value">The object to convert. </param>
  7771.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  7772.             <filterpriority>1</filterpriority>
  7773.         </member>
  7774.         <member name="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  7775.             <summary>Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable but still want to provide changeable properties.</summary>
  7776.             <returns>The newly created object, or null if the object could not be created. The default implementation returns null.</returns>
  7777.             <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from a call to the <see cref="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> method. </param>
  7778.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be provided. </param>
  7779.             <filterpriority>1</filterpriority>
  7780.         </member>
  7781.         <member name="M:System.Drawing.RectangleConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  7782.             <summary>Determines if changing a value on this object should require a call to <see cref="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> to create a new value.</summary>
  7783.             <returns>This method returns true if <see cref="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> should be called when a change is made to one or more properties of this object; otherwise, false.</returns>
  7784.             <param name="context">A type descriptor through which additional context can be provided. </param>
  7785.             <filterpriority>1</filterpriority>
  7786.         </member>
  7787.         <member name="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  7788.             <summary>Retrieves the set of properties for this type. By default, a type does not return any properties. </summary>
  7789.             <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this may return null. The default implementation always returns null.</returns>
  7790.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be provided. </param>
  7791.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties. </param>
  7792.             <param name="value">The value of the object to get the properties for. </param>
  7793.             <filterpriority>1</filterpriority>
  7794.         </member>
  7795.         <member name="M:System.Drawing.RectangleConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7796.             <summary>Determines if this object supports properties. By default, this is false.</summary>
  7797.             <returns>This method returns true if <see cref="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> should be called to find the properties of this object; otherwise, false.</returns>
  7798.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be provided. </param>
  7799.             <filterpriority>1</filterpriority>
  7800.         </member>
  7801.         <member name="T:System.Drawing.RectangleF">
  7802.             <summary>Stores a set of four floating-point numbers that represent the location and size of a rectangle. For more advanced region functions, use a <see cref="T:System.Drawing.Region"></see> object.</summary>
  7803.             <filterpriority>1</filterpriority>
  7804.         </member>
  7805.         <member name="M:System.Drawing.RectangleF.#ctor(System.Drawing.PointF,System.Drawing.SizeF)">
  7806.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF"></see> class with the specified location and size.</summary>
  7807.             <param name="size">A <see cref="T:System.Drawing.SizeF"></see> that represents the width and height of the rectangular region. </param>
  7808.             <param name="location">A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of the rectangular region. </param>
  7809.         </member>
  7810.         <member name="M:System.Drawing.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)">
  7811.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF"></see> class with the specified location and size.</summary>
  7812.             <param name="y">The y-coordinate of the upper-left corner of the rectangle. </param>
  7813.             <param name="width">The width of the rectangle. </param>
  7814.             <param name="height">The height of the rectangle. </param>
  7815.             <param name="x">The x-coordinate of the upper-left corner of the rectangle. </param>
  7816.         </member>
  7817.         <member name="F:System.Drawing.RectangleF.Empty">
  7818.             <summary>Represents an instance of the <see cref="T:System.Drawing.RectangleF"></see> class with its members uninitialized.</summary>
  7819.             <filterpriority>1</filterpriority>
  7820.         </member>
  7821.         <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.PointF)">
  7822.             <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7823.             <returns>This method returns true if the point represented by the pt parameter is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise false.</returns>
  7824.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to test. </param>
  7825.             <filterpriority>1</filterpriority>
  7826.         </member>
  7827.         <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.RectangleF)">
  7828.             <summary>Determines if the rectangular region represented by rect is entirely contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7829.             <returns>This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this <see cref="T:System.Drawing.RectangleF"></see>; otherwise false.</returns>
  7830.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> to test. </param>
  7831.             <filterpriority>1</filterpriority>
  7832.         </member>
  7833.         <member name="M:System.Drawing.RectangleF.Contains(System.Single,System.Single)">
  7834.             <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7835.             <returns>This method returns true if the point defined by x and y is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise false.</returns>
  7836.             <param name="y">The y-coordinate of the point to test. </param>
  7837.             <param name="x">The x-coordinate of the point to test. </param>
  7838.             <filterpriority>1</filterpriority>
  7839.         </member>
  7840.         <member name="M:System.Drawing.RectangleF.Equals(System.Object)">
  7841.             <summary>Tests whether obj is a <see cref="T:System.Drawing.RectangleF"></see> with the same location and size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
  7842.             <returns>This method returns true if obj is a <see cref="T:System.Drawing.RectangleF"></see> and its X, Y, Width, and Height properties are equal to the corresponding properties of this <see cref="T:System.Drawing.RectangleF"></see>; otherwise, false.</returns>
  7843.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  7844.             <filterpriority>1</filterpriority>
  7845.         </member>
  7846.         <member name="M:System.Drawing.RectangleF.FromLTRB(System.Single,System.Single,System.Single,System.Single)">
  7847.             <summary>Creates a <see cref="T:System.Drawing.RectangleF"></see> structure with upper-left corner and lower-right corner at the specified locations.</summary>
  7848.             <returns>The new <see cref="T:System.Drawing.RectangleF"></see> that this method creates.</returns>
  7849.             <param name="right">The x-coordinate of the lower-right corner of the rectangular region. </param>
  7850.             <param name="bottom">The y-coordinate of the lower-right corner of the rectangular region. </param>
  7851.             <param name="left">The x-coordinate of the upper-left corner of the rectangular region. </param>
  7852.             <param name="top">The y-coordinate of the upper-left corner of the rectangular region. </param>
  7853.             <filterpriority>1</filterpriority>
  7854.         </member>
  7855.         <member name="M:System.Drawing.RectangleF.GetHashCode">
  7856.             <summary>Gets the hash code for this <see cref="T:System.Drawing.RectangleF"></see> structure. For information about the use of hash codes, see Object.GetHashCode.</summary>
  7857.             <returns>The hash code for this <see cref="T:System.Drawing.RectangleF"></see>.</returns>
  7858.             <filterpriority>1</filterpriority>
  7859.         </member>
  7860.         <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.SizeF)">
  7861.             <summary>Inflates this <see cref="T:System.Drawing.RectangleF"></see> by the specified amount.</summary>
  7862.             <returns>This method does not return a value.</returns>
  7863.             <param name="size">The amount to inflate this rectangle. </param>
  7864.             <filterpriority>1</filterpriority>
  7865.         </member>
  7866.         <member name="M:System.Drawing.RectangleF.Inflate(System.Single,System.Single)">
  7867.             <summary>Inflates this <see cref="T:System.Drawing.RectangleF"></see> structure by the specified amount.</summary>
  7868.             <returns>This method does not return a value.</returns>
  7869.             <param name="y">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure vertically. </param>
  7870.             <param name="x">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure horizontally. </param>
  7871.             <filterpriority>1</filterpriority>
  7872.         </member>
  7873.         <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.RectangleF,System.Single,System.Single)">
  7874.             <summary>Creates and returns an inflated copy of the specified <see cref="T:System.Drawing.RectangleF"></see> structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.</summary>
  7875.             <returns>The inflated <see cref="T:System.Drawing.RectangleF"></see>.</returns>
  7876.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> to be copied. This rectangle is not modified. </param>
  7877.             <param name="y">The amount to inflate the copy of the rectangle vertically. </param>
  7878.             <param name="x">The amount to inflate the copy of the rectangle horizontally. </param>
  7879.             <filterpriority>1</filterpriority>
  7880.         </member>
  7881.         <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF)">
  7882.             <summary>Replaces this <see cref="T:System.Drawing.RectangleF"></see> structure with the intersection of itself and the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7883.             <returns>This method does not return a value.</returns>
  7884.             <param name="rect">The rectangle to intersect. </param>
  7885.             <filterpriority>1</filterpriority>
  7886.         </member>
  7887.         <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF,System.Drawing.RectangleF)">
  7888.             <summary>Returns a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the intersection of two rectangles. If there is no intersection, and empty <see cref="T:System.Drawing.RectangleF"></see> is returned.</summary>
  7889.             <returns>A third <see cref="T:System.Drawing.RectangleF"></see> structure the size of which represents the overlapped area of the two specified rectangles.</returns>
  7890.             <param name="a">A rectangle to intersect. </param>
  7891.             <param name="b">A rectangle to intersect. </param>
  7892.             <filterpriority>1</filterpriority>
  7893.         </member>
  7894.         <member name="M:System.Drawing.RectangleF.IntersectsWith(System.Drawing.RectangleF)">
  7895.             <summary>Determines if this rectangle intersects with rect.</summary>
  7896.             <returns>This method returns true if there is any intersection.</returns>
  7897.             <param name="rect">The rectangle to test. </param>
  7898.             <filterpriority>1</filterpriority>
  7899.         </member>
  7900.         <member name="M:System.Drawing.RectangleF.Offset(System.Drawing.PointF)">
  7901.             <summary>Adjusts the location of this rectangle by the specified amount.</summary>
  7902.             <returns>This method does not return a value.</returns>
  7903.             <param name="pos">The amount to offset the location. </param>
  7904.             <filterpriority>1</filterpriority>
  7905.         </member>
  7906.         <member name="M:System.Drawing.RectangleF.Offset(System.Single,System.Single)">
  7907.             <summary>Adjusts the location of this rectangle by the specified amount.</summary>
  7908.             <returns>This method does not return a value.</returns>
  7909.             <param name="y">The amount to offset the location vertically. </param>
  7910.             <param name="x">The amount to offset the location horizontally. </param>
  7911.             <filterpriority>1</filterpriority>
  7912.         </member>
  7913.         <member name="M:System.Drawing.RectangleF.op_Equality(System.Drawing.RectangleF,System.Drawing.RectangleF)">
  7914.             <summary>Tests whether two <see cref="T:System.Drawing.RectangleF"></see> structures have equal location and size.</summary>
  7915.             <returns>This operator returns true if the two specified <see cref="T:System.Drawing.RectangleF"></see> structures have equal <see cref="P:System.Drawing.RectangleF.X"></see>, <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, and <see cref="P:System.Drawing.RectangleF.Height"></see> properties.</returns>
  7916.             <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the equality operator. </param>
  7917.             <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the equality operator. </param>
  7918.             <filterpriority>3</filterpriority>
  7919.         </member>
  7920.         <member name="M:System.Drawing.RectangleF.op_Implicit(System.Drawing.Rectangle)~System.Drawing.RectangleF">
  7921.             <summary>Converts the specified <see cref="T:System.Drawing.Rectangle"></see> structure to a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7922.             <returns>The <see cref="T:System.Drawing.RectangleF"></see> structure that is converted from the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
  7923.             <param name="r">The <see cref="T:System.Drawing.Rectangle"></see> structure to convert. </param>
  7924.             <filterpriority>3</filterpriority>
  7925.         </member>
  7926.         <member name="M:System.Drawing.RectangleF.op_Inequality(System.Drawing.RectangleF,System.Drawing.RectangleF)">
  7927.             <summary>Tests whether two <see cref="T:System.Drawing.RectangleF"></see> structures differ in location or size.</summary>
  7928.             <returns>This operator returns true if any of the <see cref="P:System.Drawing.RectangleF.X"></see> , <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, or <see cref="P:System.Drawing.RectangleF.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise false.</returns>
  7929.             <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the inequality operator. </param>
  7930.             <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the inequality operator. </param>
  7931.             <filterpriority>3</filterpriority>
  7932.         </member>
  7933.         <member name="M:System.Drawing.RectangleF.ToString">
  7934.             <summary>Converts the Location and <see cref="T:System.Drawing.Size"></see> of this <see cref="T:System.Drawing.RectangleF"></see> to a human-readable string.</summary>
  7935.             <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF"></see> structure┬╛for example, "{X=20, Y=20, Width=100, Height=50}".</returns>
  7936.             <filterpriority>1</filterpriority>
  7937.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  7938.         </member>
  7939.         <member name="M:System.Drawing.RectangleF.Union(System.Drawing.RectangleF,System.Drawing.RectangleF)">
  7940.             <summary>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</summary>
  7941.             <returns>A third <see cref="T:System.Drawing.RectangleF"></see> structure that contains both of the two rectangles that form the union.</returns>
  7942.             <param name="a">A rectangle to union. </param>
  7943.             <param name="b">A rectangle to union. </param>
  7944.             <filterpriority>1</filterpriority>
  7945.         </member>
  7946.         <member name="P:System.Drawing.RectangleF.Bottom">
  7947.             <summary>Gets the y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7948.             <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7949.             <filterpriority>1</filterpriority>
  7950.         </member>
  7951.         <member name="P:System.Drawing.RectangleF.Height">
  7952.             <summary>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7953.             <returns>The height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7954.             <filterpriority>1</filterpriority>
  7955.         </member>
  7956.         <member name="P:System.Drawing.RectangleF.IsEmpty">
  7957.             <summary>Tests whether the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero.</summary>
  7958.             <returns>This property returns true if the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero; otherwise, false.</returns>
  7959.             <filterpriority>1</filterpriority>
  7960.         </member>
  7961.         <member name="P:System.Drawing.RectangleF.Left">
  7962.             <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7963.             <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7964.             <filterpriority>1</filterpriority>
  7965.         </member>
  7966.         <member name="P:System.Drawing.RectangleF.Location">
  7967.             <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7968.             <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7969.             <filterpriority>1</filterpriority>
  7970.         </member>
  7971.         <member name="P:System.Drawing.RectangleF.Right">
  7972.             <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7973.             <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7974.             <filterpriority>1</filterpriority>
  7975.         </member>
  7976.         <member name="P:System.Drawing.RectangleF.Size">
  7977.             <summary>Gets or sets the size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
  7978.             <returns>A <see cref="T:System.Drawing.SizeF"></see> that represents the width and height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7979.             <filterpriority>1</filterpriority>
  7980.         </member>
  7981.         <member name="P:System.Drawing.RectangleF.Top">
  7982.             <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7983.             <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7984.             <filterpriority>1</filterpriority>
  7985.         </member>
  7986.         <member name="P:System.Drawing.RectangleF.Width">
  7987.             <summary>Gets or sets the width of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7988.             <returns>The width of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7989.             <filterpriority>1</filterpriority>
  7990.         </member>
  7991.         <member name="P:System.Drawing.RectangleF.X">
  7992.             <summary>Gets or sets the x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7993.             <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
  7994.             <filterpriority>1</filterpriority>
  7995.         </member>
  7996.         <member name="P:System.Drawing.RectangleF.Y">
  7997.             <summary>Gets or sets the y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  7998.             <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure. </returns>
  7999.             <filterpriority>1</filterpriority>
  8000.         </member>
  8001.         <member name="T:System.Drawing.Region">
  8002.             <summary>Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited.</summary>
  8003.             <filterpriority>1</filterpriority>
  8004.         </member>
  8005.         <member name="M:System.Drawing.Region.#ctor">
  8006.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see>.</summary>
  8007.         </member>
  8008.         <member name="M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)">
  8009.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see> with the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  8010.             <param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> that defines the new <see cref="T:System.Drawing.Region"></see>. </param>
  8011.             <exception cref="T:System.ArgumentNullException">path isnull.</exception>
  8012.         </member>
  8013.         <member name="M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)">
  8014.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see> from the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  8015.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that defines the interior of the new <see cref="T:System.Drawing.Region"></see>. </param>
  8016.         </member>
  8017.         <member name="M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)">
  8018.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see> from the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  8019.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> structure that defines the interior of the new <see cref="T:System.Drawing.Region"></see>. </param>
  8020.         </member>
  8021.         <member name="M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)">
  8022.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see> from the specified data.</summary>
  8023.             <param name="rgnData">A <see cref="T:System.Drawing.Drawing2D.RegionData"></see> that defines the interior of the new <see cref="T:System.Drawing.Region"></see>. </param>
  8024.             <exception cref="T:System.ArgumentNullException">rgnData isnull.</exception>
  8025.         </member>
  8026.         <member name="M:System.Drawing.Region.Clone">
  8027.             <summary>Creates an exact copy if this <see cref="T:System.Drawing.Region"></see>.</summary>
  8028.             <returns>The <see cref="T:System.Drawing.Region"></see> that this method creates.</returns>
  8029.             <filterpriority>1</filterpriority>
  8030.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8031.         </member>
  8032.         <member name="M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)">
  8033.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain the portion of the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> that does not intersect with this <see cref="T:System.Drawing.Region"></see>.</summary>
  8034.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to complement this <see cref="T:System.Drawing.Region"></see>. </param>
  8035.             <exception cref="T:System.ArgumentNullException">path isnull.</exception>
  8036.             <filterpriority>1</filterpriority>
  8037.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8038.         </member>
  8039.         <member name="M:System.Drawing.Region.Complement(System.Drawing.Rectangle)">
  8040.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain the portion of the specified <see cref="T:System.Drawing.Rectangle"></see> structure that does not intersect with this <see cref="T:System.Drawing.Region"></see>.</summary>
  8041.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to complement this <see cref="T:System.Drawing.Region"></see>. </param>
  8042.             <filterpriority>1</filterpriority>
  8043.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8044.         </member>
  8045.         <member name="M:System.Drawing.Region.Complement(System.Drawing.RectangleF)">
  8046.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain the portion of the specified <see cref="T:System.Drawing.RectangleF"></see> structure that does not intersect with this <see cref="T:System.Drawing.Region"></see>.</summary>
  8047.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to complement this <see cref="T:System.Drawing.Region"></see>. </param>
  8048.             <filterpriority>1</filterpriority>
  8049.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8050.         </member>
  8051.         <member name="M:System.Drawing.Region.Complement(System.Drawing.Region)">
  8052.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain the portion of the specified <see cref="T:System.Drawing.Region"></see> that does not intersect with this <see cref="T:System.Drawing.Region"></see>.</summary>
  8053.             <param name="region">The <see cref="T:System.Drawing.Region"></see> object to complement this <see cref="T:System.Drawing.Region"></see> object. </param>
  8054.             <exception cref="T:System.ArgumentNullException">region isnull.</exception>
  8055.             <filterpriority>1</filterpriority>
  8056.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8057.         </member>
  8058.         <member name="M:System.Drawing.Region.Dispose">
  8059.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Region"></see>.</summary>
  8060.             <returns>This method does not return a value.</returns>
  8061.             <filterpriority>1</filterpriority>
  8062.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8063.         </member>
  8064.         <member name="M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)">
  8065.             <summary>Tests whether the specified <see cref="T:System.Drawing.Region"></see> is identical to this <see cref="T:System.Drawing.Region"></see> on the specified drawing surface.</summary>
  8066.             <returns>true if the interior of region is identical to the interior of this region when the transformation associated with the g parameter is applied; otherwise, false.</returns>
  8067.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a drawing surface. </param>
  8068.             <param name="region">The <see cref="T:System.Drawing.Region"></see> to test. </param>
  8069.             <exception cref="T:System.ArgumentNullException">g or region is null.</exception>
  8070.             <filterpriority>1</filterpriority>
  8071.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8072.         </member>
  8073.         <member name="M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)">
  8074.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain only the portion of its interior that does not intersect with the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  8075.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to exclude from this <see cref="T:System.Drawing.Region"></see>. </param>
  8076.             <exception cref="T:System.ArgumentNullException">path is null.</exception>
  8077.             <filterpriority>1</filterpriority>
  8078.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8079.         </member>
  8080.         <member name="M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)">
  8081.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain only the portion of its interior that does not intersect with the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  8082.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to exclude from this <see cref="T:System.Drawing.Region"></see>. </param>
  8083.             <filterpriority>1</filterpriority>
  8084.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8085.         </member>
  8086.         <member name="M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)">
  8087.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain only the portion of its interior that does not intersect with the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  8088.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to exclude from this <see cref="T:System.Drawing.Region"></see>. </param>
  8089.             <filterpriority>1</filterpriority>
  8090.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8091.         </member>
  8092.         <member name="M:System.Drawing.Region.Exclude(System.Drawing.Region)">
  8093.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to contain only the portion of its interior that does not intersect with the specified <see cref="T:System.Drawing.Region"></see>.</summary>
  8094.             <param name="region">The <see cref="T:System.Drawing.Region"></see> to exclude from this <see cref="T:System.Drawing.Region"></see>. </param>
  8095.             <exception cref="T:System.ArgumentNullException">region is null.</exception>
  8096.             <filterpriority>1</filterpriority>
  8097.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8098.         </member>
  8099.         <member name="M:System.Drawing.Region.FromHrgn(System.IntPtr)">
  8100.             <summary>Initializes a new <see cref="T:System.Drawing.Region"></see> from a handle to the specified existing GDI region.</summary>
  8101.             <returns>The new <see cref="T:System.Drawing.Region"></see>.</returns>
  8102.             <param name="hrgn">A handle to an existing <see cref="T:System.Drawing.Region"></see>. </param>
  8103.             <filterpriority>1</filterpriority>
  8104.         </member>
  8105.         <member name="M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)">
  8106.             <summary>Gets a <see cref="T:System.Drawing.RectangleF"></see> structure that represents a rectangle that bounds this <see cref="T:System.Drawing.Region"></see> on the drawing surface of a <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  8107.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.Region"></see> on the specified drawing surface.</returns>
  8108.             <param name="g">The <see cref="T:System.Drawing.Graphics"></see> on which this <see cref="T:System.Drawing.Region"></see> is drawn. </param>
  8109.             <exception cref="T:System.ArgumentNullException">g is null.</exception>
  8110.             <filterpriority>1</filterpriority>
  8111.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8112.         </member>
  8113.         <member name="M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)">
  8114.             <summary>Returns a Windows handle to this <see cref="T:System.Drawing.Region"></see> in the specified graphics context.</summary>
  8115.             <returns>A Windows handle to this <see cref="T:System.Drawing.Region"></see>.</returns>
  8116.             <param name="g">The <see cref="T:System.Drawing.Graphics"></see> on which this <see cref="T:System.Drawing.Region"></see> is drawn. </param>
  8117.             <exception cref="T:System.ArgumentNullException">g is null.</exception>
  8118.             <filterpriority>1</filterpriority>
  8119.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8120.         </member>
  8121.         <member name="M:System.Drawing.Region.GetRegionData">
  8122.             <summary>Returns a <see cref="T:System.Drawing.Drawing2D.RegionData"></see> that represents the information that describes this <see cref="T:System.Drawing.Region"></see>.</summary>
  8123.             <returns>A <see cref="T:System.Drawing.Drawing2D.RegionData"></see> that represents the information that describes this <see cref="T:System.Drawing.Region"></see>.</returns>
  8124.             <filterpriority>1</filterpriority>
  8125.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8126.         </member>
  8127.         <member name="M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)">
  8128.             <summary>Returns an array of <see cref="T:System.Drawing.RectangleF"></see> structures that approximate this <see cref="T:System.Drawing.Region"></see> after the specified matrix transformation is applied.</summary>
  8129.             <returns>An array of <see cref="T:System.Drawing.RectangleF"></see> structures that approximate this <see cref="T:System.Drawing.Region"></see> after the specified matrix transformation is applied.</returns>
  8130.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that represents a geometric transformation to apply to the region. </param>
  8131.             <exception cref="T:System.ArgumentNullException">matrix is null.</exception>
  8132.             <filterpriority>1</filterpriority>
  8133.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8134.         </member>
  8135.         <member name="M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)">
  8136.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the intersection of itself with the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  8137.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to intersect with this <see cref="T:System.Drawing.Region"></see>. </param>
  8138.             <filterpriority>1</filterpriority>
  8139.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8140.         </member>
  8141.         <member name="M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)">
  8142.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the intersection of itself with the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  8143.             <returns>This method does not return a value.</returns>
  8144.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to intersect with this <see cref="T:System.Drawing.Region"></see>. </param>
  8145.             <filterpriority>1</filterpriority>
  8146.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8147.         </member>
  8148.         <member name="M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)">
  8149.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the intersection of itself with the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  8150.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to intersect with this <see cref="T:System.Drawing.Region"></see>. </param>
  8151.             <filterpriority>1</filterpriority>
  8152.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8153.         </member>
  8154.         <member name="M:System.Drawing.Region.Intersect(System.Drawing.Region)">
  8155.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the intersection of itself with the specified <see cref="T:System.Drawing.Region"></see>.</summary>
  8156.             <returns>This method does not return a value.</returns>
  8157.             <param name="region">The <see cref="T:System.Drawing.Region"></see> to intersect with this <see cref="T:System.Drawing.Region"></see>. </param>
  8158.             <filterpriority>1</filterpriority>
  8159.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8160.         </member>
  8161.         <member name="M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)">
  8162.             <summary>Tests whether this <see cref="T:System.Drawing.Region"></see> has an empty interior on the specified drawing surface.</summary>
  8163.             <returns>true if the interior of this <see cref="T:System.Drawing.Region"></see> is empty when the transformation associated with g is applied; otherwise, false.</returns>
  8164.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a drawing surface. </param>
  8165.             <exception cref="T:System.ArgumentNullException">g is null.</exception>
  8166.             <filterpriority>1</filterpriority>
  8167.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8168.         </member>
  8169.         <member name="M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)">
  8170.             <summary>Tests whether this <see cref="T:System.Drawing.Region"></see> has an infinite interior on the specified drawing surface.</summary>
  8171.             <returns>true if the interior of this <see cref="T:System.Drawing.Region"></see> is infinite when the transformation associated with g is applied; otherwise, false.</returns>
  8172.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a drawing surface. </param>
  8173.             <exception cref="T:System.ArgumentNullException">g is null.</exception>
  8174.             <filterpriority>1</filterpriority>
  8175.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8176.         </member>
  8177.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.Point)">
  8178.             <summary>Tests whether the specified <see cref="T:System.Drawing.Point"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8179.             <returns>true when point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8180.             <param name="point">The <see cref="T:System.Drawing.Point"></see> structure to test. </param>
  8181.             <filterpriority>1</filterpriority>
  8182.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8183.         </member>
  8184.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.PointF)">
  8185.             <summary>Tests whether the specified <see cref="T:System.Drawing.PointF"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8186.             <returns>true when point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8187.             <param name="point">The <see cref="T:System.Drawing.PointF"></see> structure to test. </param>
  8188.             <filterpriority>1</filterpriority>
  8189.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8190.         </member>
  8191.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)">
  8192.             <summary>Tests whether any portion of the specified <see cref="T:System.Drawing.Rectangle"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8193.             <returns>This method returns true when any portion of rect is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8194.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to test. </param>
  8195.             <filterpriority>1</filterpriority>
  8196.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8197.         </member>
  8198.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)">
  8199.             <summary>Tests whether any portion of the specified <see cref="T:System.Drawing.RectangleF"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8200.             <returns>true when any portion of rect is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8201.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to test. </param>
  8202.             <filterpriority>1</filterpriority>
  8203.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8204.         </member>
  8205.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)">
  8206.             <summary>Tests whether the specified <see cref="T:System.Drawing.Point"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8207.             <returns>true when point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8208.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8209.             <param name="point">The <see cref="T:System.Drawing.Point"></see> structure to test. </param>
  8210.             <filterpriority>1</filterpriority>
  8211.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8212.         </member>
  8213.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)">
  8214.             <summary>Tests whether the specified <see cref="T:System.Drawing.PointF"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8215.             <returns>true when point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8216.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8217.             <param name="point">The <see cref="T:System.Drawing.PointF"></see> structure to test. </param>
  8218.             <filterpriority>1</filterpriority>
  8219.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8220.         </member>
  8221.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)">
  8222.             <summary>Tests whether any portion of the specified <see cref="T:System.Drawing.Rectangle"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8223.             <returns>true when any portion of the rect is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8224.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to test. </param>
  8225.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8226.             <filterpriority>1</filterpriority>
  8227.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8228.         </member>
  8229.         <member name="M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)">
  8230.             <summary>Tests whether any portion of the specified <see cref="T:System.Drawing.RectangleF"></see> structure is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8231.             <returns>true when rect is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8232.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to test. </param>
  8233.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8234.             <filterpriority>1</filterpriority>
  8235.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8236.         </member>
  8237.         <member name="M:System.Drawing.Region.IsVisible(System.Single,System.Single)">
  8238.             <summary>Tests whether the specified point is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8239.             <returns>true when the specified point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8240.             <param name="y">The y-coordinate of the point to test. </param>
  8241.             <param name="x">The x-coordinate of the point to test. </param>
  8242.             <filterpriority>1</filterpriority>
  8243.         </member>
  8244.         <member name="M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)">
  8245.             <summary>Tests whether the specified point is contained within this <see cref="T:System.Drawing.Region"></see> object when drawn using the specified <see cref="T:System.Drawing.Graphics"></see> object.</summary>
  8246.             <returns>true when the specified point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8247.             <param name="y">The y-coordinate of the point to test. </param>
  8248.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8249.             <param name="x">The x-coordinate of the point to test. </param>
  8250.             <filterpriority>1</filterpriority>
  8251.         </member>
  8252.         <member name="M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)">
  8253.             <summary>Tests whether the specified point is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8254.             <returns>true when the specified point is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8255.             <param name="y">The y-coordinate of the point to test. </param>
  8256.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8257.             <param name="x">The x-coordinate of the point to test. </param>
  8258.             <filterpriority>1</filterpriority>
  8259.         </member>
  8260.         <member name="M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)">
  8261.             <summary>Tests whether any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8262.             <returns>true when any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8263.             <param name="y">The y-coordinate of the upper-left corner of the rectangle to test. </param>
  8264.             <param name="width">The width of the rectangle to test. </param>
  8265.             <param name="height">The height of the rectangle to test. </param>
  8266.             <param name="x">The x-coordinate of the upper-left corner of the rectangle to test. </param>
  8267.             <filterpriority>1</filterpriority>
  8268.         </member>
  8269.         <member name="M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)">
  8270.             <summary>Tests whether any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see>.</summary>
  8271.             <returns>true when any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see> object; otherwise, false.</returns>
  8272.             <param name="y">The y-coordinate of the upper-left corner of the rectangle to test. </param>
  8273.             <param name="width">The width of the rectangle to test. </param>
  8274.             <param name="height">The height of the rectangle to test. </param>
  8275.             <param name="x">The x-coordinate of the upper-left corner of the rectangle to test. </param>
  8276.             <filterpriority>1</filterpriority>
  8277.         </member>
  8278.         <member name="M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)">
  8279.             <summary>Tests whether any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8280.             <returns>true when any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8281.             <param name="y">The y-coordinate of the upper-left corner of the rectangle to test. </param>
  8282.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8283.             <param name="width">The width of the rectangle to test. </param>
  8284.             <param name="height">The height of the rectangle to test. </param>
  8285.             <param name="x">The x-coordinate of the upper-left corner of the rectangle to test. </param>
  8286.             <filterpriority>1</filterpriority>
  8287.         </member>
  8288.         <member name="M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)">
  8289.             <summary>Tests whether any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see> when drawn using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  8290.             <returns>true when any portion of the specified rectangle is contained within this <see cref="T:System.Drawing.Region"></see>; otherwise, false.</returns>
  8291.             <param name="y">The y-coordinate of the upper-left corner of the rectangle to test. </param>
  8292.             <param name="g">A <see cref="T:System.Drawing.Graphics"></see> that represents a graphics context. </param>
  8293.             <param name="width">The width of the rectangle to test. </param>
  8294.             <param name="height">The height of the rectangle to test. </param>
  8295.             <param name="x">The x-coordinate of the upper-left corner of the rectangle to test. </param>
  8296.             <filterpriority>1</filterpriority>
  8297.         </member>
  8298.         <member name="M:System.Drawing.Region.MakeEmpty">
  8299.             <summary>Initializes this <see cref="T:System.Drawing.Region"></see> to an empty interior.</summary>
  8300.             <filterpriority>1</filterpriority>
  8301.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8302.         </member>
  8303.         <member name="M:System.Drawing.Region.MakeInfinite">
  8304.             <summary>Initializes this <see cref="T:System.Drawing.Region"></see> object to an infinite interior.</summary>
  8305.             <filterpriority>1</filterpriority>
  8306.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8307.         </member>
  8308.         <member name="M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)">
  8309.             <summary>Releases the handle of the <see cref="T:System.Drawing.Region"></see>.</summary>
  8310.             <param name="regionHandle">The handle to the <see cref="T:System.Drawing.Region"></see>.</param>
  8311.             <exception cref="T:System.ArgumentNullException">regionHandle is null.</exception>
  8312.             <filterpriority>1</filterpriority>
  8313.         </member>
  8314.         <member name="M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)">
  8315.             <summary>Transforms this <see cref="T:System.Drawing.Region"></see> by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  8316.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to transform this <see cref="T:System.Drawing.Region"></see>. </param>
  8317.             <exception cref="T:System.ArgumentNullException">matrix is null.</exception>
  8318.             <filterpriority>1</filterpriority>
  8319.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8320.         </member>
  8321.         <member name="M:System.Drawing.Region.Translate(System.Int32,System.Int32)">
  8322.             <summary>Offsets the coordinates of this <see cref="T:System.Drawing.Region"></see> by the specified amount.</summary>
  8323.             <param name="dx">The amount to offset this <see cref="T:System.Drawing.Region"></see> horizontally. </param>
  8324.             <param name="dy">The amount to offset this <see cref="T:System.Drawing.Region"></see> vertically. </param>
  8325.             <filterpriority>1</filterpriority>
  8326.         </member>
  8327.         <member name="M:System.Drawing.Region.Translate(System.Single,System.Single)">
  8328.             <summary>Offsets the coordinates of this <see cref="T:System.Drawing.Region"></see> by the specified amount.</summary>
  8329.             <param name="dx">The amount to offset this <see cref="T:System.Drawing.Region"></see> horizontally. </param>
  8330.             <param name="dy">The amount to offset this <see cref="T:System.Drawing.Region"></see> vertically. </param>
  8331.             <filterpriority>1</filterpriority>
  8332.         </member>
  8333.         <member name="M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)">
  8334.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union of itself and the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  8335.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to unite with this <see cref="T:System.Drawing.Region"></see>. </param>
  8336.             <exception cref="T:System.ArgumentNullException">path is null.</exception>
  8337.             <filterpriority>1</filterpriority>
  8338.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8339.         </member>
  8340.         <member name="M:System.Drawing.Region.Union(System.Drawing.Rectangle)">
  8341.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union of itself and the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  8342.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to unite with this <see cref="T:System.Drawing.Region"></see>. </param>
  8343.             <filterpriority>1</filterpriority>
  8344.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8345.         </member>
  8346.         <member name="M:System.Drawing.Region.Union(System.Drawing.RectangleF)">
  8347.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union of itself and the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  8348.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to unite with this <see cref="T:System.Drawing.Region"></see>. </param>
  8349.             <filterpriority>1</filterpriority>
  8350.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8351.         </member>
  8352.         <member name="M:System.Drawing.Region.Union(System.Drawing.Region)">
  8353.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union of itself and the specified <see cref="T:System.Drawing.Region"></see>.</summary>
  8354.             <param name="region">The <see cref="T:System.Drawing.Region"></see> to unite with this <see cref="T:System.Drawing.Region"></see>. </param>
  8355.             <exception cref="T:System.ArgumentNullException">region is null.</exception>
  8356.             <filterpriority>1</filterpriority>
  8357.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8358.         </member>
  8359.         <member name="M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)">
  8360.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union minus the intersection of itself with the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  8361.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to <see cref="Overload:System.Drawing.Region.Xor"></see> with this <see cref="T:System.Drawing.Region"></see>. </param>
  8362.             <exception cref="T:System.ArgumentNullException">path is null.</exception>
  8363.             <filterpriority>1</filterpriority>
  8364.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8365.         </member>
  8366.         <member name="M:System.Drawing.Region.Xor(System.Drawing.Rectangle)">
  8367.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union minus the intersection of itself with the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
  8368.             <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> structure to <see cref="Overload:System.Drawing.Region.Xor"></see> with this <see cref="T:System.Drawing.Region"></see>. </param>
  8369.             <filterpriority>1</filterpriority>
  8370.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8371.         </member>
  8372.         <member name="M:System.Drawing.Region.Xor(System.Drawing.RectangleF)">
  8373.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union minus the intersection of itself with the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
  8374.             <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> structure to <see cref="M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)"></see> with this <see cref="T:System.Drawing.Region"></see>. </param>
  8375.             <filterpriority>1</filterpriority>
  8376.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8377.         </member>
  8378.         <member name="M:System.Drawing.Region.Xor(System.Drawing.Region)">
  8379.             <summary>Updates this <see cref="T:System.Drawing.Region"></see> to the union minus the intersection of itself with the specified <see cref="T:System.Drawing.Region"></see>.</summary>
  8380.             <param name="region">The <see cref="T:System.Drawing.Region"></see> to <see cref="Overload:System.Drawing.Region.Xor"></see> with this <see cref="T:System.Drawing.Region"></see>. </param>
  8381.             <exception cref="T:System.ArgumentNullException">region is null.</exception>
  8382.             <filterpriority>1</filterpriority>
  8383.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8384.         </member>
  8385.         <member name="T:System.Drawing.RotateFlipType">
  8386.             <summary>Specifies the direction of an image's rotation and the axis used to flip the image.</summary>
  8387.             <filterpriority>2</filterpriority>
  8388.         </member>
  8389.         <member name="F:System.Drawing.RotateFlipType.Rotate180FlipNone">
  8390.             <summary>Specifies a 180-degree rotation without flipping.</summary>
  8391.             <filterpriority>1</filterpriority>
  8392.         </member>
  8393.         <member name="F:System.Drawing.RotateFlipType.Rotate180FlipX">
  8394.             <summary>Specifies a 180-degree rotation followed by a horizontal flip.</summary>
  8395.             <filterpriority>1</filterpriority>
  8396.         </member>
  8397.         <member name="F:System.Drawing.RotateFlipType.Rotate180FlipXY">
  8398.             <summary>Specifies a 180-degree rotation followed by a horizontal and vertical flip.</summary>
  8399.             <filterpriority>1</filterpriority>
  8400.         </member>
  8401.         <member name="F:System.Drawing.RotateFlipType.Rotate180FlipY">
  8402.             <summary>Specifies a 180-degree rotation followed by a vertical flip.</summary>
  8403.             <filterpriority>1</filterpriority>
  8404.         </member>
  8405.         <member name="F:System.Drawing.RotateFlipType.Rotate270FlipNone">
  8406.             <summary>Specifies a 270-degree rotation without flipping.</summary>
  8407.             <filterpriority>1</filterpriority>
  8408.         </member>
  8409.         <member name="F:System.Drawing.RotateFlipType.Rotate270FlipX">
  8410.             <summary>Specifies a 270-degree rotation followed by a horizontal flip.</summary>
  8411.             <filterpriority>1</filterpriority>
  8412.         </member>
  8413.         <member name="F:System.Drawing.RotateFlipType.Rotate270FlipXY">
  8414.             <summary>Specifies a 270-degree rotation followed by a horizontal and vertical flip.</summary>
  8415.             <filterpriority>1</filterpriority>
  8416.         </member>
  8417.         <member name="F:System.Drawing.RotateFlipType.Rotate270FlipY">
  8418.             <summary>Specifies a 270-degree rotation followed by a vertical flip.</summary>
  8419.             <filterpriority>1</filterpriority>
  8420.         </member>
  8421.         <member name="F:System.Drawing.RotateFlipType.Rotate90FlipNone">
  8422.             <summary>Specifies a 90-degree rotation without flipping.</summary>
  8423.             <filterpriority>1</filterpriority>
  8424.         </member>
  8425.         <member name="F:System.Drawing.RotateFlipType.Rotate90FlipX">
  8426.             <summary>Specifies a 90-degree rotation followed by a horizontal flip.</summary>
  8427.             <filterpriority>1</filterpriority>
  8428.         </member>
  8429.         <member name="F:System.Drawing.RotateFlipType.Rotate90FlipXY">
  8430.             <summary>Specifies a 90-degree rotation followed by a horizontal and vertical flip.</summary>
  8431.             <filterpriority>1</filterpriority>
  8432.         </member>
  8433.         <member name="F:System.Drawing.RotateFlipType.Rotate90FlipY">
  8434.             <summary>Specifies a 90-degree rotation followed by a vertical flip.</summary>
  8435.             <filterpriority>1</filterpriority>
  8436.         </member>
  8437.         <member name="F:System.Drawing.RotateFlipType.RotateNoneFlipNone">
  8438.             <summary>Specifies no rotation and no flipping.</summary>
  8439.             <filterpriority>1</filterpriority>
  8440.         </member>
  8441.         <member name="F:System.Drawing.RotateFlipType.RotateNoneFlipX">
  8442.             <summary>Specifies no rotation followed by a horizontal flip.</summary>
  8443.             <filterpriority>1</filterpriority>
  8444.         </member>
  8445.         <member name="F:System.Drawing.RotateFlipType.RotateNoneFlipXY">
  8446.             <summary>Specifies no rotation followed by a horizontal and vertical flip.</summary>
  8447.             <filterpriority>1</filterpriority>
  8448.         </member>
  8449.         <member name="F:System.Drawing.RotateFlipType.RotateNoneFlipY">
  8450.             <summary>Specifies no rotation followed by a vertical flip.</summary>
  8451.             <filterpriority>1</filterpriority>
  8452.         </member>
  8453.         <member name="T:System.Drawing.Size">
  8454.             <summary>Stores an ordered pair of integers, typically the width and height of a rectangle.</summary>
  8455.             <filterpriority>1</filterpriority>
  8456.         </member>
  8457.         <member name="M:System.Drawing.Size.#ctor(System.Drawing.Point)">
  8458.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size"></see> class from the specified <see cref="T:System.Drawing.Point"></see>.</summary>
  8459.             <param name="pt">The <see cref="T:System.Drawing.Point"></see> from which to initialize this <see cref="T:System.Drawing.Size"></see>. </param>
  8460.         </member>
  8461.         <member name="M:System.Drawing.Size.#ctor(System.Int32,System.Int32)">
  8462.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size"></see> class from the specified dimensions.</summary>
  8463.             <param name="width">The width component of the new <see cref="T:System.Drawing.Size"></see>. </param>
  8464.             <param name="height">The height component of the new <see cref="T:System.Drawing.Size"></see>. </param>
  8465.         </member>
  8466.         <member name="F:System.Drawing.Size.Empty">
  8467.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size"></see> class.</summary>
  8468.             <filterpriority>1</filterpriority>
  8469.         </member>
  8470.         <member name="M:System.Drawing.Size.Add(System.Drawing.Size,System.Drawing.Size)">
  8471.             <summary>Adds the width and height of one <see cref="T:System.Drawing.Size"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8472.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
  8473.             <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> to add.</param>
  8474.             <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> to add.</param>
  8475.         </member>
  8476.         <member name="M:System.Drawing.Size.Ceiling(System.Drawing.SizeF)">
  8477.             <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.Size"></see> structure to the next higher integer values.</summary>
  8478.             <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
  8479.             <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert. </param>
  8480.             <filterpriority>1</filterpriority>
  8481.         </member>
  8482.         <member name="M:System.Drawing.Size.Equals(System.Object)">
  8483.             <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.Size"></see> with the same dimensions as this <see cref="T:System.Drawing.Size"></see>.</summary>
  8484.             <returns>true if obj is a <see cref="T:System.Drawing.Size"></see> and has the same width and height as this <see cref="T:System.Drawing.Size"></see>; otherwise, false.</returns>
  8485.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  8486.             <filterpriority>1</filterpriority>
  8487.         </member>
  8488.         <member name="M:System.Drawing.Size.GetHashCode">
  8489.             <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8490.             <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> structure.</returns>
  8491.             <filterpriority>1</filterpriority>
  8492.         </member>
  8493.         <member name="M:System.Drawing.Size.op_Addition(System.Drawing.Size,System.Drawing.Size)">
  8494.             <summary>Adds the width and height of one <see cref="T:System.Drawing.Size"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8495.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
  8496.             <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> to add. </param>
  8497.             <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> to add. </param>
  8498.             <filterpriority>3</filterpriority>
  8499.         </member>
  8500.         <member name="M:System.Drawing.Size.op_Equality(System.Drawing.Size,System.Drawing.Size)">
  8501.             <summary>Tests whether two <see cref="T:System.Drawing.Size"></see> structures are equal.</summary>
  8502.             <returns>true if sz1 and sz2 have equal width and height; otherwise, false.</returns>
  8503.             <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the equality operator. </param>
  8504.             <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the equality operator. </param>
  8505.             <filterpriority>3</filterpriority>
  8506.         </member>
  8507.         <member name="M:System.Drawing.Size.op_Explicit(System.Drawing.Size)~System.Drawing.Point">
  8508.             <summary>Converts the specified <see cref="T:System.Drawing.Size"></see> to a <see cref="T:System.Drawing.Point"></see>.</summary>
  8509.             <returns>The <see cref="T:System.Drawing.Point"></see> structure to which this operator converts.</returns>
  8510.             <param name="size">The <see cref="T:System.Drawing.Size"></see> to convert. </param>
  8511.             <filterpriority>3</filterpriority>
  8512.         </member>
  8513.         <member name="M:System.Drawing.Size.op_Implicit(System.Drawing.Size)~System.Drawing.SizeF">
  8514.             <summary>Converts the specified <see cref="T:System.Drawing.Size"></see> to a <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8515.             <returns>The <see cref="T:System.Drawing.SizeF"></see> structure to which this operator converts.</returns>
  8516.             <param name="p">The <see cref="T:System.Drawing.Size"></see> to convert. </param>
  8517.             <filterpriority>3</filterpriority>
  8518.         </member>
  8519.         <member name="M:System.Drawing.Size.op_Inequality(System.Drawing.Size,System.Drawing.Size)">
  8520.             <summary>Tests whether two <see cref="T:System.Drawing.Size"></see> structures are different.</summary>
  8521.             <returns>true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.</returns>
  8522.             <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the inequality operator. </param>
  8523.             <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left of the inequality operator. </param>
  8524.             <filterpriority>3</filterpriority>
  8525.         </member>
  8526.         <member name="M:System.Drawing.Size.op_Subtraction(System.Drawing.Size,System.Drawing.Size)">
  8527.             <summary>Subtracts the width and height of one <see cref="T:System.Drawing.Size"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8528.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the subtraction operation.</returns>
  8529.             <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator. </param>
  8530.             <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator. </param>
  8531.             <filterpriority>3</filterpriority>
  8532.         </member>
  8533.         <member name="M:System.Drawing.Size.Round(System.Drawing.SizeF)">
  8534.             <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the nearest integer values.</summary>
  8535.             <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
  8536.             <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert. </param>
  8537.             <filterpriority>1</filterpriority>
  8538.         </member>
  8539.         <member name="M:System.Drawing.Size.Subtract(System.Drawing.Size,System.Drawing.Size)">
  8540.             <summary>Subtracts the width and height of one <see cref="T:System.Drawing.Size"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8541.             <returns>The <see cref="T:System.Drawing.Size"></see> that is a result of the subtraction operation.</returns>
  8542.             <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator. </param>
  8543.             <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator. </param>
  8544.         </member>
  8545.         <member name="M:System.Drawing.Size.ToString">
  8546.             <summary>Creates a human-readable string that represents this <see cref="T:System.Drawing.Size"></see>.</summary>
  8547.             <returns>A string that represents this <see cref="T:System.Drawing.Size"></see>.</returns>
  8548.             <filterpriority>1</filterpriority>
  8549.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  8550.         </member>
  8551.         <member name="M:System.Drawing.Size.Truncate(System.Drawing.SizeF)">
  8552.             <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by truncating the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the next lower integer values.</summary>
  8553.             <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
  8554.             <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert. </param>
  8555.             <filterpriority>1</filterpriority>
  8556.         </member>
  8557.         <member name="P:System.Drawing.Size.Height">
  8558.             <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.Size"></see>.</summary>
  8559.             <returns>The vertical component of this <see cref="T:System.Drawing.Size"></see>.</returns>
  8560.             <filterpriority>1</filterpriority>
  8561.         </member>
  8562.         <member name="P:System.Drawing.Size.IsEmpty">
  8563.             <summary>Tests whether this <see cref="T:System.Drawing.Size"></see> has width and height of 0.</summary>
  8564.             <returns>This property returns true when this <see cref="T:System.Drawing.Size"></see> has both a width and height of 0; otherwise, false.</returns>
  8565.             <filterpriority>1</filterpriority>
  8566.         </member>
  8567.         <member name="P:System.Drawing.Size.Width">
  8568.             <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.Size"></see>.</summary>
  8569.             <returns>The horizontal component of this <see cref="T:System.Drawing.Size"></see>.</returns>
  8570.             <filterpriority>1</filterpriority>
  8571.         </member>
  8572.         <member name="T:System.Drawing.SizeConverter">
  8573.             <summary>The <see cref="T:System.Drawing.SizeConverter"></see> class is used to convert from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor"></see> object.</summary>
  8574.             <filterpriority>1</filterpriority>
  8575.         </member>
  8576.         <member name="M:System.Drawing.SizeConverter.#ctor">
  8577.             <summary>Initializes a new <see cref="T:System.Drawing.SizeConverter"></see> object.</summary>
  8578.         </member>
  8579.         <member name="M:System.Drawing.SizeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8580.             <summary>Determines whether this converter can convert an object in the specified source type to the native type of the converter.</summary>
  8581.             <returns>This method returns true if this object can perform the conversion.</returns>
  8582.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  8583.             <param name="sourceType">The type you want to convert from. </param>
  8584.             <filterpriority>1</filterpriority>
  8585.         </member>
  8586.         <member name="M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8587.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  8588.             <returns>This method returns true if this converter can perform the conversion; otherwise, false.</returns>
  8589.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This can be null, so always check. Also, properties on the context object can return null.</param>
  8590.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you want to convert to. </param>
  8591.             <filterpriority>1</filterpriority>
  8592.         </member>
  8593.         <member name="M:System.Drawing.SizeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  8594.             <summary>Converts the specified object to the converter's native type.</summary>
  8595.             <returns>The converted object. </returns>
  8596.             <param name="culture">An <see cref="T:System.Globalization.CultureInfo"></see> object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  8597.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  8598.             <param name="value">The object to convert. </param>
  8599.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  8600.             <filterpriority>1</filterpriority>
  8601.         </member>
  8602.         <member name="M:System.Drawing.SizeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  8603.             <summary>Converts the specified object to the specified type.</summary>
  8604.             <returns>The converted object.</returns>
  8605.             <param name="culture">An <see cref="T:System.Globalization.CultureInfo"></see> object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard. </param>
  8606.             <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to get additional information about the environment this converter is being called from. This may be null, so you should always check. Also, properties on the context object may also return null. </param>
  8607.             <param name="destinationType">The type to convert the object to. </param>
  8608.             <param name="value">The object to convert. </param>
  8609.             <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
  8610.             <filterpriority>1</filterpriority>
  8611.         </member>
  8612.         <member name="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  8613.             <summary>Creates an object of this type by using a specified set of property values for the object. This is useful for creating non-changeable objects that have changeable properties.</summary>
  8614.             <returns>The newly created object, or null if the object could not be created. The default implementation returns null.</returns>
  8615.             <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from the <see cref="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> method. </param>
  8616.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  8617.             <filterpriority>1</filterpriority>
  8618.         </member>
  8619.         <member name="M:System.Drawing.SizeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  8620.             <summary>Determines whether changing a value on this object should require a call to the <see cref="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> method to create a new value.</summary>
  8621.             <returns>true if the <see cref="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> object should be called when a change is made to one or more properties of this object.</returns>
  8622.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  8623.             <filterpriority>1</filterpriority>
  8624.         </member>
  8625.         <member name="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  8626.             <summary>Retrieves the set of properties for this type. By default, a type does not have any properties to return. </summary>
  8627.             <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this may return null. The default implementation always returns null.</returns>
  8628.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  8629.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties. </param>
  8630.             <param name="value">The value of the object to get the properties for. </param>
  8631.             <filterpriority>1</filterpriority>
  8632.         </member>
  8633.         <member name="M:System.Drawing.SizeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8634.             <summary>Determines whether this object supports properties. By default, this is false.</summary>
  8635.             <returns>true if the <see cref="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> method should be called to find the properties of this object.</returns>
  8636.             <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"></see> through which additional context can be provided. </param>
  8637.             <filterpriority>1</filterpriority>
  8638.         </member>
  8639.         <member name="T:System.Drawing.SizeF">
  8640.             <summary>Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.</summary>
  8641.             <filterpriority>1</filterpriority>
  8642.         </member>
  8643.         <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.PointF)">
  8644.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> class from the specified <see cref="T:System.Drawing.PointF"></see>.</summary>
  8645.             <param name="pt">The <see cref="T:System.Drawing.PointF"></see> from which to initialize this <see cref="T:System.Drawing.SizeF"></see>. </param>
  8646.         </member>
  8647.         <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.SizeF)">
  8648.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> class from the specified existing <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8649.             <param name="size">The <see cref="T:System.Drawing.SizeF"></see> from which to create the new <see cref="T:System.Drawing.SizeF"></see>. </param>
  8650.         </member>
  8651.         <member name="M:System.Drawing.SizeF.#ctor(System.Single,System.Single)">
  8652.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> class from the specified dimensions.</summary>
  8653.             <param name="width">The width component of the new <see cref="T:System.Drawing.SizeF"></see>. </param>
  8654.             <param name="height">The height component of the new <see cref="T:System.Drawing.SizeF"></see>. </param>
  8655.         </member>
  8656.         <member name="F:System.Drawing.SizeF.Empty">
  8657.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> class.</summary>
  8658.             <filterpriority>1</filterpriority>
  8659.         </member>
  8660.         <member name="M:System.Drawing.SizeF.Add(System.Drawing.SizeF,System.Drawing.SizeF)">
  8661.             <summary>Adds the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
  8662.             <returns>A <see cref="T:System.Drawing.SizeF"></see> structure that is the result of the addition operation.</returns>
  8663.             <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> to add.</param>
  8664.             <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> to add.</param>
  8665.         </member>
  8666.         <member name="M:System.Drawing.SizeF.Equals(System.Object)">
  8667.             <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.SizeF"></see> with the same dimensions as this <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8668.             <returns>This method returns true if obj is a <see cref="T:System.Drawing.SizeF"></see> and has the same width and height as this <see cref="T:System.Drawing.SizeF"></see>; otherwise, false.</returns>
  8669.             <param name="obj">The <see cref="T:System.Object"></see> to test. </param>
  8670.             <filterpriority>1</filterpriority>
  8671.         </member>
  8672.         <member name="M:System.Drawing.SizeF.GetHashCode">
  8673.             <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
  8674.             <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> structure.</returns>
  8675.             <filterpriority>1</filterpriority>
  8676.         </member>
  8677.         <member name="M:System.Drawing.SizeF.op_Addition(System.Drawing.SizeF,System.Drawing.SizeF)">
  8678.             <summary>Adds the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
  8679.             <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
  8680.             <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> to add. </param>
  8681.             <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> to add. </param>
  8682.             <filterpriority>3</filterpriority>
  8683.         </member>
  8684.         <member name="M:System.Drawing.SizeF.op_Equality(System.Drawing.SizeF,System.Drawing.SizeF)">
  8685.             <summary>Tests whether two <see cref="T:System.Drawing.SizeF"></see> structures are equal.</summary>
  8686.             <returns>This operator returns true if sz1 and sz2 have equal width and height; otherwise, false.</returns>
  8687.             <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the equality operator. </param>
  8688.             <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the equality operator. </param>
  8689.             <filterpriority>3</filterpriority>
  8690.         </member>
  8691.         <member name="M:System.Drawing.SizeF.op_Explicit(System.Drawing.SizeF)~System.Drawing.PointF">
  8692.             <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> to a <see cref="T:System.Drawing.PointF"></see>.</summary>
  8693.             <returns>The <see cref="T:System.Drawing.PointF"></see> structure to which this operator converts.</returns>
  8694.             <param name="size">The <see cref="T:System.Drawing.SizeF"></see> structure to be converted</param>
  8695.             <filterpriority>3</filterpriority>
  8696.         </member>
  8697.         <member name="M:System.Drawing.SizeF.op_Inequality(System.Drawing.SizeF,System.Drawing.SizeF)">
  8698.             <summary>Tests whether two <see cref="T:System.Drawing.SizeF"></see> structures are different.</summary>
  8699.             <returns>This operator returns true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.</returns>
  8700.             <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the inequality operator. </param>
  8701.             <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left of the inequality operator. </param>
  8702.             <filterpriority>3</filterpriority>
  8703.         </member>
  8704.         <member name="M:System.Drawing.SizeF.op_Subtraction(System.Drawing.SizeF,System.Drawing.SizeF)">
  8705.             <summary>Subtracts the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
  8706.             <returns>A <see cref="T:System.Drawing.SizeF"></see> that is the result of the subtraction operation.</returns>
  8707.             <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> on the right side of the subtraction operator. </param>
  8708.             <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> on the left side of the subtraction operator. </param>
  8709.             <filterpriority>3</filterpriority>
  8710.         </member>
  8711.         <member name="M:System.Drawing.SizeF.Subtract(System.Drawing.SizeF,System.Drawing.SizeF)">
  8712.             <summary>Subtracts the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
  8713.             <returns>The <see cref="T:System.Drawing.SizeF"></see> that is a result of the subtraction operation.</returns>
  8714.             <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right side of the subtraction operator. </param>
  8715.             <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the subtraction operator. </param>
  8716.         </member>
  8717.         <member name="M:System.Drawing.SizeF.ToPointF">
  8718.             <summary>Converts a <see cref="T:System.Drawing.SizeF"></see> to a <see cref="T:System.Drawing.PointF"></see>.</summary>
  8719.             <returns>Returns a <see cref="T:System.Drawing.PointF"></see> structure.</returns>
  8720.             <filterpriority>1</filterpriority>
  8721.         </member>
  8722.         <member name="M:System.Drawing.SizeF.ToSize">
  8723.             <summary>Converts a <see cref="T:System.Drawing.SizeF"></see> to a <see cref="T:System.Drawing.Size"></see>.</summary>
  8724.             <returns>Returns a <see cref="T:System.Drawing.Size"></see> structure.</returns>
  8725.             <filterpriority>1</filterpriority>
  8726.         </member>
  8727.         <member name="M:System.Drawing.SizeF.ToString">
  8728.             <summary>Creates a human-readable string that represents this <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8729.             <returns>A string that represents this <see cref="T:System.Drawing.SizeF"></see>.</returns>
  8730.             <filterpriority>1</filterpriority>
  8731.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  8732.         </member>
  8733.         <member name="P:System.Drawing.SizeF.Height">
  8734.             <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8735.             <returns>The vertical component of this <see cref="T:System.Drawing.SizeF"></see>.</returns>
  8736.             <filterpriority>1</filterpriority>
  8737.         </member>
  8738.         <member name="P:System.Drawing.SizeF.IsEmpty">
  8739.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.SizeF"></see> has zero width and height.</summary>
  8740.             <returns>This property returns true when this <see cref="T:System.Drawing.SizeF"></see> has both a width and height of zero; otherwise, false.</returns>
  8741.             <filterpriority>1</filterpriority>
  8742.         </member>
  8743.         <member name="P:System.Drawing.SizeF.Width">
  8744.             <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.SizeF"></see>.</summary>
  8745.             <returns>The horizontal component of this <see cref="T:System.Drawing.SizeF"></see>.</returns>
  8746.             <filterpriority>1</filterpriority>
  8747.         </member>
  8748.         <member name="T:System.Drawing.SizeFConverter">
  8749.             <summary>Converts <see cref="T:System.Drawing.SizeF"></see> objects from one type to another.</summary>
  8750.         </member>
  8751.         <member name="M:System.Drawing.SizeFConverter.#ctor">
  8752.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeFConverter"></see> class.</summary>
  8753.         </member>
  8754.         <member name="M:System.Drawing.SizeFConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8755.             <summary>Returns a value indicating whether the converter can convert from the type specified to the <see cref="T:System.Drawing.SizeF"></see> type, using the specified context.</summary>
  8756.             <returns>true to indicate the conversion can be performed; otherwise, false. </returns>
  8757.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be supplied.</param>
  8758.             <param name="sourceType">A <see cref="T:System.Type"></see> the represents the type you wish to convert from.</param>
  8759.         </member>
  8760.         <member name="M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8761.             <summary>Returns a value indicating whether the <see cref="T:System.Drawing.SizeFConverter"></see> can convert a <see cref="T:System.Drawing.SizeF"></see> to the specified type.</summary>
  8762.             <returns>true if this converter can perform the conversion otherwise, false.</returns>
  8763.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be supplied.</param>
  8764.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you want to convert from.</param>
  8765.         </member>
  8766.         <member name="M:System.Drawing.SizeFConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  8767.             <summary>Creates an instance of a <see cref="T:System.Drawing.SizeF"></see> with the specified property values using the specified context.</summary>
  8768.             <returns>An <see cref="T:System.Object"></see> representing the new <see cref="T:System.Drawing.SizeF"></see>, or null if the object cannot be created.</returns>
  8769.             <param name="propertyValues">An <see cref="T:System.Collections.IDictionary"></see> containing property names and values.</param>
  8770.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be supplied.</param>
  8771.         </member>
  8772.         <member name="M:System.Drawing.SizeFConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  8773.             <summary>Returns a value indicating whether changing a value on this object requires a call to the <see cref="Overload:System.Drawing.SizeFConverter.CreateInstance"></see> method to create a new value.</summary>
  8774.             <returns>Always returns true.</returns>
  8775.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. This may be null.</param>
  8776.         </member>
  8777.         <member name="M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  8778.             <summary>Retrieves a set of properties for the <see cref="T:System.Drawing.SizeF"></see> type using the specified context and attributes.</summary>
  8779.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> containing the properties.</returns>
  8780.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be supplied.</param>
  8781.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects that describe the properties.</param>
  8782.             <param name="value">The <see cref="T:System.Object"></see> to return properties for.</param>
  8783.         </member>
  8784.         <member name="M:System.Drawing.SizeFConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8785.             <summary>Returns whether the <see cref="T:System.Drawing.SizeF"></see> type supports properties.</summary>
  8786.             <returns>Always returns true.</returns>
  8787.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> through which additional context can be supplied.</param>
  8788.         </member>
  8789.         <member name="T:System.Drawing.SolidBrush">
  8790.             <summary>Defines a brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited.</summary>
  8791.             <filterpriority>1</filterpriority>
  8792.         </member>
  8793.         <member name="M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)">
  8794.             <summary>Initializes a new <see cref="T:System.Drawing.SolidBrush"></see> object of the specified color.</summary>
  8795.             <param name="color">A <see cref="T:System.Drawing.Color"></see> structure that represents the color of this brush. </param>
  8796.         </member>
  8797.         <member name="M:System.Drawing.SolidBrush.Clone">
  8798.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.SolidBrush"></see> object.</summary>
  8799.             <returns>The <see cref="T:System.Drawing.SolidBrush"></see> object that this method creates.</returns>
  8800.             <filterpriority>1</filterpriority>
  8801.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  8802.         </member>
  8803.         <member name="P:System.Drawing.SolidBrush.Color">
  8804.             <summary>Gets or sets the color of this <see cref="T:System.Drawing.SolidBrush"></see> object.</summary>
  8805.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the color of this brush.</returns>
  8806.             <filterpriority>1</filterpriority>
  8807.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  8808.         </member>
  8809.         <member name="T:System.Drawing.StringAlignment">
  8810.             <summary>Specifies the alignment of a text string relative to its layout rectangle.</summary>
  8811.             <filterpriority>2</filterpriority>
  8812.         </member>
  8813.         <member name="F:System.Drawing.StringAlignment.Center">
  8814.             <summary>Specifies that text is aligned in the center of the layout rectangle.</summary>
  8815.             <filterpriority>1</filterpriority>
  8816.         </member>
  8817.         <member name="F:System.Drawing.StringAlignment.Far">
  8818.             <summary>Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.</summary>
  8819.             <filterpriority>1</filterpriority>
  8820.         </member>
  8821.         <member name="F:System.Drawing.StringAlignment.Near">
  8822.             <summary>Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.</summary>
  8823.             <filterpriority>1</filterpriority>
  8824.         </member>
  8825.         <member name="T:System.Drawing.StringDigitSubstitute">
  8826.             <summary>The <see cref="T:System.Drawing.StringDigitSubstitute"></see> enumeration specifies how to substitute digits in a string according to a user's locale or language.</summary>
  8827.             <filterpriority>2</filterpriority>
  8828.         </member>
  8829.         <member name="F:System.Drawing.StringDigitSubstitute.National">
  8830.             <summary>Specifies substitution digits that correspond with the official national language of the user's locale.</summary>
  8831.             <filterpriority>1</filterpriority>
  8832.         </member>
  8833.         <member name="F:System.Drawing.StringDigitSubstitute.None">
  8834.             <summary>Specifies to disable substitutions.</summary>
  8835.             <filterpriority>1</filterpriority>
  8836.         </member>
  8837.         <member name="F:System.Drawing.StringDigitSubstitute.Traditional">
  8838.             <summary>Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale.</summary>
  8839.             <filterpriority>1</filterpriority>
  8840.         </member>
  8841.         <member name="F:System.Drawing.StringDigitSubstitute.User">
  8842.             <summary>Specifies a user-defined substitution scheme.</summary>
  8843.             <filterpriority>1</filterpriority>
  8844.         </member>
  8845.         <member name="T:System.Drawing.StringFormat">
  8846.             <summary>Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited.</summary>
  8847.             <filterpriority>1</filterpriority>
  8848.         </member>
  8849.         <member name="M:System.Drawing.StringFormat.#ctor">
  8850.             <summary>Initializes a new <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8851.         </member>
  8852.         <member name="M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)">
  8853.             <summary>Initializes a new <see cref="T:System.Drawing.StringFormat"></see> object from the specified existing <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8854.             <param name="format">The <see cref="T:System.Drawing.StringFormat"></see> object from which to initialize the new <see cref="T:System.Drawing.StringFormat"></see> object. </param>
  8855.         </member>
  8856.         <member name="M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)">
  8857.             <summary>Initializes a new <see cref="T:System.Drawing.StringFormat"></see> object with the specified <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration.</summary>
  8858.             <param name="options">The <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration for the new <see cref="T:System.Drawing.StringFormat"></see> object. </param>
  8859.         </member>
  8860.         <member name="M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)">
  8861.             <summary>Initializes a new <see cref="T:System.Drawing.StringFormat"></see> object with the specified <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration and language.</summary>
  8862.             <param name="options">The <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration for the new <see cref="T:System.Drawing.StringFormat"></see> object. </param>
  8863.             <param name="language">A value that indicates the language of the text. </param>
  8864.         </member>
  8865.         <member name="M:System.Drawing.StringFormat.Clone">
  8866.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8867.             <returns>The <see cref="T:System.Drawing.StringFormat"></see> object this method creates.</returns>
  8868.             <filterpriority>1</filterpriority>
  8869.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8870.         </member>
  8871.         <member name="M:System.Drawing.StringFormat.Dispose">
  8872.             <summary>Releases all resources used by this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8873.             <returns>This method does not return a value.</returns>
  8874.             <filterpriority>1</filterpriority>
  8875.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8876.         </member>
  8877.         <member name="M:System.Drawing.StringFormat.GetTabStops(System.Single@)">
  8878.             <summary>Gets the tab stops for this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8879.             <returns>An array of distances (in number of spaces) between tab stops.</returns>
  8880.             <param name="firstTabOffset">The number of spaces between the beginning of a text line and the first tab stop. </param>
  8881.             <filterpriority>1</filterpriority>
  8882.         </member>
  8883.         <member name="M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)">
  8884.             <summary>Specifies the language and method to be used when local digits are substituted for western digits.</summary>
  8885.             <returns>This method does not return a value.</returns>
  8886.             <param name="substitute">An element of the <see cref="T:System.Drawing.StringDigitSubstitute"></see> enumeration that specifies how digits are displayed. </param>
  8887.             <param name="language">A National Language Support (NLS) language identifier that identifies the language that will be used when local digits are substituted for western digits. You can pass the <see cref="P:System.Globalization.CultureInfo.LCID"></see> property of a <see cref="T:System.Globalization.CultureInfo"></see> object as the NLS language identifier. For example, suppose you create a <see cref="T:System.Globalization.CultureInfo"></see> object by passing the string "ar-EG" to a <see cref="T:System.Globalization.CultureInfo"></see> constructor. If you pass the <see cref="P:System.Globalization.CultureInfo.LCID"></see> property of that <see cref="T:System.Globalization.CultureInfo"></see> object along with <see cref="F:System.Drawing.StringDigitSubstitute.Traditional"></see> to the <see cref="M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)"></see> method, then Arabic-Indic digits will be substituted for western digits at display time. </param>
  8888.             <filterpriority>1</filterpriority>
  8889.         </member>
  8890.         <member name="M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])">
  8891.             <summary>Specifies an array of <see cref="T:System.Drawing.CharacterRange"></see> structures that represent the ranges of characters measured by a call to the <see cref="M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)"></see> method.</summary>
  8892.             <returns>This method does not return a value.</returns>
  8893.             <param name="ranges">An array of <see cref="T:System.Drawing.CharacterRange"></see> structures that specifies the ranges of characters measured by a call to the <see cref="M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)"></see> method. </param>
  8894.             <exception cref="T:System.OverflowException">More than 32 character ranges are set.</exception>
  8895.             <filterpriority>1</filterpriority>
  8896.         </member>
  8897.         <member name="M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])">
  8898.             <summary>Sets tab stops for this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8899.             <param name="tabStops">An array of distances between tab stops in the units specified by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property. </param>
  8900.             <param name="firstTabOffset">The number of spaces between the beginning of a line of text and the first tab stop. </param>
  8901.             <filterpriority>1</filterpriority>
  8902.         </member>
  8903.         <member name="M:System.Drawing.StringFormat.ToString">
  8904.             <summary>Converts this <see cref="T:System.Drawing.StringFormat"></see> object to a human-readable string.</summary>
  8905.             <returns>A string representation of this <see cref="T:System.Drawing.StringFormat"></see> object.</returns>
  8906.             <filterpriority>1</filterpriority>
  8907.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8908.         </member>
  8909.         <member name="P:System.Drawing.StringFormat.Alignment">
  8910.             <summary>Gets or sets text alignment information on the vertical plane.</summary>
  8911.             <returns>A <see cref="T:System.Drawing.StringAlignment"></see> enumeration that specifies text alignment information.</returns>
  8912.             <filterpriority>1</filterpriority>
  8913.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8914.         </member>
  8915.         <member name="P:System.Drawing.StringFormat.DigitSubstitutionLanguage">
  8916.             <summary>Gets or sets the language that is used when local digits are substituted for western digits.</summary>
  8917.             <returns>A National Language Support (NLS) language identifier that identifies the language that will be used when local digits are substituted for western digits. You can pass the <see cref="P:System.Globalization.CultureInfo.LCID"></see> property of a <see cref="T:System.Globalization.CultureInfo"></see> object as the NLS language identifier. For example, suppose you create a <see cref="T:System.Globalization.CultureInfo"></see> object by passing the string "ar-EG" to a <see cref="T:System.Globalization.CultureInfo"></see> constructor. If you pass the <see cref="P:System.Globalization.CultureInfo.LCID"></see> property of that <see cref="T:System.Globalization.CultureInfo"></see> object along with.<see cref="F:System.Drawing.StringDigitSubstitute.Traditional"></see> to the <see cref="M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)"></see> method, then Arabic-Indic digits will be substituted for western digits at display time.</returns>
  8918.             <filterpriority>1</filterpriority>
  8919.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8920.         </member>
  8921.         <member name="P:System.Drawing.StringFormat.DigitSubstitutionMethod">
  8922.             <summary>Gets or sets the method to be used for digit substitution.</summary>
  8923.             <returns>A <see cref="T:System.Drawing.StringDigitSubstitute"></see> enumeration value that specifies how to substitute characters in a string that cannot be displayed because they are not supported by the current font.</returns>
  8924.             <filterpriority>1</filterpriority>
  8925.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8926.         </member>
  8927.         <member name="P:System.Drawing.StringFormat.FormatFlags">
  8928.             <summary>Gets or sets a <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration that contains formatting information.</summary>
  8929.             <returns>A <see cref="T:System.Drawing.StringFormatFlags"></see> enumeration that contains formatting information.</returns>
  8930.             <filterpriority>1</filterpriority>
  8931.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8932.         </member>
  8933.         <member name="P:System.Drawing.StringFormat.GenericDefault">
  8934.             <summary>Gets a generic default <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8935.             <returns>The generic default <see cref="T:System.Drawing.StringFormat"></see> object.</returns>
  8936.             <filterpriority>1</filterpriority>
  8937.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8938.         </member>
  8939.         <member name="P:System.Drawing.StringFormat.GenericTypographic">
  8940.             <summary>Gets a generic typographic <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8941.             <returns>A generic typographic <see cref="T:System.Drawing.StringFormat"></see> object.</returns>
  8942.             <filterpriority>1</filterpriority>
  8943.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8944.         </member>
  8945.         <member name="P:System.Drawing.StringFormat.HotkeyPrefix">
  8946.             <summary>Gets or sets the <see cref="T:System.Drawing.Text.HotkeyPrefix"></see> object for this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8947.             <returns>The <see cref="T:System.Drawing.Text.HotkeyPrefix"></see> object for this <see cref="T:System.Drawing.StringFormat"></see> object.</returns>
  8948.             <filterpriority>1</filterpriority>
  8949.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8950.         </member>
  8951.         <member name="P:System.Drawing.StringFormat.LineAlignment">
  8952.             <summary>Gets or sets the line alignment on the horizontal plane.</summary>
  8953.             <returns>A <see cref="T:System.Drawing.StringAlignment"></see> enumeration that represents the line alignment.</returns>
  8954.             <filterpriority>1</filterpriority>
  8955.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8956.         </member>
  8957.         <member name="P:System.Drawing.StringFormat.Trimming">
  8958.             <summary>Gets or sets the <see cref="T:System.Drawing.StringTrimming"></see> enumeration for this <see cref="T:System.Drawing.StringFormat"></see> object.</summary>
  8959.             <returns>A <see cref="T:System.Drawing.StringTrimming"></see> enumeration that indicates how text drawn with this <see cref="T:System.Drawing.StringFormat"></see> object is trimmed when it exceeds the edges of the layout rectangle.</returns>
  8960.             <filterpriority>1</filterpriority>
  8961.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8962.         </member>
  8963.         <member name="T:System.Drawing.StringFormatFlags">
  8964.             <summary>Specifies the display and layout information for text strings.</summary>
  8965.             <filterpriority>2</filterpriority>
  8966.         </member>
  8967.         <member name="F:System.Drawing.StringFormatFlags.DirectionRightToLeft">
  8968.             <summary>Text is displayed from right to left.</summary>
  8969.             <filterpriority>1</filterpriority>
  8970.         </member>
  8971.         <member name="F:System.Drawing.StringFormatFlags.DirectionVertical">
  8972.             <summary>Text is vertically aligned.</summary>
  8973.             <filterpriority>1</filterpriority>
  8974.         </member>
  8975.         <member name="F:System.Drawing.StringFormatFlags.DisplayFormatControl">
  8976.             <summary>Control characters such as the left-to-right mark are shown in the output with a representative glyph.</summary>
  8977.             <filterpriority>1</filterpriority>
  8978.         </member>
  8979.         <member name="F:System.Drawing.StringFormatFlags.FitBlackBox">
  8980.             <summary>Parts of characters are allowed to overhang the string's layout rectangle. By default, characters are repositioned to avoid any overhang.</summary>
  8981.             <filterpriority>1</filterpriority>
  8982.         </member>
  8983.         <member name="F:System.Drawing.StringFormatFlags.LineLimit">
  8984.             <summary>Only entire lines are laid out in the formatting rectangle. By default layout continues until the end of the text, or until no more lines are visible as a result of clipping, whichever comes first. Note that the default settings allow the last line to be partially obscured by a formatting rectangle that is not a whole multiple of the line height. To ensure that only whole lines are seen, specify this value and be careful to provide a formatting rectangle at least as tall as the height of one line.</summary>
  8985.             <filterpriority>1</filterpriority>
  8986.         </member>
  8987.         <member name="F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces">
  8988.             <summary>Includes the trailing space at the end of each line. By default the boundary rectangle returned by the <see cref="M:System.Drawing.Graphics.MeasureString"></see> method excludes the space at the end of each line. Set this flag to include that space in measurement.</summary>
  8989.             <filterpriority>1</filterpriority>
  8990.         </member>
  8991.         <member name="F:System.Drawing.StringFormatFlags.NoClip">
  8992.             <summary>Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show. By default all text and glyph parts reaching outside the formatting rectangle are clipped.</summary>
  8993.             <filterpriority>1</filterpriority>
  8994.         </member>
  8995.         <member name="F:System.Drawing.StringFormatFlags.NoFontFallback">
  8996.             <summary>Fallback to alternate fonts for characters not supported in the requested font is disabled. Any missing characters are displayed with the fonts missing glyph, usually an open square.</summary>
  8997.             <filterpriority>1</filterpriority>
  8998.         </member>
  8999.         <member name="F:System.Drawing.StringFormatFlags.NoWrap">
  9000.             <summary>Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length.</summary>
  9001.             <filterpriority>1</filterpriority>
  9002.         </member>
  9003.         <member name="T:System.Drawing.StringTrimming">
  9004.             <summary>Specifies how to trim characters from a string that does not completely fit into a layout shape.</summary>
  9005.             <filterpriority>2</filterpriority>
  9006.         </member>
  9007.         <member name="F:System.Drawing.StringTrimming.Character">
  9008.             <summary>Specifies that the text is trimmed to the nearest character.</summary>
  9009.             <filterpriority>1</filterpriority>
  9010.         </member>
  9011.         <member name="F:System.Drawing.StringTrimming.EllipsisCharacter">
  9012.             <summary>Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.</summary>
  9013.             <filterpriority>1</filterpriority>
  9014.         </member>
  9015.         <member name="F:System.Drawing.StringTrimming.EllipsisPath">
  9016.             <summary>The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.</summary>
  9017.             <filterpriority>1</filterpriority>
  9018.         </member>
  9019.         <member name="F:System.Drawing.StringTrimming.EllipsisWord">
  9020.             <summary>Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.</summary>
  9021.             <filterpriority>1</filterpriority>
  9022.         </member>
  9023.         <member name="F:System.Drawing.StringTrimming.None">
  9024.             <summary>Specifies no trimming.</summary>
  9025.             <filterpriority>1</filterpriority>
  9026.         </member>
  9027.         <member name="F:System.Drawing.StringTrimming.Word">
  9028.             <summary>Specifies that text is trimmed to the nearest word.</summary>
  9029.             <filterpriority>1</filterpriority>
  9030.         </member>
  9031.         <member name="T:System.Drawing.StringUnit">
  9032.             <summary>Specifies the units of measure for a text string.</summary>
  9033.             <filterpriority>2</filterpriority>
  9034.         </member>
  9035.         <member name="F:System.Drawing.StringUnit.Display">
  9036.             <summary>Specifies the device unit as the unit of measure.</summary>
  9037.             <filterpriority>1</filterpriority>
  9038.         </member>
  9039.         <member name="F:System.Drawing.StringUnit.Document">
  9040.             <summary>Specifies 1/300 of an inch as the unit of measure.</summary>
  9041.             <filterpriority>1</filterpriority>
  9042.         </member>
  9043.         <member name="F:System.Drawing.StringUnit.Em">
  9044.             <summary>Specifies a printer's em size of 32 as the unit of measure.</summary>
  9045.             <filterpriority>1</filterpriority>
  9046.         </member>
  9047.         <member name="F:System.Drawing.StringUnit.Inch">
  9048.             <summary>Specifies an inch as the unit of measure.</summary>
  9049.             <filterpriority>1</filterpriority>
  9050.         </member>
  9051.         <member name="F:System.Drawing.StringUnit.Millimeter">
  9052.             <summary>Specifies a millimeter as the unit of measure </summary>
  9053.             <filterpriority>1</filterpriority>
  9054.         </member>
  9055.         <member name="F:System.Drawing.StringUnit.Pixel">
  9056.             <summary>Specifies a pixel as the unit of measure.</summary>
  9057.             <filterpriority>1</filterpriority>
  9058.         </member>
  9059.         <member name="F:System.Drawing.StringUnit.Point">
  9060.             <summary>Specifies a printer's point (1/72 inch) as the unit of measure.</summary>
  9061.             <filterpriority>1</filterpriority>
  9062.         </member>
  9063.         <member name="F:System.Drawing.StringUnit.World">
  9064.             <summary>Specifies world units as the unit of measure.</summary>
  9065.             <filterpriority>1</filterpriority>
  9066.         </member>
  9067.         <member name="T:System.Drawing.SystemBrushes">
  9068.             <summary>Each property of the <see cref="T:System.Drawing.SystemBrushes"></see> class is a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a Windows display element.</summary>
  9069.             <filterpriority>1</filterpriority>
  9070.         </member>
  9071.         <member name="M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)">
  9072.             <summary>Creates a <see cref="T:System.Drawing.Brush"></see> from the specified <see cref="T:System.Drawing.Color"></see> structure.</summary>
  9073.             <returns>The <see cref="T:System.Drawing.Brush"></see> this method creates.</returns>
  9074.             <param name="c">The <see cref="T:System.Drawing.Color"></see> structure from which to create the <see cref="T:System.Drawing.Brush"></see>. </param>
  9075.             <filterpriority>1</filterpriority>
  9076.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9077.         </member>
  9078.         <member name="P:System.Drawing.SystemBrushes.ActiveBorder">
  9079.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the active window's border.</summary>
  9080.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the active window's border.</returns>
  9081.             <filterpriority>1</filterpriority>
  9082.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9083.         </member>
  9084.         <member name="P:System.Drawing.SystemBrushes.ActiveCaption">
  9085.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of the active window's title bar.</summary>
  9086.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of the active window's title bar.</returns>
  9087.             <filterpriority>1</filterpriority>
  9088.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9089.         </member>
  9090.         <member name="P:System.Drawing.SystemBrushes.ActiveCaptionText">
  9091.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text in the active window's title bar.</summary>
  9092.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of the active window's title bar.</returns>
  9093.             <filterpriority>1</filterpriority>
  9094.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9095.         </member>
  9096.         <member name="P:System.Drawing.SystemBrushes.AppWorkspace">
  9097.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the application workspace. </summary>
  9098.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the application workspace.</returns>
  9099.             <filterpriority>1</filterpriority>
  9100.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9101.         </member>
  9102.         <member name="P:System.Drawing.SystemBrushes.ButtonFace">
  9103.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the face color of a 3-D element.</summary>
  9104.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the face color of a 3-D element.</returns>
  9105.             <filterpriority>1</filterpriority>
  9106.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9107.         </member>
  9108.         <member name="P:System.Drawing.SystemBrushes.ButtonHighlight">
  9109.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the highlight color of a 3-D element. </summary>
  9110.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the highlight color of a 3-D element.</returns>
  9111.             <filterpriority>1</filterpriority>
  9112.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9113.         </member>
  9114.         <member name="P:System.Drawing.SystemBrushes.ButtonShadow">
  9115.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the shadow color of a 3-D element. </summary>
  9116.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the shadow color of a 3-D element.</returns>
  9117.             <filterpriority>1</filterpriority>
  9118.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9119.         </member>
  9120.         <member name="P:System.Drawing.SystemBrushes.Control">
  9121.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the face color of a 3-D element.</summary>
  9122.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the face color of a 3-D element.</returns>
  9123.             <filterpriority>1</filterpriority>
  9124.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9125.         </member>
  9126.         <member name="P:System.Drawing.SystemBrushes.ControlDark">
  9127.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the shadow color of a 3-D element. </summary>
  9128.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the shadow color of a 3-D element.</returns>
  9129.             <filterpriority>1</filterpriority>
  9130.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9131.         </member>
  9132.         <member name="P:System.Drawing.SystemBrushes.ControlDarkDark">
  9133.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the dark shadow color of a 3-D element. </summary>
  9134.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the dark shadow color of a 3-D element.</returns>
  9135.             <filterpriority>1</filterpriority>
  9136.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9137.         </member>
  9138.         <member name="P:System.Drawing.SystemBrushes.ControlLight">
  9139.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the light color of a 3-D element. </summary>
  9140.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the light color of a 3-D element.</returns>
  9141.             <filterpriority>1</filterpriority>
  9142.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9143.         </member>
  9144.         <member name="P:System.Drawing.SystemBrushes.ControlLightLight">
  9145.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the highlight color of a 3-D element. </summary>
  9146.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the highlight color of a 3-D element.</returns>
  9147.             <filterpriority>1</filterpriority>
  9148.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9149.         </member>
  9150.         <member name="P:System.Drawing.SystemBrushes.ControlText">
  9151.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of text in a 3-D element.</summary>
  9152.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of text in a 3-D element.</returns>
  9153.             <filterpriority>1</filterpriority>
  9154.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9155.         </member>
  9156.         <member name="P:System.Drawing.SystemBrushes.Desktop">
  9157.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the desktop.</summary>
  9158.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the desktop.</returns>
  9159.             <filterpriority>1</filterpriority>
  9160.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9161.         </member>
  9162.         <member name="P:System.Drawing.SystemBrushes.GradientActiveCaption">
  9163.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the lightest color in the color gradient of an active window's title bar.</summary>
  9164.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the lightest color in the color gradient of an active window's title bar.</returns>
  9165.             <filterpriority>1</filterpriority>
  9166.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9167.         </member>
  9168.         <member name="P:System.Drawing.SystemBrushes.GradientInactiveCaption">
  9169.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the lightest color in the color gradient of an inactive window's title bar.</summary>
  9170.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the lightest color in the color gradient of an inactive window's title bar.</returns>
  9171.             <filterpriority>1</filterpriority>
  9172.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9173.         </member>
  9174.         <member name="P:System.Drawing.SystemBrushes.GrayText">
  9175.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of dimmed text.</summary>
  9176.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of dimmed text.</returns>
  9177.             <filterpriority>1</filterpriority>
  9178.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9179.         </member>
  9180.         <member name="P:System.Drawing.SystemBrushes.Highlight">
  9181.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of selected items. </summary>
  9182.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of selected items.</returns>
  9183.             <filterpriority>1</filterpriority>
  9184.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9185.         </member>
  9186.         <member name="P:System.Drawing.SystemBrushes.HighlightText">
  9187.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text of selected items. </summary>
  9188.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text of selected items.</returns>
  9189.             <filterpriority>1</filterpriority>
  9190.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9191.         </member>
  9192.         <member name="P:System.Drawing.SystemBrushes.HotTrack">
  9193.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color used to designate a hot-tracked item. </summary>
  9194.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color used to designate a hot-tracked item.</returns>
  9195.             <filterpriority>1</filterpriority>
  9196.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9197.         </member>
  9198.         <member name="P:System.Drawing.SystemBrushes.InactiveBorder">
  9199.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of an inactive window's border.</summary>
  9200.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of an inactive window's border.</returns>
  9201.             <filterpriority>1</filterpriority>
  9202.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9203.         </member>
  9204.         <member name="P:System.Drawing.SystemBrushes.InactiveCaption">
  9205.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of an inactive window's title bar.</summary>
  9206.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of an inactive window's title bar.</returns>
  9207.             <filterpriority>1</filterpriority>
  9208.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9209.         </member>
  9210.         <member name="P:System.Drawing.SystemBrushes.InactiveCaptionText">
  9211.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text in an inactive window's title bar.</summary>
  9212.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text in an inactive window's title bar.</returns>
  9213.             <filterpriority>1</filterpriority>
  9214.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9215.         </member>
  9216.         <member name="P:System.Drawing.SystemBrushes.Info">
  9217.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a ToolTip.</summary>
  9218.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a ToolTip.</returns>
  9219.             <filterpriority>1</filterpriority>
  9220.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9221.         </member>
  9222.         <member name="P:System.Drawing.SystemBrushes.InfoText">
  9223.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text of a ToolTip.</summary>
  9224.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> is the color of the text of a ToolTip.</returns>
  9225.             <filterpriority>1</filterpriority>
  9226.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9227.         </member>
  9228.         <member name="P:System.Drawing.SystemBrushes.Menu">
  9229.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a menu's background.</summary>
  9230.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a menu's background.</returns>
  9231.             <filterpriority>1</filterpriority>
  9232.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9233.         </member>
  9234.         <member name="P:System.Drawing.SystemBrushes.MenuBar">
  9235.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a menu bar.</summary>
  9236.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a menu bar.</returns>
  9237.             <filterpriority>1</filterpriority>
  9238.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9239.         </member>
  9240.         <member name="P:System.Drawing.SystemBrushes.MenuHighlight">
  9241.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color used to highlight menu items when the menu appears as a flat menu.</summary>
  9242.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color used to highlight menu items when the menu appears as a flat menu.</returns>
  9243.             <filterpriority>1</filterpriority>
  9244.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9245.         </member>
  9246.         <member name="P:System.Drawing.SystemBrushes.MenuText">
  9247.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a menu's text.</summary>
  9248.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a menu's text.</returns>
  9249.             <filterpriority>1</filterpriority>
  9250.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9251.         </member>
  9252.         <member name="P:System.Drawing.SystemBrushes.ScrollBar">
  9253.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a scroll bar.</summary>
  9254.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background of a scroll bar.</returns>
  9255.             <filterpriority>1</filterpriority>
  9256.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9257.         </member>
  9258.         <member name="P:System.Drawing.SystemBrushes.Window">
  9259.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background in the client area of a window.</summary>
  9260.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the background in the client area of a window.</returns>
  9261.             <filterpriority>1</filterpriority>
  9262.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9263.         </member>
  9264.         <member name="P:System.Drawing.SystemBrushes.WindowFrame">
  9265.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a window frame.</summary>
  9266.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of a window frame.</returns>
  9267.             <filterpriority>1</filterpriority>
  9268.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9269.         </member>
  9270.         <member name="P:System.Drawing.SystemBrushes.WindowText">
  9271.             <summary>Gets a <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text in the client area of a window.</summary>
  9272.             <returns>A <see cref="T:System.Drawing.SolidBrush"></see> that is the color of the text in the client area of a window.</returns>
  9273.             <filterpriority>1</filterpriority>
  9274.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9275.         </member>
  9276.         <member name="T:System.Drawing.SystemColors">
  9277.             <summary>Each property of the <see cref="T:System.Drawing.SystemColors"></see> class is a <see cref="T:System.Drawing.Color"></see> structure that is the color of a Windows display element.</summary>
  9278.             <filterpriority>1</filterpriority>
  9279.         </member>
  9280.         <member name="P:System.Drawing.SystemColors.ActiveBorder">
  9281.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the active window's border.</summary>
  9282.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the active window's border.</returns>
  9283.             <filterpriority>1</filterpriority>
  9284.         </member>
  9285.         <member name="P:System.Drawing.SystemColors.ActiveCaption">
  9286.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of the active window's title bar.</summary>
  9287.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the active window's title bar.</returns>
  9288.             <filterpriority>1</filterpriority>
  9289.         </member>
  9290.         <member name="P:System.Drawing.SystemColors.ActiveCaptionText">
  9291.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the text in the active window's title bar.</summary>
  9292.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the text in the active window's title bar.</returns>
  9293.             <filterpriority>1</filterpriority>
  9294.         </member>
  9295.         <member name="P:System.Drawing.SystemColors.AppWorkspace">
  9296.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the application workspace. </summary>
  9297.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the application workspace.</returns>
  9298.             <filterpriority>1</filterpriority>
  9299.         </member>
  9300.         <member name="P:System.Drawing.SystemColors.ButtonFace">
  9301.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the face color of a 3-D element.</summary>
  9302.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the face color of a 3-D element.</returns>
  9303.             <filterpriority>1</filterpriority>
  9304.         </member>
  9305.         <member name="P:System.Drawing.SystemColors.ButtonHighlight">
  9306.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the highlight color of a 3-D element. </summary>
  9307.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the highlight color of a 3-D element.</returns>
  9308.             <filterpriority>1</filterpriority>
  9309.         </member>
  9310.         <member name="P:System.Drawing.SystemColors.ButtonShadow">
  9311.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the shadow color of a 3-D element. </summary>
  9312.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the shadow color of a 3-D element.</returns>
  9313.             <filterpriority>1</filterpriority>
  9314.         </member>
  9315.         <member name="P:System.Drawing.SystemColors.Control">
  9316.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the face color of a 3-D element.</summary>
  9317.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the face color of a 3-D element.</returns>
  9318.             <filterpriority>1</filterpriority>
  9319.         </member>
  9320.         <member name="P:System.Drawing.SystemColors.ControlDark">
  9321.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the shadow color of a 3-D element. </summary>
  9322.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the shadow color of a 3-D element.</returns>
  9323.             <filterpriority>1</filterpriority>
  9324.         </member>
  9325.         <member name="P:System.Drawing.SystemColors.ControlDarkDark">
  9326.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the dark shadow color of a 3-D element. </summary>
  9327.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the dark shadow color of a 3-D element.</returns>
  9328.             <filterpriority>1</filterpriority>
  9329.         </member>
  9330.         <member name="P:System.Drawing.SystemColors.ControlLight">
  9331.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the light color of a 3-D element. </summary>
  9332.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the light color of a 3-D element.</returns>
  9333.             <filterpriority>1</filterpriority>
  9334.         </member>
  9335.         <member name="P:System.Drawing.SystemColors.ControlLightLight">
  9336.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the highlight color of a 3-D element. </summary>
  9337.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the highlight color of a 3-D element.</returns>
  9338.             <filterpriority>1</filterpriority>
  9339.         </member>
  9340.         <member name="P:System.Drawing.SystemColors.ControlText">
  9341.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of text in a 3-D element.</summary>
  9342.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of text in a 3-D element.</returns>
  9343.             <filterpriority>1</filterpriority>
  9344.         </member>
  9345.         <member name="P:System.Drawing.SystemColors.Desktop">
  9346.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the desktop.</summary>
  9347.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the desktop.</returns>
  9348.             <filterpriority>1</filterpriority>
  9349.         </member>
  9350.         <member name="P:System.Drawing.SystemColors.GradientActiveCaption">
  9351.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the lightest color in the color gradient of an active window's title bar.</summary>
  9352.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the lightest color in the color gradient of an active window's title bar.</returns>
  9353.             <filterpriority>1</filterpriority>
  9354.         </member>
  9355.         <member name="P:System.Drawing.SystemColors.GradientInactiveCaption">
  9356.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the lightest color in the color gradient of an inactive window's title bar.</summary>
  9357.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the lightest color in the color gradient of an inactive window's title bar.</returns>
  9358.             <filterpriority>1</filterpriority>
  9359.         </member>
  9360.         <member name="P:System.Drawing.SystemColors.GrayText">
  9361.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of dimmed text. </summary>
  9362.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of dimmed text.</returns>
  9363.             <filterpriority>1</filterpriority>
  9364.         </member>
  9365.         <member name="P:System.Drawing.SystemColors.Highlight">
  9366.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of selected items.</summary>
  9367.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background of selected items.</returns>
  9368.             <filterpriority>1</filterpriority>
  9369.         </member>
  9370.         <member name="P:System.Drawing.SystemColors.HighlightText">
  9371.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the text of selected items.</summary>
  9372.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the text of selected items.</returns>
  9373.             <filterpriority>1</filterpriority>
  9374.         </member>
  9375.         <member name="P:System.Drawing.SystemColors.HotTrack">
  9376.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color used to designate a hot-tracked item. </summary>
  9377.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color used to designate a hot-tracked item.</returns>
  9378.             <filterpriority>1</filterpriority>
  9379.         </member>
  9380.         <member name="P:System.Drawing.SystemColors.InactiveBorder">
  9381.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of an inactive window's border.</summary>
  9382.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of an inactive window's border.</returns>
  9383.             <filterpriority>1</filterpriority>
  9384.         </member>
  9385.         <member name="P:System.Drawing.SystemColors.InactiveCaption">
  9386.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of an inactive window's title bar.</summary>
  9387.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background of an inactive window's title bar.</returns>
  9388.             <filterpriority>1</filterpriority>
  9389.         </member>
  9390.         <member name="P:System.Drawing.SystemColors.InactiveCaptionText">
  9391.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the text in an inactive window's title bar.</summary>
  9392.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the text in an inactive window's title bar.</returns>
  9393.             <filterpriority>1</filterpriority>
  9394.         </member>
  9395.         <member name="P:System.Drawing.SystemColors.Info">
  9396.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of a ToolTip.</summary>
  9397.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background of a ToolTip.</returns>
  9398.             <filterpriority>1</filterpriority>
  9399.         </member>
  9400.         <member name="P:System.Drawing.SystemColors.InfoText">
  9401.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the text of a ToolTip.</summary>
  9402.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the text of a ToolTip.</returns>
  9403.             <filterpriority>1</filterpriority>
  9404.         </member>
  9405.         <member name="P:System.Drawing.SystemColors.Menu">
  9406.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of a menu's background.</summary>
  9407.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of a menu's background.</returns>
  9408.             <filterpriority>1</filterpriority>
  9409.         </member>
  9410.         <member name="P:System.Drawing.SystemColors.MenuBar">
  9411.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of a menu bar.</summary>
  9412.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background of a menu bar.</returns>
  9413.             <filterpriority>1</filterpriority>
  9414.         </member>
  9415.         <member name="P:System.Drawing.SystemColors.MenuHighlight">
  9416.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color used to highlight menu items when the menu appears as a flat menu.</summary>
  9417.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color used to highlight menu items when the menu appears as a flat menu.</returns>
  9418.             <filterpriority>1</filterpriority>
  9419.         </member>
  9420.         <member name="P:System.Drawing.SystemColors.MenuText">
  9421.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of a menu's text.</summary>
  9422.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of a menu's text.</returns>
  9423.             <filterpriority>1</filterpriority>
  9424.         </member>
  9425.         <member name="P:System.Drawing.SystemColors.ScrollBar">
  9426.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background of a scroll bar.</summary>
  9427.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background of a scroll bar.</returns>
  9428.             <filterpriority>1</filterpriority>
  9429.         </member>
  9430.         <member name="P:System.Drawing.SystemColors.Window">
  9431.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the background in the client area of a window.</summary>
  9432.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the background in the client area of a window.</returns>
  9433.             <filterpriority>1</filterpriority>
  9434.         </member>
  9435.         <member name="P:System.Drawing.SystemColors.WindowFrame">
  9436.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of a window frame.</summary>
  9437.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of a window frame.</returns>
  9438.             <filterpriority>1</filterpriority>
  9439.         </member>
  9440.         <member name="P:System.Drawing.SystemColors.WindowText">
  9441.             <summary>Gets a <see cref="T:System.Drawing.Color"></see> structure that is the color of the text in the client area of a window.</summary>
  9442.             <returns>A <see cref="T:System.Drawing.Color"></see> that is the color of the text in the client area of a window.</returns>
  9443.             <filterpriority>1</filterpriority>
  9444.         </member>
  9445.         <member name="T:System.Drawing.SystemFonts">
  9446.             <summary>Specifies the fonts used to display text in Windows display elements.</summary>
  9447.             <filterpriority>1</filterpriority>
  9448.         </member>
  9449.         <member name="M:System.Drawing.SystemFonts.GetFontByName(System.String)">
  9450.             <summary>Returns a font object that corresponds to the specified system font name.</summary>
  9451.             <returns>A <see cref="T:System.Drawing.Font"></see> if the specified name matches a value in <see cref="T:System.Drawing.SystemFonts"></see>; otherwise, null.</returns>
  9452.             <param name="systemFontName">The name of the system font you need a font object for.</param>
  9453.         </member>
  9454.         <member name="P:System.Drawing.SystemFonts.CaptionFont">
  9455.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used to display text in the title bars of windows.</summary>
  9456.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used to display text in the title bars of windows.</returns>
  9457.             <filterpriority>1</filterpriority>
  9458.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9459.         </member>
  9460.         <member name="P:System.Drawing.SystemFonts.DefaultFont">
  9461.             <summary>Gets the default font that applications can use for dialog boxes and forms.</summary>
  9462.             <returns>The default <see cref="T:System.Drawing.Font"></see> of the system. The value returned will vary depending on the user's operating system and the local culture setting of their system.</returns>
  9463.         </member>
  9464.         <member name="P:System.Drawing.SystemFonts.DialogFont">
  9465.             <summary>Gets a font that applications can use for dialog boxes and forms.</summary>
  9466.             <returns>A <see cref="T:System.Drawing.Font"></see> that can be used for dialog boxes and forms, depending on the operating system and local culture setting of the system.</returns>
  9467.         </member>
  9468.         <member name="P:System.Drawing.SystemFonts.IconTitleFont">
  9469.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used for icon titles.</summary>
  9470.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used for icon titles.</returns>
  9471.             <filterpriority>1</filterpriority>
  9472.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9473.         </member>
  9474.         <member name="P:System.Drawing.SystemFonts.MenuFont">
  9475.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used for menus.</summary>
  9476.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used for menus.</returns>
  9477.             <filterpriority>1</filterpriority>
  9478.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9479.         </member>
  9480.         <member name="P:System.Drawing.SystemFonts.MessageBoxFont">
  9481.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used for message boxes.</summary>
  9482.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used for message boxes</returns>
  9483.             <filterpriority>1</filterpriority>
  9484.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9485.         </member>
  9486.         <member name="P:System.Drawing.SystemFonts.SmallCaptionFont">
  9487.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used to display text in the title bars of small windows, such as tool windows.</summary>
  9488.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used to display text in the title bars of small windows, such as tool windows.</returns>
  9489.             <filterpriority>1</filterpriority>
  9490.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9491.         </member>
  9492.         <member name="P:System.Drawing.SystemFonts.StatusFont">
  9493.             <summary>Gets a <see cref="T:System.Drawing.Font"></see> that is used to display text in the status bar.</summary>
  9494.             <returns>A <see cref="T:System.Drawing.Font"></see> that is used to display text in the status bar.</returns>
  9495.             <filterpriority>1</filterpriority>
  9496.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9497.         </member>
  9498.         <member name="T:System.Drawing.SystemIcons">
  9499.             <summary>Each property of the <see cref="T:System.Drawing.SystemIcons"></see> class is an <see cref="T:System.Drawing.Icon"></see> object for Windows system-wide icons. This class cannot be inherited.</summary>
  9500.             <filterpriority>1</filterpriority>
  9501.         </member>
  9502.         <member name="P:System.Drawing.SystemIcons.Application">
  9503.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the default application icon (WIN32: IDI_APPLICATION).</summary>
  9504.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the default application icon.</returns>
  9505.             <filterpriority>1</filterpriority>
  9506.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9507.         </member>
  9508.         <member name="P:System.Drawing.SystemIcons.Asterisk">
  9509.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system asterisk icon (WIN32: IDI_ASTERISK).</summary>
  9510.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system asterisk icon.</returns>
  9511.             <filterpriority>1</filterpriority>
  9512.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9513.         </member>
  9514.         <member name="P:System.Drawing.SystemIcons.Error">
  9515.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system error icon (WIN32: IDI_ERROR).</summary>
  9516.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system error icon.</returns>
  9517.             <filterpriority>1</filterpriority>
  9518.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9519.         </member>
  9520.         <member name="P:System.Drawing.SystemIcons.Exclamation">
  9521.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).</summary>
  9522.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system exclamation icon.</returns>
  9523.             <filterpriority>1</filterpriority>
  9524.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9525.         </member>
  9526.         <member name="P:System.Drawing.SystemIcons.Hand">
  9527.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system hand icon (WIN32: IDI_HAND).</summary>
  9528.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system hand icon.</returns>
  9529.             <filterpriority>1</filterpriority>
  9530.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9531.         </member>
  9532.         <member name="P:System.Drawing.SystemIcons.Information">
  9533.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system information icon (WIN32: IDI_INFORMATION).</summary>
  9534.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system information icon.</returns>
  9535.             <filterpriority>1</filterpriority>
  9536.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9537.         </member>
  9538.         <member name="P:System.Drawing.SystemIcons.Question">
  9539.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system question icon (WIN32: IDI_QUESTION).</summary>
  9540.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system question icon.</returns>
  9541.             <filterpriority>1</filterpriority>
  9542.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9543.         </member>
  9544.         <member name="P:System.Drawing.SystemIcons.Warning">
  9545.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the system warning icon (WIN32: IDI_WARNING).</summary>
  9546.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the system warning icon.</returns>
  9547.             <filterpriority>1</filterpriority>
  9548.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9549.         </member>
  9550.         <member name="P:System.Drawing.SystemIcons.WinLogo">
  9551.             <summary>Gets an <see cref="T:System.Drawing.Icon"></see> object that contains the Windows logo icon (WIN32: IDI_WINLOGO).</summary>
  9552.             <returns>An <see cref="T:System.Drawing.Icon"></see> object that contains the Windows logo icon.</returns>
  9553.             <filterpriority>1</filterpriority>
  9554.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9555.         </member>
  9556.         <member name="T:System.Drawing.SystemPens">
  9557.             <summary>Each property of the <see cref="T:System.Drawing.SystemPens"></see> class is a <see cref="T:System.Drawing.Pen"></see> that is the color of a Windows display element and that has a width of 1 pixel.</summary>
  9558.             <filterpriority>1</filterpriority>
  9559.         </member>
  9560.         <member name="M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)">
  9561.             <summary>Creates a <see cref="T:System.Drawing.Pen"></see> from the specified <see cref="T:System.Drawing.Color"></see>.</summary>
  9562.             <returns>The <see cref="T:System.Drawing.Pen"></see> this method creates.</returns>
  9563.             <param name="c">The <see cref="T:System.Drawing.Color"></see> for the new <see cref="T:System.Drawing.Pen"></see>. </param>
  9564.             <filterpriority>1</filterpriority>
  9565.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9566.         </member>
  9567.         <member name="P:System.Drawing.SystemPens.ActiveBorder">
  9568.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the active window's border.</summary>
  9569.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the active window's border.</returns>
  9570.             <filterpriority>1</filterpriority>
  9571.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9572.         </member>
  9573.         <member name="P:System.Drawing.SystemPens.ActiveCaption">
  9574.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background of the active window's title bar.</summary>
  9575.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background of the active window's title bar.</returns>
  9576.             <filterpriority>1</filterpriority>
  9577.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9578.         </member>
  9579.         <member name="P:System.Drawing.SystemPens.ActiveCaptionText">
  9580.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the text in the active window's title bar.</summary>
  9581.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the text in the active window's title bar.</returns>
  9582.             <filterpriority>1</filterpriority>
  9583.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9584.         </member>
  9585.         <member name="P:System.Drawing.SystemPens.AppWorkspace">
  9586.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the application workspace.</summary>
  9587.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the application workspace.</returns>
  9588.             <filterpriority>1</filterpriority>
  9589.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9590.         </member>
  9591.         <member name="P:System.Drawing.SystemPens.ButtonFace">
  9592.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the face color of a 3-D element.</summary>
  9593.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the face color of a 3-D element.</returns>
  9594.             <filterpriority>1</filterpriority>
  9595.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9596.         </member>
  9597.         <member name="P:System.Drawing.SystemPens.ButtonHighlight">
  9598.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the highlight color of a 3-D element. </summary>
  9599.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the highlight color of a 3-D element.</returns>
  9600.             <filterpriority>1</filterpriority>
  9601.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9602.         </member>
  9603.         <member name="P:System.Drawing.SystemPens.ButtonShadow">
  9604.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the shadow color of a 3-D element. </summary>
  9605.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the shadow color of a 3-D element.</returns>
  9606.             <filterpriority>1</filterpriority>
  9607.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9608.         </member>
  9609.         <member name="P:System.Drawing.SystemPens.Control">
  9610.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the face color of a 3-D element.</summary>
  9611.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the face color of a 3-D element.</returns>
  9612.             <filterpriority>1</filterpriority>
  9613.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9614.         </member>
  9615.         <member name="P:System.Drawing.SystemPens.ControlDark">
  9616.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the shadow color of a 3-D element. </summary>
  9617.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the shadow color of a 3-D element.</returns>
  9618.             <filterpriority>1</filterpriority>
  9619.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9620.         </member>
  9621.         <member name="P:System.Drawing.SystemPens.ControlDarkDark">
  9622.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the dark shadow color of a 3-D element. </summary>
  9623.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the dark shadow color of a 3-D element.</returns>
  9624.             <filterpriority>1</filterpriority>
  9625.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9626.         </member>
  9627.         <member name="P:System.Drawing.SystemPens.ControlLight">
  9628.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the light color of a 3-D element. </summary>
  9629.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the light color of a 3-D element.</returns>
  9630.             <filterpriority>1</filterpriority>
  9631.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9632.         </member>
  9633.         <member name="P:System.Drawing.SystemPens.ControlLightLight">
  9634.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the highlight color of a 3-D element. </summary>
  9635.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the highlight color of a 3-D element.</returns>
  9636.             <filterpriority>1</filterpriority>
  9637.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9638.         </member>
  9639.         <member name="P:System.Drawing.SystemPens.ControlText">
  9640.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of text in a 3-D element.</summary>
  9641.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of text in a 3-D element.</returns>
  9642.             <filterpriority>1</filterpriority>
  9643.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9644.         </member>
  9645.         <member name="P:System.Drawing.SystemPens.Desktop">
  9646.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the Windows desktop.</summary>
  9647.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the Windows desktop.</returns>
  9648.             <filterpriority>1</filterpriority>
  9649.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9650.         </member>
  9651.         <member name="P:System.Drawing.SystemPens.GradientActiveCaption">
  9652.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the lightest color in the color gradient of an active window's title bar.</summary>
  9653.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the lightest color in the color gradient of an active window's title bar.</returns>
  9654.             <filterpriority>1</filterpriority>
  9655.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9656.         </member>
  9657.         <member name="P:System.Drawing.SystemPens.GradientInactiveCaption">
  9658.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the lightest color in the color gradient of an inactive window's title bar.</summary>
  9659.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the lightest color in the color gradient of an inactive window's title bar.</returns>
  9660.             <filterpriority>1</filterpriority>
  9661.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9662.         </member>
  9663.         <member name="P:System.Drawing.SystemPens.GrayText">
  9664.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of dimmed text. </summary>
  9665.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of dimmed text.</returns>
  9666.             <filterpriority>1</filterpriority>
  9667.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9668.         </member>
  9669.         <member name="P:System.Drawing.SystemPens.Highlight">
  9670.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background of selected items. </summary>
  9671.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background of selected items.</returns>
  9672.             <filterpriority>1</filterpriority>
  9673.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9674.         </member>
  9675.         <member name="P:System.Drawing.SystemPens.HighlightText">
  9676.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the text of selected items. </summary>
  9677.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the text of selected items.</returns>
  9678.             <filterpriority>1</filterpriority>
  9679.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9680.         </member>
  9681.         <member name="P:System.Drawing.SystemPens.HotTrack">
  9682.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color used to designate a hot-tracked item.</summary>
  9683.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color used to designate a hot-tracked item.</returns>
  9684.             <filterpriority>1</filterpriority>
  9685.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9686.         </member>
  9687.         <member name="P:System.Drawing.SystemPens.InactiveBorder">
  9688.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> is the color of the border of an inactive window.</summary>
  9689.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the border of an inactive window.</returns>
  9690.             <filterpriority>1</filterpriority>
  9691.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9692.         </member>
  9693.         <member name="P:System.Drawing.SystemPens.InactiveCaption">
  9694.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the title bar caption of an inactive window.</summary>
  9695.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the title bar caption of an inactive window.</returns>
  9696.             <filterpriority>1</filterpriority>
  9697.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9698.         </member>
  9699.         <member name="P:System.Drawing.SystemPens.InactiveCaptionText">
  9700.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the text in an inactive window's title bar.</summary>
  9701.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the text in an inactive window's title bar.</returns>
  9702.             <filterpriority>1</filterpriority>
  9703.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9704.         </member>
  9705.         <member name="P:System.Drawing.SystemPens.Info">
  9706.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a ToolTip.</summary>
  9707.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a ToolTip.</returns>
  9708.             <filterpriority>1</filterpriority>
  9709.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9710.         </member>
  9711.         <member name="P:System.Drawing.SystemPens.InfoText">
  9712.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the text of a ToolTip.</summary>
  9713.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the text of a ToolTip.</returns>
  9714.             <filterpriority>1</filterpriority>
  9715.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9716.         </member>
  9717.         <member name="P:System.Drawing.SystemPens.Menu">
  9718.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of a menu's background.</summary>
  9719.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of a menu's background.</returns>
  9720.             <filterpriority>1</filterpriority>
  9721.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9722.         </member>
  9723.         <member name="P:System.Drawing.SystemPens.MenuBar">
  9724.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a menu bar.</summary>
  9725.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a menu bar.</returns>
  9726.             <filterpriority>1</filterpriority>
  9727.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9728.         </member>
  9729.         <member name="P:System.Drawing.SystemPens.MenuHighlight">
  9730.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color used to highlight menu items when the menu appears as a flat menu.</summary>
  9731.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color used to highlight menu items when the menu appears as a flat menu.</returns>
  9732.             <filterpriority>1</filterpriority>
  9733.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9734.         </member>
  9735.         <member name="P:System.Drawing.SystemPens.MenuText">
  9736.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of a menu's text.</summary>
  9737.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of a menu's text.</returns>
  9738.             <filterpriority>1</filterpriority>
  9739.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9740.         </member>
  9741.         <member name="P:System.Drawing.SystemPens.ScrollBar">
  9742.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a scroll bar.</summary>
  9743.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background of a scroll bar.</returns>
  9744.             <filterpriority>1</filterpriority>
  9745.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9746.         </member>
  9747.         <member name="P:System.Drawing.SystemPens.Window">
  9748.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the background in the client area of a window.</summary>
  9749.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the background in the client area of a window.</returns>
  9750.             <filterpriority>1</filterpriority>
  9751.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9752.         </member>
  9753.         <member name="P:System.Drawing.SystemPens.WindowFrame">
  9754.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of a window frame.</summary>
  9755.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of a window frame.</returns>
  9756.             <filterpriority>1</filterpriority>
  9757.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9758.         </member>
  9759.         <member name="P:System.Drawing.SystemPens.WindowText">
  9760.             <summary>Gets a <see cref="T:System.Drawing.Pen"></see> that is the color of the text in the client area of a window.</summary>
  9761.             <returns>A <see cref="T:System.Drawing.Pen"></see> that is the color of the text in the client area of a window.</returns>
  9762.             <filterpriority>1</filterpriority>
  9763.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9764.         </member>
  9765.         <member name="T:System.Drawing.TextureBrush">
  9766.             <summary>Each property of the <see cref="T:System.Drawing.TextureBrush"></see> class is a <see cref="T:System.Drawing.Brush"></see> object that uses an image to fill the interior of a shape. This class cannot be inherited.</summary>
  9767.             <filterpriority>1</filterpriority>
  9768.         </member>
  9769.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)">
  9770.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image.</summary>
  9771.             <param name="bitmap">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9772.         </member>
  9773.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)">
  9774.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image and bounding rectangle.</summary>
  9775.             <param name="dstRect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9776.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9777.         </member>
  9778.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)">
  9779.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image and bounding rectangle.</summary>
  9780.             <param name="dstRect">A <see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9781.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9782.         </member>
  9783.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)">
  9784.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image and wrap mode.</summary>
  9785.             <param name="wrapMode">A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that specifies how this <see cref="T:System.Drawing.TextureBrush"></see> object is tiled. </param>
  9786.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9787.         </member>
  9788.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)">
  9789.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image, bounding rectangle, and image attributes.</summary>
  9790.             <param name="imageAttr">An <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that contains additional information about the image used by this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9791.             <param name="dstRect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9792.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9793.         </member>
  9794.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)">
  9795.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image, bounding rectangle, and image attributes.</summary>
  9796.             <param name="imageAttr">An <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that contains additional information about the image used by this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9797.             <param name="dstRect">A <see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9798.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9799.         </member>
  9800.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)">
  9801.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image, wrap mode, and bounding rectangle.</summary>
  9802.             <param name="dstRect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9803.             <param name="wrapMode">A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that specifies how this <see cref="T:System.Drawing.TextureBrush"></see> object is tiled. </param>
  9804.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9805.         </member>
  9806.         <member name="M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)">
  9807.             <summary>Initializes a new <see cref="T:System.Drawing.TextureBrush"></see> object that uses the specified image, wrap mode, and bounding rectangle.</summary>
  9808.             <param name="dstRect">A <see cref="T:System.Drawing.RectangleF"></see> structure that represents the bounding rectangle for this <see cref="T:System.Drawing.TextureBrush"></see> object. </param>
  9809.             <param name="wrapMode">A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that specifies how this <see cref="T:System.Drawing.TextureBrush"></see> object is tiled. </param>
  9810.             <param name="image">The <see cref="T:System.Drawing.Image"></see> object with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills interiors. </param>
  9811.         </member>
  9812.         <member name="M:System.Drawing.TextureBrush.Clone">
  9813.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.TextureBrush"></see> object.</summary>
  9814.             <returns>The <see cref="T:System.Drawing.TextureBrush"></see> object this method creates, cast as an <see cref="T:System.Object"></see> object.</returns>
  9815.             <filterpriority>1</filterpriority>
  9816.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9817.         </member>
  9818.         <member name="M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)">
  9819.             <summary>Multiplies the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that represents the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object by prepending the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object.</summary>
  9820.             <returns>This method does not return a value.</returns>
  9821.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object by which to multiply the geometric transformation. </param>
  9822.             <filterpriority>1</filterpriority>
  9823.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9824.         </member>
  9825.         <member name="M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  9826.             <summary>Multiplies the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that represents the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object in the specified order.</summary>
  9827.             <returns>This method does not return a value.</returns>
  9828.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object by which to multiply the geometric transformation. </param>
  9829.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies the order in which to multiply the two matrices. </param>
  9830.             <filterpriority>1</filterpriority>
  9831.         </member>
  9832.         <member name="M:System.Drawing.TextureBrush.ResetTransform">
  9833.             <summary>Resets the Transform property of this <see cref="T:System.Drawing.TextureBrush"></see> object to identity.</summary>
  9834.             <returns>This method does not return a value.</returns>
  9835.             <filterpriority>1</filterpriority>
  9836.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9837.         </member>
  9838.         <member name="M:System.Drawing.TextureBrush.RotateTransform(System.Single)">
  9839.             <summary>Rotates the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified amount. This method prepends the rotation to the transformation.</summary>
  9840.             <returns>This method does not return a value.</returns>
  9841.             <param name="angle">The angle of rotation. </param>
  9842.             <filterpriority>1</filterpriority>
  9843.         </member>
  9844.         <member name="M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  9845.             <summary>Rotates the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified amount in the specified order.</summary>
  9846.             <returns>This method does not return a value.</returns>
  9847.             <param name="angle">The angle of rotation. </param>
  9848.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies whether to append or prepend the rotation matrix. </param>
  9849.             <filterpriority>1</filterpriority>
  9850.         </member>
  9851.         <member name="M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)">
  9852.             <summary>Scales the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified amounts. This method prepends the scaling matrix to the transformation.</summary>
  9853.             <returns>This method does not return a value.</returns>
  9854.             <param name="sy">The amount by which to scale the transformation in the y direction. </param>
  9855.             <param name="sx">The amount by which to scale the transformation in the x direction. </param>
  9856.             <filterpriority>1</filterpriority>
  9857.         </member>
  9858.         <member name="M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  9859.             <summary>Scales the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified amounts in the specified order.</summary>
  9860.             <returns>This method does not return a value.</returns>
  9861.             <param name="sy">The amount by which to scale the transformation in the y direction. </param>
  9862.             <param name="sx">The amount by which to scale the transformation in the x direction. </param>
  9863.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> enumeration that specifies whether to append or prepend the scaling matrix. </param>
  9864.             <filterpriority>1</filterpriority>
  9865.         </member>
  9866.         <member name="M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)">
  9867.             <summary>Translates the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified dimensions. This method prepends the translation to the transformation.</summary>
  9868.             <returns>This method does not return a value.</returns>
  9869.             <param name="dx">The dimension by which to translate the transformation in the x direction. </param>
  9870.             <param name="dy">The dimension by which to translate the transformation in the y direction. </param>
  9871.             <filterpriority>1</filterpriority>
  9872.         </member>
  9873.         <member name="M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  9874.             <summary>Translates the local geometric transformation of this <see cref="T:System.Drawing.TextureBrush"></see> object by the specified dimensions in the specified order.</summary>
  9875.             <returns>This method does not return a value.</returns>
  9876.             <param name="dx">The dimension by which to translate the transformation in the x direction. </param>
  9877.             <param name="dy">The dimension by which to translate the transformation in the y direction. </param>
  9878.             <param name="order">The order (prepend or append) in which to apply the translation. </param>
  9879.             <filterpriority>1</filterpriority>
  9880.         </member>
  9881.         <member name="P:System.Drawing.TextureBrush.Image">
  9882.             <summary>Gets the <see cref="T:System.Drawing.Image"></see> object associated with this <see cref="T:System.Drawing.TextureBrush"></see> object.</summary>
  9883.             <returns>An <see cref="T:System.Drawing.Image"></see> object that represents the image with which this <see cref="T:System.Drawing.TextureBrush"></see> object fills shapes.</returns>
  9884.             <filterpriority>1</filterpriority>
  9885.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9886.         </member>
  9887.         <member name="P:System.Drawing.TextureBrush.Transform">
  9888.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that defines a local geometric transformation for the image associated with this <see cref="T:System.Drawing.TextureBrush"></see> object.</summary>
  9889.             <returns>A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> object that defines a geometric transformation that applies only to fills drawn by using this <see cref="T:System.Drawing.TextureBrush"></see> object.</returns>
  9890.             <filterpriority>1</filterpriority>
  9891.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9892.         </member>
  9893.         <member name="P:System.Drawing.TextureBrush.WrapMode">
  9894.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that indicates the wrap mode for this <see cref="T:System.Drawing.TextureBrush"></see> object.</summary>
  9895.             <returns>A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that specifies how fills drawn by using this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> object are tiled.</returns>
  9896.             <filterpriority>1</filterpriority>
  9897.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  9898.         </member>
  9899.         <member name="T:System.Drawing.ToolboxBitmapAttribute">
  9900.             <summary>Allows you to specify an icon to represent a control in a container, such as the Microsoft Visual Studio Form Designer.</summary>
  9901.             <filterpriority>1</filterpriority>
  9902.         </member>
  9903.         <member name="M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)">
  9904.             <summary>Initializes a new <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object with an image from a specified file.</summary>
  9905.             <param name="imageFile">The name of a file that contains a 16 by 16 bitmap. </param>
  9906.         </member>
  9907.         <member name="M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)">
  9908.             <summary>Initializes a new <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object based on a 16 x 16 bitmap that is embedded as a resource in a specified assembly.</summary>
  9909.             <param name="t">A <see cref="T:System.Type"></see> whose defining assembly is searched for the bitmap resource. </param>
  9910.         </member>
  9911.         <member name="M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)">
  9912.             <summary>Initializes a new <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object based on a 16 by 16 bitmap that is embedded as a resource in a specified assembly.</summary>
  9913.             <param name="name">The name of the embedded bitmap resource. </param>
  9914.             <param name="t">A <see cref="T:System.Type"></see> whose defining assembly is searched for the bitmap resource. </param>
  9915.         </member>
  9916.         <member name="F:System.Drawing.ToolboxBitmapAttribute.Default">
  9917.             <summary>A <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object that has its small image and its large image set to null.</summary>
  9918.             <filterpriority>1</filterpriority>
  9919.         </member>
  9920.         <member name="M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)">
  9921.             <summary>Indicates whether the specified object is a <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object and is identical to this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9922.             <returns>This method returns true if value is both a <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object and is identical to this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9923.             <param name="value">The <see cref="T:System.Object"></see> to test. </param>
  9924.             <filterpriority>1</filterpriority>
  9925.         </member>
  9926.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetHashCode">
  9927.             <summary>Gets a hash code for this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9928.             <returns>The hash code for this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9929.             <filterpriority>1</filterpriority>
  9930.         </member>
  9931.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)">
  9932.             <summary>Gets the small <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9933.             <returns>The small <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9934.             <param name="component">If this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object does not already have a small image, this method searches for a bitmap resource in the assembly that defines the type of the object specified by the component parameter. For example, if you pass an object of type ControlA to the component parameter, then this method searches the assembly that defines ControlA. </param>
  9935.             <filterpriority>1</filterpriority>
  9936.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9937.         </member>
  9938.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)">
  9939.             <summary>Gets the small <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9940.             <returns>The small <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9941.             <param name="type">If this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object does not already have a small image, this method searches for a bitmap resource in the assembly that defines the type specified by the type parameter. For example, if you pass typeof(ControlA) to the type parameter, then this method searches the assembly that defines ControlA. </param>
  9942.             <filterpriority>1</filterpriority>
  9943.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9944.         </member>
  9945.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)">
  9946.             <summary>Gets the small or large <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9947.             <returns>An <see cref="T:System.Drawing.Image"></see> object associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9948.             <param name="large">Specifies whether this method returns a large image (true) or a small image (false). The small image is 16 by 16, and the large image is 32 by 32. </param>
  9949.             <param name="component">If this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object does not already have a small image, this method searches for a bitmap resource in the assembly that defines the type of the object specified by the component parameter. For example, if you pass an object of type ControlA to the component parameter, then this method searches the assembly that defines ControlA. </param>
  9950.             <filterpriority>1</filterpriority>
  9951.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9952.         </member>
  9953.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)">
  9954.             <summary>Gets the small or large <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9955.             <returns>An <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9956.             <param name="type">If this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object does not already have a small image, this method searches for a bitmap resource in the assembly that defines the type specified by the component type. For example, if you pass typeof(ControlA) to the type parameter, then this method searches the assembly that defines ControlA. </param>
  9957.             <param name="large">Specifies whether this method returns a large image (true) or a small image (false). The small image is 16 by 16, and the large image is 32 by 32. </param>
  9958.             <filterpriority>1</filterpriority>
  9959.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9960.         </member>
  9961.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)">
  9962.             <summary>Gets the small or large <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</summary>
  9963.             <returns>An <see cref="T:System.Drawing.Image"></see> associated with this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object.</returns>
  9964.             <param name="type">If this <see cref="T:System.Drawing.ToolboxBitmapAttribute"></see> object does not already have a small image, this method searches for an embedded bitmap resource in the assembly that defines the type specified by the component type. For example, if you pass typeof(ControlA) to the type parameter, then this method searches the assembly that defines ControlA. </param>
  9965.             <param name="imgName">The name of the embedded bitmap resource. </param>
  9966.             <param name="large">Specifies whether this method returns a large image (true) or a small image (false). The small image is 16 by 16, and the large image is 32 by 32. </param>
  9967.             <filterpriority>1</filterpriority>
  9968.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9969.         </member>
  9970.         <member name="M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)">
  9971.             <summary>Returns an <see cref="T:System.Drawing.Image"></see> object based on a bitmap resource that is embedded in an assembly.</summary>
  9972.             <returns>An <see cref="T:System.Drawing.Image"></see> object based on the retrieved bitmap.</returns>
  9973.             <param name="large">Specifies whether this method returns a large image (true)or a small image (false). The small image is 16 by 16, and the large image is 32 x 32. </param>
  9974.             <param name="t">This method searches for an embedded bitmap resource in the assembly that defines the type specified by the t parameter. For example, if you pass typeof(ControlA) to the t parameter, then this method searches the assembly that defines ControlA. </param>
  9975.             <param name="imageName">The name of the embedded bitmap resource. </param>
  9976.             <filterpriority>1</filterpriority>
  9977.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  9978.         </member>
  9979.         <member name="T:System.Drawing.Design.CategoryNameCollection">
  9980.             <summary>Represents a collection of category name strings.</summary>
  9981.         </member>
  9982.         <member name="M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)">
  9983.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.CategoryNameCollection"></see> class using the specified collection.</summary>
  9984.             <param name="value">A <see cref="T:System.Drawing.Design.CategoryNameCollection"></see> that contains the names to initialize the collection values to. </param>
  9985.         </member>
  9986.         <member name="M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])">
  9987.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.CategoryNameCollection"></see> class using the specified array of names.</summary>
  9988.             <param name="value">An array of strings that contains the names of the categories to initialize the collection values to. </param>
  9989.         </member>
  9990.         <member name="M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)">
  9991.             <summary>Indicates whether the specified category is contained in the collection.</summary>
  9992.             <returns>true if the specified category is contained in the collection; otherwise, false.</returns>
  9993.             <param name="value">The string to check for in the collection. </param>
  9994.         </member>
  9995.         <member name="M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)">
  9996.             <summary>Copies the collection elements to the specified array at the specified index.</summary>
  9997.             <param name="array">The array to copy to. </param>
  9998.             <param name="index">The index of the destination array at which to begin copying. </param>
  9999.         </member>
  10000.         <member name="M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)">
  10001.             <summary>Gets the index of the specified value.</summary>
  10002.             <returns>The index in the collection, or null if the string does not exist in the collection.</returns>
  10003.             <param name="value">The category name to retrieve the index of in the collection. </param>
  10004.         </member>
  10005.         <member name="P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)">
  10006.             <summary>Gets the category name at the specified index.</summary>
  10007.             <returns>The category name at the specified index.</returns>
  10008.             <param name="index">The index of the collection element to access. </param>
  10009.         </member>
  10010.         <member name="T:System.Drawing.Design.IPropertyValueUIService">
  10011.             <summary>Provides an interface to manage the images, ToolTips, and event handlers for the properties of a component displayed in a property browser.</summary>
  10012.         </member>
  10013.         <member name="E:System.Drawing.Design.IPropertyValueUIService.PropertyUIValueItemsChanged">
  10014.             <summary>Occurs when the list of <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> objects is modified.</summary>
  10015.         </member>
  10016.         <member name="M:System.Drawing.Design.IPropertyValueUIService.AddPropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler)">
  10017.             <summary>Adds the specified <see cref="T:System.Drawing.Design.PropertyValueUIHandler"></see> to this service.</summary>
  10018.             <param name="newHandler">The property value UI handler to add. </param>
  10019.         </member>
  10020.         <member name="M:System.Drawing.Design.IPropertyValueUIService.GetPropertyUIValueItems(System.ComponentModel.ITypeDescriptorContext,System.ComponentModel.PropertyDescriptor)">
  10021.             <summary>Gets the <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> objects that match the specified context and property descriptor characteristics.</summary>
  10022.             <returns>An array of <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> objects that match the specified parameters.</returns>
  10023.             <param name="propDesc">A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that indicates the property to match with the properties to return. </param>
  10024.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to gain additional context information. </param>
  10025.         </member>
  10026.         <member name="M:System.Drawing.Design.IPropertyValueUIService.NotifyPropertyValueUIItemsChanged">
  10027.             <summary>Notifies the <see cref="T:System.Drawing.Design.IPropertyValueUIService"></see> implementation that the global list of <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> objects has been modified.</summary>
  10028.         </member>
  10029.         <member name="M:System.Drawing.Design.IPropertyValueUIService.RemovePropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler)">
  10030.             <summary>Removes the specified <see cref="T:System.Drawing.Design.PropertyValueUIHandler"></see> from the property value UI service.</summary>
  10031.             <param name="newHandler">The handler to remove. </param>
  10032.         </member>
  10033.         <member name="T:System.Drawing.Design.IToolboxItemProvider">
  10034.             <summary>Exposes a collection of toolbox items.</summary>
  10035.         </member>
  10036.         <member name="P:System.Drawing.Design.IToolboxItemProvider.Items">
  10037.             <summary>Gets a collection of <see cref="T:System.Drawing.Design.ToolboxItem"></see> objects.</summary>
  10038.             <returns>A collection of <see cref="T:System.Drawing.Design.ToolboxItem"></see> objects.</returns>
  10039.         </member>
  10040.         <member name="T:System.Drawing.Design.IToolboxService">
  10041.             <summary>Provides methods and properties to manage and query the toolbox in the development environment.</summary>
  10042.         </member>
  10043.         <member name="M:System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback,System.String)">
  10044.             <summary>Adds a new toolbox item creator for a specified data format.</summary>
  10045.             <param name="format">The data format that the creator handles. </param>
  10046.             <param name="creator">A <see cref="T:System.Drawing.Design.ToolboxItemCreatorCallback"></see> that can create a component when the toolbox item is invoked. </param>
  10047.         </member>
  10048.         <member name="M:System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback,System.String,System.ComponentModel.Design.IDesignerHost)">
  10049.             <summary>Adds a new toolbox item creator for a specified data format and designer host.</summary>
  10050.             <param name="format">The data format that the creator handles. </param>
  10051.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that represents the designer host to associate with the creator. </param>
  10052.             <param name="creator">A <see cref="T:System.Drawing.Design.ToolboxItemCreatorCallback"></see> that can create a component when the toolbox item is invoked. </param>
  10053.         </member>
  10054.         <member name="M:System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem,System.ComponentModel.Design.IDesignerHost)">
  10055.             <summary>Adds the specified project-linked toolbox item to the toolbox.</summary>
  10056.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> for the current design document. </param>
  10057.             <param name="toolboxItem">The linked <see cref="T:System.Drawing.Design.ToolboxItem"></see> to add to the toolbox. </param>
  10058.         </member>
  10059.         <member name="M:System.Drawing.Design.IToolboxService.AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem,System.String,System.ComponentModel.Design.IDesignerHost)">
  10060.             <summary>Adds the specified project-linked toolbox item to the toolbox in the specified category.</summary>
  10061.             <param name="category">The toolbox item category to add the toolbox item to. </param>
  10062.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> for the current design document. </param>
  10063.             <param name="toolboxItem">The linked <see cref="T:System.Drawing.Design.ToolboxItem"></see> to add to the toolbox. </param>
  10064.         </member>
  10065.         <member name="M:System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem)">
  10066.             <summary>Adds the specified toolbox item to the toolbox.</summary>
  10067.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to add to the toolbox. </param>
  10068.         </member>
  10069.         <member name="M:System.Drawing.Design.IToolboxService.AddToolboxItem(System.Drawing.Design.ToolboxItem,System.String)">
  10070.             <summary>Adds the specified toolbox item to the toolbox in the specified category.</summary>
  10071.             <param name="category">The toolbox item category to add the <see cref="T:System.Drawing.Design.ToolboxItem"></see> to. </param>
  10072.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to add to the toolbox. </param>
  10073.         </member>
  10074.         <member name="M:System.Drawing.Design.IToolboxService.DeserializeToolboxItem(System.Object)">
  10075.             <summary>Gets a toolbox item from the specified object that represents a toolbox item in serialized form.</summary>
  10076.             <returns>The <see cref="T:System.Drawing.Design.ToolboxItem"></see> created from the serialized object.</returns>
  10077.             <param name="serializedObject">The object that contains the <see cref="T:System.Drawing.Design.ToolboxItem"></see> to retrieve. </param>
  10078.         </member>
  10079.         <member name="M:System.Drawing.Design.IToolboxService.DeserializeToolboxItem(System.Object,System.ComponentModel.Design.IDesignerHost)">
  10080.             <summary>Gets a toolbox item from the specified object that represents a toolbox item in serialized form, using the specified designer host.</summary>
  10081.             <returns>The <see cref="T:System.Drawing.Design.ToolboxItem"></see> created from deserialization.</returns>
  10082.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> to associate with this <see cref="T:System.Drawing.Design.ToolboxItem"></see>. </param>
  10083.             <param name="serializedObject">The object that contains the <see cref="T:System.Drawing.Design.ToolboxItem"></see> to retrieve. </param>
  10084.         </member>
  10085.         <member name="M:System.Drawing.Design.IToolboxService.GetSelectedToolboxItem">
  10086.             <summary>Gets the currently selected toolbox item.</summary>
  10087.             <returns>The <see cref="T:System.Drawing.Design.ToolboxItem"></see> that is currently selected, or null if no toolbox item has been selected.</returns>
  10088.         </member>
  10089.         <member name="M:System.Drawing.Design.IToolboxService.GetSelectedToolboxItem(System.ComponentModel.Design.IDesignerHost)">
  10090.             <summary>Gets the currently selected toolbox item if it is available to all designers, or if it supports the specified designer.</summary>
  10091.             <returns>The <see cref="T:System.Drawing.Design.ToolboxItem"></see> that is currently selected, or null if no toolbox item is currently selected.</returns>
  10092.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that the selected tool must be associated with for it to be returned. </param>
  10093.         </member>
  10094.         <member name="M:System.Drawing.Design.IToolboxService.GetToolboxItems">
  10095.             <summary>Gets the entire collection of toolbox items from the toolbox.</summary>
  10096.             <returns>A <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> that contains the current toolbox items.</returns>
  10097.         </member>
  10098.         <member name="M:System.Drawing.Design.IToolboxService.GetToolboxItems(System.ComponentModel.Design.IDesignerHost)">
  10099.             <summary>Gets the collection of toolbox items that are associated with the specified designer host from the toolbox.</summary>
  10100.             <returns>A <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> that contains the current toolbox items that are associated with the specified designer host.</returns>
  10101.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that is associated with the toolbox items to retrieve. </param>
  10102.         </member>
  10103.         <member name="M:System.Drawing.Design.IToolboxService.GetToolboxItems(System.String)">
  10104.             <summary>Gets a collection of toolbox items from the toolbox that match the specified category.</summary>
  10105.             <returns>A <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> that contains the current toolbox items that are associated with the specified category.</returns>
  10106.             <param name="category">The toolbox item category to retrieve all the toolbox items from. </param>
  10107.         </member>
  10108.         <member name="M:System.Drawing.Design.IToolboxService.GetToolboxItems(System.String,System.ComponentModel.Design.IDesignerHost)">
  10109.             <summary>Gets the collection of toolbox items that are associated with the specified designer host and category from the toolbox.</summary>
  10110.             <returns>A <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> that contains the current toolbox items that are associated with the specified category and designer host.</returns>
  10111.             <param name="category">The toolbox item category to retrieve the toolbox items from. </param>
  10112.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that is associated with the toolbox items to retrieve. </param>
  10113.         </member>
  10114.         <member name="M:System.Drawing.Design.IToolboxService.IsSupported(System.Object,System.Collections.ICollection)">
  10115.             <summary>Gets a value indicating whether the specified object which represents a serialized toolbox item matches the specified attributes.</summary>
  10116.             <returns>true if the object matches the specified attributes; otherwise, false.</returns>
  10117.             <param name="filterAttributes">An <see cref="T:System.Collections.ICollection"></see> that contains the attributes to test the serialized object for. </param>
  10118.             <param name="serializedObject">The object that contains the <see cref="T:System.Drawing.Design.ToolboxItem"></see> to retrieve. </param>
  10119.         </member>
  10120.         <member name="M:System.Drawing.Design.IToolboxService.IsSupported(System.Object,System.ComponentModel.Design.IDesignerHost)">
  10121.             <summary>Gets a value indicating whether the specified object which represents a serialized toolbox item can be used by the specified designer host.</summary>
  10122.             <returns>true if the specified object is compatible with the specified designer host; otherwise, false.</returns>
  10123.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> to test for support for the <see cref="T:System.Drawing.Design.ToolboxItem"></see>. </param>
  10124.             <param name="serializedObject">The object that contains the <see cref="T:System.Drawing.Design.ToolboxItem"></see> to retrieve. </param>
  10125.         </member>
  10126.         <member name="M:System.Drawing.Design.IToolboxService.IsToolboxItem(System.Object)">
  10127.             <summary>Gets a value indicating whether the specified object is a serialized toolbox item.</summary>
  10128.             <returns>true if the object contains a toolbox item object; otherwise, false.</returns>
  10129.             <param name="serializedObject">The object to inspect. </param>
  10130.         </member>
  10131.         <member name="M:System.Drawing.Design.IToolboxService.IsToolboxItem(System.Object,System.ComponentModel.Design.IDesignerHost)">
  10132.             <summary>Gets a value indicating whether the specified object is a serialized toolbox item, using the specified designer host.</summary>
  10133.             <returns>true if the object contains a toolbox item object; otherwise, false.</returns>
  10134.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that is making this request. </param>
  10135.             <param name="serializedObject">The object to inspect. </param>
  10136.         </member>
  10137.         <member name="M:System.Drawing.Design.IToolboxService.Refresh">
  10138.             <summary>Refreshes the state of the toolbox items.</summary>
  10139.         </member>
  10140.         <member name="M:System.Drawing.Design.IToolboxService.RemoveCreator(System.String)">
  10141.             <summary>Removes a previously added toolbox item creator of the specified data format.</summary>
  10142.             <param name="format">The data format of the creator to remove. </param>
  10143.         </member>
  10144.         <member name="M:System.Drawing.Design.IToolboxService.RemoveCreator(System.String,System.ComponentModel.Design.IDesignerHost)">
  10145.             <summary>Removes a previously added toolbox creator that is associated with the specified data format and the specified designer host.</summary>
  10146.             <param name="format">The data format of the creator to remove. </param>
  10147.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that is associated with the creator to remove. </param>
  10148.         </member>
  10149.         <member name="M:System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem)">
  10150.             <summary>Removes the specified toolbox item from the toolbox.</summary>
  10151.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to remove from the toolbox. </param>
  10152.         </member>
  10153.         <member name="M:System.Drawing.Design.IToolboxService.RemoveToolboxItem(System.Drawing.Design.ToolboxItem,System.String)">
  10154.             <summary>Removes the specified toolbox item from the toolbox.</summary>
  10155.             <param name="category">The toolbox item category to remove the <see cref="T:System.Drawing.Design.ToolboxItem"></see> from. </param>
  10156.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to remove from the toolbox. </param>
  10157.         </member>
  10158.         <member name="M:System.Drawing.Design.IToolboxService.SelectedToolboxItemUsed">
  10159.             <summary>Notifies the toolbox service that the selected tool has been used.</summary>
  10160.         </member>
  10161.         <member name="M:System.Drawing.Design.IToolboxService.SerializeToolboxItem(System.Drawing.Design.ToolboxItem)">
  10162.             <summary>Gets a serializable object that represents the specified toolbox item.</summary>
  10163.             <returns>An object that represents the specified <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10164.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to serialize. </param>
  10165.         </member>
  10166.         <member name="M:System.Drawing.Design.IToolboxService.SetCursor">
  10167.             <summary>Sets the current application's cursor to a cursor that represents the currently selected tool.</summary>
  10168.             <returns>true if the cursor is set by the currently selected tool, false if there is no tool selected and the cursor is set to the standard windows cursor.</returns>
  10169.         </member>
  10170.         <member name="M:System.Drawing.Design.IToolboxService.SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem)">
  10171.             <summary>Selects the specified toolbox item.</summary>
  10172.             <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to select. </param>
  10173.         </member>
  10174.         <member name="P:System.Drawing.Design.IToolboxService.CategoryNames">
  10175.             <summary>Gets the names of all the tool categories currently on the toolbox.</summary>
  10176.             <returns>A <see cref="T:System.Drawing.Design.CategoryNameCollection"></see> containing the tool categories.</returns>
  10177.         </member>
  10178.         <member name="P:System.Drawing.Design.IToolboxService.SelectedCategory">
  10179.             <summary>Gets or sets the name of the currently selected tool category from the toolbox.</summary>
  10180.             <returns>The name of the currently selected category.</returns>
  10181.         </member>
  10182.         <member name="T:System.Drawing.Design.IToolboxUser">
  10183.             <summary>Defines an interface for setting the currently selected toolbox item and indicating whether a designer supports a particular toolbox item.</summary>
  10184.         </member>
  10185.         <member name="M:System.Drawing.Design.IToolboxUser.GetToolSupported(System.Drawing.Design.ToolboxItem)">
  10186.             <summary>Gets a value indicating whether the specified tool is supported by the current designer.</summary>
  10187.             <returns>true if the tool is supported by the toolbox and can be enabled; false if the document designer does not know how to use the tool.</returns>
  10188.             <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to be tested for toolbox support. </param>
  10189.         </member>
  10190.         <member name="M:System.Drawing.Design.IToolboxUser.ToolPicked(System.Drawing.Design.ToolboxItem)">
  10191.             <summary>Selects the specified tool.</summary>
  10192.             <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to select. </param>
  10193.         </member>
  10194.         <member name="T:System.Drawing.Design.PaintValueEventArgs">
  10195.             <summary>Provides data for the <see cref="M:System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)"></see> method.</summary>
  10196.         </member>
  10197.         <member name="M:System.Drawing.Design.PaintValueEventArgs.#ctor(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)">
  10198.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.PaintValueEventArgs"></see> class using the specified values.</summary>
  10199.             <param name="bounds">The <see cref="T:System.Drawing.Rectangle"></see> in which drawing is to be done. </param>
  10200.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> object with which drawing is to be done. </param>
  10201.             <param name="context">The context in which the value appears. </param>
  10202.             <param name="value">The value to paint. </param>
  10203.             <exception cref="T:System.ArgumentNullException">graphics is null.</exception>
  10204.         </member>
  10205.         <member name="P:System.Drawing.Design.PaintValueEventArgs.Bounds">
  10206.             <summary>Gets the rectangle that indicates the area in which the painting should be done.</summary>
  10207.             <returns>A <see cref="T:System.Drawing.Rectangle"></see>.</returns>
  10208.         </member>
  10209.         <member name="P:System.Drawing.Design.PaintValueEventArgs.Context">
  10210.             <summary>Gets the <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> interface to be used to gain additional information about the context this value appears in.</summary>
  10211.             <returns>An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that indicates the context of the event.</returns>
  10212.         </member>
  10213.         <member name="P:System.Drawing.Design.PaintValueEventArgs.Graphics">
  10214.             <summary>Gets the <see cref="T:System.Drawing.Graphics"></see> object with which painting should be done.</summary>
  10215.             <returns>A <see cref="T:System.Drawing.Graphics"></see> object to use for painting.</returns>
  10216.         </member>
  10217.         <member name="P:System.Drawing.Design.PaintValueEventArgs.Value">
  10218.             <summary>Gets the value to paint.</summary>
  10219.             <returns>An object indicating what to paint.</returns>
  10220.         </member>
  10221.         <member name="T:System.Drawing.Design.PropertyValueUIHandler">
  10222.             <summary>Represents the method that adds a delegate to an implementation of <see cref="T:System.Drawing.Design.IPropertyValueUIService"></see>.</summary>
  10223.         </member>
  10224.         <member name="T:System.Drawing.Design.PropertyValueUIItem">
  10225.             <summary>Provides information about a property displayed in the Properties window, including the associated event handler, pop-up information string, and the icon to display for the property.</summary>
  10226.         </member>
  10227.         <member name="M:System.Drawing.Design.PropertyValueUIItem.#ctor(System.Drawing.Image,System.Drawing.Design.PropertyValueUIItemInvokeHandler,System.String)">
  10228.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> class.</summary>
  10229.             <param name="uiItemImage">The icon to display. The image must be 8 x 8 pixels. </param>
  10230.             <param name="tooltip">The <see cref="P:System.Drawing.Design.PropertyValueUIItem.ToolTip"></see> to display for the property that this <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see> is associated with. </param>
  10231.             <param name="handler">The handler to invoke when the image is double-clicked. </param>
  10232.             <exception cref="T:System.ArgumentNullException">uiItemImage or handler is null.</exception>
  10233.         </member>
  10234.         <member name="M:System.Drawing.Design.PropertyValueUIItem.Reset">
  10235.             <summary>Resets the user interface (UI) item.</summary>
  10236.         </member>
  10237.         <member name="P:System.Drawing.Design.PropertyValueUIItem.Image">
  10238.             <summary>Gets the 8 x 8 pixel image that will be drawn in the Properties window.</summary>
  10239.             <returns>The image to use for the property icon.</returns>
  10240.         </member>
  10241.         <member name="P:System.Drawing.Design.PropertyValueUIItem.InvokeHandler">
  10242.             <summary>Gets the handler that is raised when a user double-clicks this item.</summary>
  10243.             <returns>A <see cref="T:System.Drawing.Design.PropertyValueUIItemInvokeHandler"></see> indicating the event handler for this user interface (UI) item.</returns>
  10244.         </member>
  10245.         <member name="P:System.Drawing.Design.PropertyValueUIItem.ToolTip">
  10246.             <summary>Gets or sets the information string to display for this item.</summary>
  10247.             <returns>A string containing the information string to display for this item.</returns>
  10248.         </member>
  10249.         <member name="T:System.Drawing.Design.PropertyValueUIItemInvokeHandler">
  10250.             <summary>Represents the method that will handle the <see cref="P:System.Drawing.Design.PropertyValueUIItem.InvokeHandler"></see> event of a <see cref="T:System.Drawing.Design.PropertyValueUIItem"></see>.</summary>
  10251.         </member>
  10252.         <member name="T:System.Drawing.Design.ToolboxComponentsCreatedEventArgs">
  10253.             <summary>Provides data for the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreated"></see> event that occurs when components are added to the toolbox.</summary>
  10254.         </member>
  10255.         <member name="M:System.Drawing.Design.ToolboxComponentsCreatedEventArgs.#ctor(System.ComponentModel.IComponent[])">
  10256.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxComponentsCreatedEventArgs"></see> class.</summary>
  10257.             <param name="components">The components to include in the toolbox. </param>
  10258.         </member>
  10259.         <member name="P:System.Drawing.Design.ToolboxComponentsCreatedEventArgs.Components">
  10260.             <summary>Gets or sets an array containing the components to add to the toolbox.</summary>
  10261.             <returns>An array of type <see cref="T:System.ComponentModel.IComponent"></see> indicating the components to add to the toolbox.</returns>
  10262.         </member>
  10263.         <member name="T:System.Drawing.Design.ToolboxComponentsCreatedEventHandler">
  10264.             <summary>Represents the method that handles the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreated"></see> event.</summary>
  10265.         </member>
  10266.         <member name="T:System.Drawing.Design.ToolboxComponentsCreatingEventArgs">
  10267.             <summary>Provides data for the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreating"></see> event that occurs when components are added to the toolbox.</summary>
  10268.         </member>
  10269.         <member name="M:System.Drawing.Design.ToolboxComponentsCreatingEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
  10270.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxComponentsCreatingEventArgs"></see> class.</summary>
  10271.             <param name="host">The designer host that is making the request. </param>
  10272.         </member>
  10273.         <member name="P:System.Drawing.Design.ToolboxComponentsCreatingEventArgs.DesignerHost">
  10274.             <summary>Gets or sets an instance of the <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that made the request to create toolbox components.</summary>
  10275.             <returns>The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that made the request to create toolbox components, or null if no designer host was provided to the toolbox item.</returns>
  10276.         </member>
  10277.         <member name="T:System.Drawing.Design.ToolboxComponentsCreatingEventHandler">
  10278.             <summary>Represents the method that handles the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreating"></see> event.</summary>
  10279.         </member>
  10280.         <member name="T:System.Drawing.Design.ToolboxItem">
  10281.             <summary>Provides a base implementation of a toolbox item.</summary>
  10282.         </member>
  10283.         <member name="M:System.Drawing.Design.ToolboxItem.#ctor">
  10284.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxItem"></see> class.</summary>
  10285.         </member>
  10286.         <member name="M:System.Drawing.Design.ToolboxItem.#ctor(System.Type)">
  10287.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxItem"></see> class that creates the specified type of component.</summary>
  10288.             <param name="toolType">The type of <see cref="T:System.ComponentModel.IComponent"></see> that the toolbox item creates. </param>
  10289.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> was locked. </exception>
  10290.         </member>
  10291.         <member name="E:System.Drawing.Design.ToolboxItem.ComponentsCreated">
  10292.             <summary>Occurs immediately after components are created.</summary>
  10293.         </member>
  10294.         <member name="E:System.Drawing.Design.ToolboxItem.ComponentsCreating">
  10295.             <summary>Occurs when components are about to be created.</summary>
  10296.         </member>
  10297.         <member name="M:System.Drawing.Design.ToolboxItem.CheckUnlocked">
  10298.             <summary>Throws an exception if the toolbox item is currently locked.</summary>
  10299.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> is locked. </exception>
  10300.         </member>
  10301.         <member name="M:System.Drawing.Design.ToolboxItem.CreateComponents">
  10302.             <summary>Creates the components that the toolbox item is configured to create.</summary>
  10303.             <returns>An array of created <see cref="T:System.ComponentModel.IComponent"></see> objects.</returns>
  10304.         </member>
  10305.         <member name="M:System.Drawing.Design.ToolboxItem.CreateComponents(System.ComponentModel.Design.IDesignerHost)">
  10306.             <summary>Creates the components that the toolbox item is configured to create, using the specified designer host.</summary>
  10307.             <returns>An array of created <see cref="T:System.ComponentModel.IComponent"></see> objects.</returns>
  10308.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> to use when creating the components. </param>
  10309.         </member>
  10310.         <member name="M:System.Drawing.Design.ToolboxItem.CreateComponents(System.ComponentModel.Design.IDesignerHost,System.Collections.IDictionary)">
  10311.             <summary>Creates the components that the toolbox item is configured to create, using the specified designer host and default values.</summary>
  10312.             <returns>An array of created <see cref="T:System.ComponentModel.IComponent"></see> objects.</returns>
  10313.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> to use when creating the components.</param>
  10314.             <param name="defaultValues">A dictionary of property name/value pairs of default values with which to initialize the component.</param>
  10315.         </member>
  10316.         <member name="M:System.Drawing.Design.ToolboxItem.CreateComponentsCore(System.ComponentModel.Design.IDesignerHost)">
  10317.             <summary>Creates a component or an array of components when the toolbox item is invoked.</summary>
  10318.             <returns>An array of created <see cref="T:System.ComponentModel.IComponent"></see> objects.</returns>
  10319.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> to host the toolbox item. </param>
  10320.         </member>
  10321.         <member name="M:System.Drawing.Design.ToolboxItem.CreateComponentsCore(System.ComponentModel.Design.IDesignerHost,System.Collections.IDictionary)">
  10322.             <summary>Creates an array of components when the toolbox item is invoked.</summary>
  10323.             <returns>An array of created <see cref="T:System.ComponentModel.IComponent"></see> objects.</returns>
  10324.             <param name="host">The designer host to use when creating components.</param>
  10325.             <param name="defaultValues">A dictionary of property name/value pairs of default values with which to initialize the component.</param>
  10326.         </member>
  10327.         <member name="M:System.Drawing.Design.ToolboxItem.Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10328.             <summary>Loads the state of the toolbox item from the specified serialization information object.</summary>
  10329.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that indicates the stream characteristics. </param>
  10330.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to load from. </param>
  10331.         </member>
  10332.         <member name="M:System.Drawing.Design.ToolboxItem.Equals(System.Object)">
  10333.             <summary>Determines whether two <see cref="T:System.Drawing.Design.ToolboxItem"></see> instances are equal.</summary>
  10334.             <returns>true if the specified <see cref="T:System.Drawing.Design.ToolboxItem"></see> is equal to the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>; otherwise, false.</returns>
  10335.             <param name="obj">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> to compare with the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</param>
  10336.         </member>
  10337.         <member name="M:System.Drawing.Design.ToolboxItem.FilterPropertyValue(System.String,System.Object)">
  10338.             <summary>Filters a property value before returning it.</summary>
  10339.             <returns>A filtered property value.</returns>
  10340.             <param name="value">The value against which to filter the property.</param>
  10341.             <param name="propertyName">The name of the property to filter.</param>
  10342.         </member>
  10343.         <member name="M:System.Drawing.Design.ToolboxItem.GetHashCode">
  10344.             <summary>Returns the hash code for this instance.</summary>
  10345.             <returns>A hash code for the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10346.         </member>
  10347.         <member name="M:System.Drawing.Design.ToolboxItem.GetType(System.ComponentModel.Design.IDesignerHost)">
  10348.             <summary>Enables access to the type associated with the toolbox item.</summary>
  10349.             <returns>The type associated with the toolbox item.</returns>
  10350.             <param name="host">The designer host to query for <see cref="T:System.ComponentModel.Design.ITypeResolutionService"></see>.</param>
  10351.         </member>
  10352.         <member name="M:System.Drawing.Design.ToolboxItem.GetType(System.ComponentModel.Design.IDesignerHost,System.Reflection.AssemblyName,System.String,System.Boolean)">
  10353.             <summary>Creates an instance of the specified type, optionally using a specified designer host and assembly name.</summary>
  10354.             <returns>An instance of the specified type, if it can be located.</returns>
  10355.             <param name="reference">A value indicating whether or not to add a reference to the assembly that contains the specified type to the designer host's set of references. </param>
  10356.             <param name="typeName">The name of the type to create an instance of. </param>
  10357.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> for the current document. This can be null. </param>
  10358.             <param name="assemblyName">An <see cref="T:System.Reflection.AssemblyName"></see> that indicates the assembly that contains the type to load. This can be null. </param>
  10359.             <exception cref="T:System.ArgumentNullException">typeName is not specified. </exception>
  10360.         </member>
  10361.         <member name="M:System.Drawing.Design.ToolboxItem.Initialize(System.Type)">
  10362.             <summary>Initializes the current toolbox item with the specified type to create.</summary>
  10363.             <param name="type">The <see cref="T:System.Type"></see> that the toolbox item creates. </param>
  10364.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Drawing.Design.ToolboxItem"></see> was locked. </exception>
  10365.         </member>
  10366.         <member name="M:System.Drawing.Design.ToolboxItem.Lock">
  10367.             <summary>Locks the toolbox item and prevents changes to its properties.</summary>
  10368.         </member>
  10369.         <member name="M:System.Drawing.Design.ToolboxItem.OnComponentsCreated(System.Drawing.Design.ToolboxComponentsCreatedEventArgs)">
  10370.             <summary>Raises the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreated"></see> event.</summary>
  10371.             <param name="args">A <see cref="T:System.Drawing.Design.ToolboxComponentsCreatedEventArgs"></see> that provides data for the event. </param>
  10372.         </member>
  10373.         <member name="M:System.Drawing.Design.ToolboxItem.OnComponentsCreating(System.Drawing.Design.ToolboxComponentsCreatingEventArgs)">
  10374.             <summary>Raises the <see cref="E:System.Drawing.Design.ToolboxItem.ComponentsCreating"></see> event.</summary>
  10375.             <param name="args">A <see cref="T:System.Drawing.Design.ToolboxComponentsCreatingEventArgs"></see> that provides data for the event. </param>
  10376.         </member>
  10377.         <member name="M:System.Drawing.Design.ToolboxItem.Serialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10378.             <summary>Saves the state of the toolbox item to the specified serialization information object.</summary>
  10379.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that indicates the stream characteristics. </param>
  10380.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to save to. </param>
  10381.         </member>
  10382.         <member name="M:System.Drawing.Design.ToolboxItem.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10383.             <summary>For a description of this member, see the <see cref="M:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> method.</summary>
  10384.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
  10385.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  10386.         </member>
  10387.         <member name="M:System.Drawing.Design.ToolboxItem.ToString">
  10388.             <summary>Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10389.             <returns>A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10390.         </member>
  10391.         <member name="M:System.Drawing.Design.ToolboxItem.ValidatePropertyType(System.String,System.Object,System.Type,System.Boolean)">
  10392.             <summary>Validates that an object is of a given type.</summary>
  10393.             <param name="expectedType">The expected type of the property.</param>
  10394.             <param name="value">Optional value against which to validate.</param>
  10395.             <param name="propertyName">The name of the property to validate.</param>
  10396.             <param name="allowNull">true to allow null; otherwise, false.</param>
  10397.             <exception cref="T:System.ArgumentException">value is not the type specified by expectedType.</exception>
  10398.             <exception cref="T:System.ArgumentNullException">value is null, and allowNull is false.</exception>
  10399.         </member>
  10400.         <member name="M:System.Drawing.Design.ToolboxItem.ValidatePropertyValue(System.String,System.Object)">
  10401.             <summary>Validates a property before it is assigned to the property dictionary.</summary>
  10402.             <returns>The value used to perform validation.</returns>
  10403.             <param name="value">The value against which to validate.</param>
  10404.             <param name="propertyName">The name of the property to validate.</param>
  10405.             <exception cref="T:System.ArgumentNullException">value is null, and propertyName is "IsTransient".</exception>
  10406.         </member>
  10407.         <member name="P:System.Drawing.Design.ToolboxItem.AssemblyName">
  10408.             <summary>Gets or sets the name of the assembly that contains the type or types that the toolbox item creates.</summary>
  10409.             <returns>An <see cref="T:System.Reflection.AssemblyName"></see> that indicates the assembly containing the type or types to create.</returns>
  10410.         </member>
  10411.         <member name="P:System.Drawing.Design.ToolboxItem.Bitmap">
  10412.             <summary>Gets or sets a bitmap to represent the toolbox item in the toolbox.</summary>
  10413.             <returns>A <see cref="T:System.Drawing.Bitmap"></see> that represents the toolbox item in the toolbox.</returns>
  10414.         </member>
  10415.         <member name="P:System.Drawing.Design.ToolboxItem.Company">
  10416.             <summary>Gets or sets the company name for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10417.             <returns>A <see cref="T:System.String"></see> that specifies the company for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10418.         </member>
  10419.         <member name="P:System.Drawing.Design.ToolboxItem.ComponentType">
  10420.             <summary>Gets the component type for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10421.             <returns>A <see cref="T:System.String"></see> that specifies the component type for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10422.         </member>
  10423.         <member name="P:System.Drawing.Design.ToolboxItem.DependentAssemblies">
  10424.             <summary>Gets or sets the <see cref="T:System.Reflection.AssemblyName"></see> for the toolbox item.</summary>
  10425.             <returns>An array of <see cref="T:System.Reflection.AssemblyName"></see> objects.</returns>
  10426.         </member>
  10427.         <member name="P:System.Drawing.Design.ToolboxItem.Description">
  10428.             <summary>Gets or sets the description for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10429.             <returns>A <see cref="T:System.String"></see> that specifies the description for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10430.         </member>
  10431.         <member name="P:System.Drawing.Design.ToolboxItem.DisplayName">
  10432.             <summary>Gets or sets the display name for the toolbox item.</summary>
  10433.             <returns>The display name for the toolbox item.</returns>
  10434.         </member>
  10435.         <member name="P:System.Drawing.Design.ToolboxItem.Filter">
  10436.             <summary>Gets or sets the filter that determines whether the toolbox item can be used on a destination component.</summary>
  10437.             <returns>An <see cref="T:System.Collections.ICollection"></see> of <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute"></see> objects.</returns>
  10438.         </member>
  10439.         <member name="P:System.Drawing.Design.ToolboxItem.IsTransient">
  10440.             <summary>Gets a value indicating whether the toolbox item is transient.</summary>
  10441.             <returns>true, if this toolbox item should not be stored in any toolbox database when an application that is providing a toolbox closes; otherwise, false.</returns>
  10442.         </member>
  10443.         <member name="P:System.Drawing.Design.ToolboxItem.Locked">
  10444.             <summary>Gets a value indicating whether the <see cref="T:System.Drawing.Design.ToolboxItem"></see> is currently locked.</summary>
  10445.             <returns>true if the toolbox item is locked; otherwise, false.</returns>
  10446.         </member>
  10447.         <member name="P:System.Drawing.Design.ToolboxItem.Properties">
  10448.             <summary>Gets a dictionary of properties.</summary>
  10449.             <returns>A dictionary of name/value pairs (the names are property names and the values are property values).</returns>
  10450.         </member>
  10451.         <member name="P:System.Drawing.Design.ToolboxItem.TypeName">
  10452.             <summary>Gets or sets the fully qualified name of the type of <see cref="T:System.ComponentModel.IComponent"></see> that the toolbox item creates when invoked.</summary>
  10453.             <returns>The fully qualified type name of the type of component that this toolbox item creates.</returns>
  10454.         </member>
  10455.         <member name="P:System.Drawing.Design.ToolboxItem.Version">
  10456.             <summary>Gets the version for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10457.             <returns>A <see cref="T:System.String"></see> that specifies the version for this <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10458.         </member>
  10459.         <member name="T:System.Drawing.Design.ToolboxItemCollection">
  10460.             <summary>Represents a collection of toolbox items.</summary>
  10461.         </member>
  10462.         <member name="M:System.Drawing.Design.ToolboxItemCollection.#ctor(System.Drawing.Design.ToolboxItem[])">
  10463.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> class using the specified array of toolbox items.</summary>
  10464.             <param name="value">An array of type <see cref="T:System.Drawing.Design.ToolboxItem"></see> containing the toolbox items to fill the collection with. </param>
  10465.         </member>
  10466.         <member name="M:System.Drawing.Design.ToolboxItemCollection.#ctor(System.Drawing.Design.ToolboxItemCollection)">
  10467.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> class using the specified collection.</summary>
  10468.             <param name="value">A <see cref="T:System.Drawing.Design.ToolboxItemCollection"></see> to fill the new collection with. </param>
  10469.         </member>
  10470.         <member name="M:System.Drawing.Design.ToolboxItemCollection.Contains(System.Drawing.Design.ToolboxItem)">
  10471.             <summary>Indicates whether the collection contains the specified <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  10472.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  10473.             <param name="value">A <see cref="T:System.Drawing.Design.ToolboxItem"></see> to search the collection for. </param>
  10474.         </member>
  10475.         <member name="M:System.Drawing.Design.ToolboxItemCollection.CopyTo(System.Drawing.Design.ToolboxItem[],System.Int32)">
  10476.             <summary>Copies the collection to the specified array beginning with the specified destination index.</summary>
  10477.             <param name="array">The array to copy to. </param>
  10478.             <param name="index">The index to begin copying to. </param>
  10479.         </member>
  10480.         <member name="M:System.Drawing.Design.ToolboxItemCollection.IndexOf(System.Drawing.Design.ToolboxItem)">
  10481.             <summary>Gets the index of the specified <see cref="T:System.Drawing.Design.ToolboxItem"></see>, if it exists in the collection.</summary>
  10482.             <returns>The index of the specified <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</returns>
  10483.             <param name="value">A <see cref="T:System.Drawing.Design.ToolboxItem"></see> to get the index of in the collection. </param>
  10484.         </member>
  10485.         <member name="P:System.Drawing.Design.ToolboxItemCollection.Item(System.Int32)">
  10486.             <summary>Gets the <see cref="T:System.Drawing.Design.ToolboxItem"></see> at the specified index.</summary>
  10487.             <returns>A <see cref="T:System.Drawing.Design.ToolboxItem"></see> at each valid index in the collection.</returns>
  10488.             <param name="index">The index of the object to get or set. </param>
  10489.         </member>
  10490.         <member name="T:System.Drawing.Design.ToolboxItemCreatorCallback">
  10491.             <summary>Represents the method that will handle the ToolboxItemCreatorCallback event.</summary>
  10492.             <returns>The deserialized <see cref="T:System.Drawing.Design.ToolboxItem"></see> object specified by serializedObject.</returns>
  10493.         </member>
  10494.         <member name="T:System.Drawing.Design.UITypeEditor">
  10495.             <summary>Provides a base class that can be used to design value editors that can provide a user interface (UI) for representing and editing the values of objects of the supported data types.</summary>
  10496.         </member>
  10497.         <member name="M:System.Drawing.Design.UITypeEditor.#ctor">
  10498.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Design.UITypeEditor"></see> class.</summary>
  10499.         </member>
  10500.         <member name="M:System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object)">
  10501.             <summary>Edits the value of the specified object using the editor style indicated by the <see cref="M:System.Drawing.Design.UITypeEditor.GetEditStyle"></see> method.</summary>
  10502.             <returns>The new value of the object.</returns>
  10503.             <param name="value">The object to edit. </param>
  10504.             <param name="provider">An <see cref="T:System.IServiceProvider"></see> that this editor can use to obtain services. </param>
  10505.         </member>
  10506.         <member name="M:System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  10507.             <summary>Edits the specified object's value using the editor style indicated by the <see cref="M:System.Drawing.Design.UITypeEditor.GetEditStyle"></see> method.</summary>
  10508.             <returns>The new value of the object. If the value of the object has not changed, this should return the same object it was passed.</returns>
  10509.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to gain additional context information. </param>
  10510.             <param name="value">The object to edit. </param>
  10511.             <param name="provider">An <see cref="T:System.IServiceProvider"></see> that this editor can use to obtain services. </param>
  10512.         </member>
  10513.         <member name="M:System.Drawing.Design.UITypeEditor.GetEditStyle">
  10514.             <summary>Gets the editor style used by the <see cref="M:System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object)"></see> method.</summary>
  10515.             <returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"></see> enumeration value that indicates the style of editor used by the current <see cref="T:System.Drawing.Design.UITypeEditor"></see>. By default, this method will return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None"></see>.</returns>
  10516.         </member>
  10517.         <member name="M:System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  10518.             <summary>Gets the editor style used by the <see cref="M:System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object)"></see> method.</summary>
  10519.             <returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"></see> value that indicates the style of editor used by the <see cref="M:System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object)"></see> method. If the <see cref="T:System.Drawing.Design.UITypeEditor"></see> does not support this method, then <see cref="M:System.Drawing.Design.UITypeEditor.GetEditStyle"></see> will return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None"></see>.</returns>
  10520.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to gain additional context information. </param>
  10521.         </member>
  10522.         <member name="M:System.Drawing.Design.UITypeEditor.GetPaintValueSupported">
  10523.             <summary>Indicates whether this editor supports painting a representation of an object's value.</summary>
  10524.             <returns>true if <see cref="M:System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)"></see> is implemented; otherwise, false.</returns>
  10525.         </member>
  10526.         <member name="M:System.Drawing.Design.UITypeEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  10527.             <summary>Indicates whether the specified context supports painting a representation of an object's value within the specified context.</summary>
  10528.             <returns>true if <see cref="M:System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)"></see> is implemented; otherwise, false.</returns>
  10529.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that can be used to gain additional context information. </param>
  10530.         </member>
  10531.         <member name="M:System.Drawing.Design.UITypeEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  10532.             <summary>Paints a representation of the value of an object using the specified <see cref="T:System.Drawing.Design.PaintValueEventArgs"></see>.</summary>
  10533.             <param name="e">A <see cref="T:System.Drawing.Design.PaintValueEventArgs"></see> that indicates what to paint and where to paint it. </param>
  10534.         </member>
  10535.         <member name="M:System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)">
  10536.             <summary>Paints a representation of the value of the specified object to the specified canvas.</summary>
  10537.             <param name="canvas">A drawing canvas on which to paint the representation of the object's value. </param>
  10538.             <param name="rectangle">A <see cref="T:System.Drawing.Rectangle"></see> within whose boundaries to paint the value. </param>
  10539.             <param name="value">The object whose value this type editor will display. </param>
  10540.         </member>
  10541.         <member name="P:System.Drawing.Design.UITypeEditor.IsDropDownResizable">
  10542.             <summary>Gets a value indicating whether drop-down editors should be resizable by the user.</summary>
  10543.             <returns>true if drop-down editors are resizable; otherwise, false. </returns>
  10544.         </member>
  10545.         <member name="T:System.Drawing.Design.UITypeEditorEditStyle">
  10546.             <summary>Specifies identifiers that indicate the value editing style of a <see cref="T:System.Drawing.Design.UITypeEditor"></see>.</summary>
  10547.         </member>
  10548.         <member name="F:System.Drawing.Design.UITypeEditorEditStyle.DropDown">
  10549.             <summary>Displays a drop-down arrow button and hosts the user interface (UI) in a drop-down dialog box.</summary>
  10550.         </member>
  10551.         <member name="F:System.Drawing.Design.UITypeEditorEditStyle.Modal">
  10552.             <summary>Displays an ellipsis (...) button to start a modal dialog box, which requires user input before continuing a program, or a modeless dialog box, which stays on the screen and is available for use at any time but permits other user activities.</summary>
  10553.         </member>
  10554.         <member name="F:System.Drawing.Design.UITypeEditorEditStyle.None">
  10555.             <summary>Provides no interactive user interface (UI) component.</summary>
  10556.         </member>
  10557.         <member name="N:System.Drawing.Drawing2D">
  10558.             <summary>The <see cref="N:System.Drawing.Drawing2D"></see> namespace provide advanced two-dimensional and vector graphics functionality.</summary>
  10559.         </member>
  10560.         <member name="T:System.Drawing.Drawing2D.AdjustableArrowCap">
  10561.             <summary>Represents an adjustable arrow-shaped line cap. This class cannot be inherited.</summary>
  10562.         </member>
  10563.         <member name="M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)">
  10564.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.AdjustableArrowCap"></see> class with the specified width and height. The arrow end caps created with this constructor are always filled.</summary>
  10565.             <param name="width">The width of the arrow. </param>
  10566.             <param name="height">The height of the arrow. </param>
  10567.         </member>
  10568.         <member name="M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)">
  10569.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.AdjustableArrowCap"></see> class with the specified width, height, and fill property. Whether an arrow end cap is filled depends on the argument passed to the isFilled parameter.</summary>
  10570.             <param name="width">The width of the arrow. </param>
  10571.             <param name="height">The height of the arrow. </param>
  10572.             <param name="isFilled">true to fill the arrow cap; otherwise, false. </param>
  10573.         </member>
  10574.         <member name="P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled">
  10575.             <summary>Gets or sets whether the arrow cap is filled.</summary>
  10576.             <returns>This property is true if the arrow cap is filled; otherwise, false.</returns>
  10577.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10578.         </member>
  10579.         <member name="P:System.Drawing.Drawing2D.AdjustableArrowCap.Height">
  10580.             <summary>Gets or sets the height of the arrow cap.</summary>
  10581.             <returns>The height of the arrow cap.</returns>
  10582.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10583.         </member>
  10584.         <member name="P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset">
  10585.             <summary>Gets or sets the number of units between the outline of the arrow cap and the fill.</summary>
  10586.             <returns>The number of units between the outline of the arrow cap and the fill of the arrow cap.</returns>
  10587.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10588.         </member>
  10589.         <member name="P:System.Drawing.Drawing2D.AdjustableArrowCap.Width">
  10590.             <summary>Gets or sets the width of the arrow cap.</summary>
  10591.             <returns>The width, in units, of the arrow cap.</returns>
  10592.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10593.         </member>
  10594.         <member name="T:System.Drawing.Drawing2D.Blend">
  10595.             <summary>Defines a blend pattern for a <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> object. This class cannot be inherited.</summary>
  10596.         </member>
  10597.         <member name="M:System.Drawing.Drawing2D.Blend.#ctor">
  10598.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Blend"></see> class.</summary>
  10599.         </member>
  10600.         <member name="M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)">
  10601.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Blend"></see> class with the specified number of factors and positions.</summary>
  10602.             <param name="count">The number of elements in the <see cref="P:System.Drawing.Drawing2D.Blend.Factors"></see> and <see cref="P:System.Drawing.Drawing2D.Blend.Positions"></see> arrays. </param>
  10603.         </member>
  10604.         <member name="P:System.Drawing.Drawing2D.Blend.Factors">
  10605.             <summary>Gets or sets an array of blend factors for the gradient.</summary>
  10606.             <returns>An array of blend factors that specify the percentages of the starting color and the ending color to be used at the corresponding position.</returns>
  10607.         </member>
  10608.         <member name="P:System.Drawing.Drawing2D.Blend.Positions">
  10609.             <summary>Gets or sets an array of blend positions for the gradient.</summary>
  10610.             <returns>An array of blend positions that specify the percentages of distance along the gradient line.</returns>
  10611.         </member>
  10612.         <member name="T:System.Drawing.Drawing2D.ColorBlend">
  10613.             <summary>Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited.</summary>
  10614.         </member>
  10615.         <member name="M:System.Drawing.Drawing2D.ColorBlend.#ctor">
  10616.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> class.</summary>
  10617.         </member>
  10618.         <member name="M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)">
  10619.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> class with the specified number of colors and positions.</summary>
  10620.             <param name="count">The number of colors and positions in this <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see>. </param>
  10621.         </member>
  10622.         <member name="P:System.Drawing.Drawing2D.ColorBlend.Colors">
  10623.             <summary>Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.</summary>
  10624.             <returns>An array of <see cref="T:System.Drawing.Color"></see> structures that represents the colors to use at corresponding positions along a gradient.</returns>
  10625.         </member>
  10626.         <member name="P:System.Drawing.Drawing2D.ColorBlend.Positions">
  10627.             <summary>Gets or sets the positions along a gradient line.</summary>
  10628.             <returns>An array of values that specify percentages of distance along the gradient line.</returns>
  10629.         </member>
  10630.         <member name="T:System.Drawing.Drawing2D.CombineMode">
  10631.             <summary>Specifies how different clipping regions can be combined.</summary>
  10632.         </member>
  10633.         <member name="F:System.Drawing.Drawing2D.CombineMode.Complement">
  10634.             <summary>Specifies that the existing region is replaced by the result of the existing region being removed from the new region. Said differently, the existing region is excluded from the new region.</summary>
  10635.         </member>
  10636.         <member name="F:System.Drawing.Drawing2D.CombineMode.Exclude">
  10637.             <summary>Specifies that the existing region is replaced by the result of the new region being removed from the existing region. Said differently, the new region is excluded from the existing region.</summary>
  10638.         </member>
  10639.         <member name="F:System.Drawing.Drawing2D.CombineMode.Intersect">
  10640.             <summary>Two clipping regions are combined by taking their intersection.</summary>
  10641.         </member>
  10642.         <member name="F:System.Drawing.Drawing2D.CombineMode.Replace">
  10643.             <summary>One clipping region is replaced by another.</summary>
  10644.         </member>
  10645.         <member name="F:System.Drawing.Drawing2D.CombineMode.Union">
  10646.             <summary>Two clipping regions are combined by taking the union of both.</summary>
  10647.         </member>
  10648.         <member name="F:System.Drawing.Drawing2D.CombineMode.Xor">
  10649.             <summary>Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.</summary>
  10650.         </member>
  10651.         <member name="T:System.Drawing.Drawing2D.CompositingMode">
  10652.             <summary>Specifies how the source colors are combined with the background colors.</summary>
  10653.         </member>
  10654.         <member name="F:System.Drawing.Drawing2D.CompositingMode.SourceCopy">
  10655.             <summary>Specifies that when a color is rendered, it overwrites the background color.</summary>
  10656.         </member>
  10657.         <member name="F:System.Drawing.Drawing2D.CompositingMode.SourceOver">
  10658.             <summary>Specifies that when a color is rendered, it is blended with the background color. The blend is determined by the alpha component of the color being rendered.</summary>
  10659.         </member>
  10660.         <member name="T:System.Drawing.Drawing2D.CompositingQuality">
  10661.             <summary>Specifies the quality level to use during compositing.</summary>
  10662.         </member>
  10663.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear">
  10664.             <summary>Assume linear values.</summary>
  10665.         </member>
  10666.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.Default">
  10667.             <summary>Default quality.</summary>
  10668.         </member>
  10669.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected">
  10670.             <summary>Gamma correction is used.</summary>
  10671.         </member>
  10672.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.HighQuality">
  10673.             <summary>High quality, low speed compositing.</summary>
  10674.         </member>
  10675.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed">
  10676.             <summary>High speed, low quality.</summary>
  10677.         </member>
  10678.         <member name="F:System.Drawing.Drawing2D.CompositingQuality.Invalid">
  10679.             <summary>Invalid quality.</summary>
  10680.         </member>
  10681.         <member name="T:System.Drawing.Drawing2D.CoordinateSpace">
  10682.             <summary>Specifies the system to use when evaluating coordinates.</summary>
  10683.         </member>
  10684.         <member name="F:System.Drawing.Drawing2D.CoordinateSpace.Device">
  10685.             <summary>Specifies that coordinates are in the device coordinate context. On a computer screen the device coordinates are usually measured in pixels.</summary>
  10686.         </member>
  10687.         <member name="F:System.Drawing.Drawing2D.CoordinateSpace.Page">
  10688.             <summary>Specifies that coordinates are in the page coordinate context. Their units are defined by the <see cref="P:System.Drawing.Graphics.PageUnit"></see> property, and must be one of the elements of the <see cref="T:System.Drawing.GraphicsUnit"></see> enumeration.</summary>
  10689.         </member>
  10690.         <member name="F:System.Drawing.Drawing2D.CoordinateSpace.World">
  10691.             <summary>Specifies that coordinates are in the world coordinate context. World coordinates are used in a nonphysical environment, such as a modeling environment.</summary>
  10692.         </member>
  10693.         <member name="T:System.Drawing.Drawing2D.CustomLineCap">
  10694.             <summary>Encapsulates a custom user-defined line cap.</summary>
  10695.         </member>
  10696.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)">
  10697.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> class with the specified outline and fill.</summary>
  10698.             <param name="strokePath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the outline of the custom cap. </param>
  10699.             <param name="fillPath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the fill for the custom cap. </param>
  10700.         </member>
  10701.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)">
  10702.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> class from the specified existing <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration with the specified outline and fill.</summary>
  10703.             <param name="strokePath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the outline of the custom cap. </param>
  10704.             <param name="fillPath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the fill for the custom cap. </param>
  10705.             <param name="baseCap">The line cap from which to create the custom cap. </param>
  10706.         </member>
  10707.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)">
  10708.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> class from the specified existing <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration with the specified outline, fill, and inset.</summary>
  10709.             <param name="strokePath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the outline of the custom cap. </param>
  10710.             <param name="fillPath">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object that defines the fill for the custom cap. </param>
  10711.             <param name="baseInset">The distance between the cap and the line. </param>
  10712.             <param name="baseCap">The line cap from which to create the custom cap. </param>
  10713.         </member>
  10714.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.Clone">
  10715.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see>.</summary>
  10716.             <returns>The <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> this method creates, cast as an object.</returns>
  10717.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10718.         </member>
  10719.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.Dispose">
  10720.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> object.</summary>
  10721.             <returns>This method does not return a value.</returns>
  10722.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10723.         </member>
  10724.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)">
  10725.             <summary>Gets the caps used to start and end lines that make up this custom cap.</summary>
  10726.             <param name="startCap">The <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration used at the beginning of a line within this cap. </param>
  10727.             <param name="endCap">The <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration used at the end of a line within this cap. </param>
  10728.         </member>
  10729.         <member name="M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)">
  10730.             <summary>Sets the caps used to start and end lines that make up this custom cap.</summary>
  10731.             <param name="startCap">The <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration used at the beginning of a line within this cap. </param>
  10732.             <param name="endCap">The <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration used at the end of a line within this cap. </param>
  10733.         </member>
  10734.         <member name="P:System.Drawing.Drawing2D.CustomLineCap.BaseCap">
  10735.             <summary>Gets or sets the <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration on which this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> is based.</summary>
  10736.             <returns>The <see cref="T:System.Drawing.Drawing2D.LineCap"></see> enumeration on which this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> is based.</returns>
  10737.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10738.         </member>
  10739.         <member name="P:System.Drawing.Drawing2D.CustomLineCap.BaseInset">
  10740.             <summary>Gets or sets the distance between the cap and the line.</summary>
  10741.             <returns>The distance between the beginning of the cap and the end of the line.</returns>
  10742.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10743.         </member>
  10744.         <member name="P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin">
  10745.             <summary>Gets or sets the <see cref="T:System.Drawing.Drawing2D.LineJoin"></see> enumeration that determines how lines that compose this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> object are joined.</summary>
  10746.             <returns>The <see cref="T:System.Drawing.Drawing2D.LineJoin"></see> enumeration this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> object uses to join lines.</returns>
  10747.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10748.         </member>
  10749.         <member name="P:System.Drawing.Drawing2D.CustomLineCap.WidthScale">
  10750.             <summary>Gets or sets the amount by which to scale this <see cref="T:System.Drawing.Drawing2D.CustomLineCap"></see> Class object with respect to the width of the <see cref="T:System.Drawing.Pen"></see> object.</summary>
  10751.             <returns>The amount by which to scale the cap.</returns>
  10752.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10753.         </member>
  10754.         <member name="T:System.Drawing.Drawing2D.DashCap">
  10755.             <summary>Specifies the type of graphic shape to use on both ends of each dash in a dashed line.</summary>
  10756.         </member>
  10757.         <member name="F:System.Drawing.Drawing2D.DashCap.Flat">
  10758.             <summary>Specifies a square cap that squares off both ends of each dash.</summary>
  10759.         </member>
  10760.         <member name="F:System.Drawing.Drawing2D.DashCap.Round">
  10761.             <summary>Specifies a circular cap that rounds off both ends of each dash.</summary>
  10762.         </member>
  10763.         <member name="F:System.Drawing.Drawing2D.DashCap.Triangle">
  10764.             <summary>Specifies a triangular cap that points both ends of each dash.</summary>
  10765.         </member>
  10766.         <member name="T:System.Drawing.Drawing2D.DashStyle">
  10767.             <summary>Specifies the style of dashed lines drawn with a <see cref="T:System.Drawing.Pen"></see> object.</summary>
  10768.         </member>
  10769.         <member name="F:System.Drawing.Drawing2D.DashStyle.Custom">
  10770.             <summary>Specifies a user-defined custom dash style.</summary>
  10771.         </member>
  10772.         <member name="F:System.Drawing.Drawing2D.DashStyle.Dash">
  10773.             <summary>Specifies a line consisting of dashes.</summary>
  10774.         </member>
  10775.         <member name="F:System.Drawing.Drawing2D.DashStyle.DashDot">
  10776.             <summary>Specifies a line consisting of a repeating pattern of dash-dot.</summary>
  10777.         </member>
  10778.         <member name="F:System.Drawing.Drawing2D.DashStyle.DashDotDot">
  10779.             <summary>Specifies a line consisting of a repeating pattern of dash-dot-dot.</summary>
  10780.         </member>
  10781.         <member name="F:System.Drawing.Drawing2D.DashStyle.Dot">
  10782.             <summary>Specifies a line consisting of dots.</summary>
  10783.         </member>
  10784.         <member name="F:System.Drawing.Drawing2D.DashStyle.Solid">
  10785.             <summary>Specifies a solid line.</summary>
  10786.         </member>
  10787.         <member name="T:System.Drawing.Drawing2D.FillMode">
  10788.             <summary>Specifies how the interior of a closed path is filled.</summary>
  10789.         </member>
  10790.         <member name="F:System.Drawing.Drawing2D.FillMode.Alternate">
  10791.             <summary>Specifies the alternate fill mode.</summary>
  10792.         </member>
  10793.         <member name="F:System.Drawing.Drawing2D.FillMode.Winding">
  10794.             <summary>Specifies the winding fill mode.</summary>
  10795.         </member>
  10796.         <member name="T:System.Drawing.Drawing2D.FlushIntention">
  10797.             <summary>Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.</summary>
  10798.         </member>
  10799.         <member name="F:System.Drawing.Drawing2D.FlushIntention.Flush">
  10800.             <summary>Specifies that the stack of all graphics operations is flushed immediately.</summary>
  10801.         </member>
  10802.         <member name="F:System.Drawing.Drawing2D.FlushIntention.Sync">
  10803.             <summary>Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state.</summary>
  10804.         </member>
  10805.         <member name="T:System.Drawing.Drawing2D.GraphicsContainer">
  10806.             <summary>Represents the internal data of a graphics container. This class is used when saving the state of a <see cref="T:System.Drawing.Graphics"></see> object using the <see cref="M:System.Drawing.Graphics.BeginContainer"></see> and <see cref="M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)"></see> methods. This class cannot be inherited.</summary>
  10807.         </member>
  10808.         <member name="T:System.Drawing.Drawing2D.GraphicsPath">
  10809.             <summary>Represents a series of connected lines and curves. This class cannot be inherited.</summary>
  10810.         </member>
  10811.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor">
  10812.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> class with a <see cref="P:System.Drawing.Drawing2D.GraphicsPath.FillMode"></see> value of <see cref="F:System.Drawing.Drawing2D.FillMode.Alternate"></see>.</summary>
  10813.         </member>
  10814.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)">
  10815.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration.</summary>
  10816.             <param name="fillMode">The <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the interior of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> is filled. </param>
  10817.         </member>
  10818.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])">
  10819.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> and <see cref="T:System.Drawing.Point"></see> arrays.</summary>
  10820.             <param name="types">An array of <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> enumeration elements that specifies the type of each corresponding point in the pts array. </param>
  10821.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that defines the coordinates of the points that make up this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>. </param>
  10822.         </member>
  10823.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])">
  10824.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> array with the specified <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> and <see cref="T:System.Drawing.PointF"></see> arrays.</summary>
  10825.             <param name="types">An array of <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> enumeration elements that specifies the type of each corresponding point in the pts array. </param>
  10826.             <param name="pts">An array of <see cref="T:System.Drawing.PointF"></see> structures that defines the coordinates of the points that make up this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>. </param>
  10827.         </member>
  10828.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)">
  10829.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> and <see cref="T:System.Drawing.Point"></see> arrays and with the specified <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration element.</summary>
  10830.             <param name="types">An array of <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> enumeration elements that specifies the type of each corresponding point in the pts array. </param>
  10831.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that defines the coordinates of the points that make up this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>. </param>
  10832.             <param name="fillMode">A <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that specifies how the interiors of shapes in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> are filled. </param>
  10833.         </member>
  10834.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)">
  10835.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> array with the specified <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> and <see cref="T:System.Drawing.PointF"></see> arrays and with the specified <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration element.</summary>
  10836.             <param name="types">An array of <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> enumeration elements that specifies the type of each corresponding point in the pts array. </param>
  10837.             <param name="pts">An array of <see cref="T:System.Drawing.PointF"></see> structures that defines the coordinates of the points that make up this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>. </param>
  10838.             <param name="fillMode">A <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that specifies how the interiors of shapes in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> are filled. </param>
  10839.         </member>
  10840.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)">
  10841.             <summary>Appends an elliptical arc to the current figure.</summary>
  10842.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangular bounds of the ellipse from which the arc is taken. </param>
  10843.             <param name="startAngle">The starting angle of the arc, measured in degrees clockwise from the x-axis. </param>
  10844.             <param name="sweepAngle">The angle between startAngle and the end of the arc. </param>
  10845.         </member>
  10846.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)">
  10847.             <summary>Appends an elliptical arc to the current figure.</summary>
  10848.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangular bounds of the ellipse from which the arc is taken. </param>
  10849.             <param name="startAngle">The starting angle of the arc, measured in degrees clockwise from the x-axis. </param>
  10850.             <param name="sweepAngle">The angle between startAngle and the end of the arc. </param>
  10851.         </member>
  10852.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
  10853.             <summary>Appends an elliptical arc to the current figure.</summary>
  10854.             <param name="y">The y-coordinate of the upper-left corner of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10855.             <param name="width">The width of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10856.             <param name="height">The height of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10857.             <param name="startAngle">The starting angle of the arc, measured in degrees clockwise from the x-axis. </param>
  10858.             <param name="sweepAngle">The angle between startAngle and the end of the arc. </param>
  10859.             <param name="x">The x-coordinate of the upper-left corner of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10860.         </member>
  10861.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  10862.             <summary>Appends an elliptical arc to the current figure.</summary>
  10863.             <param name="y">The y-coordinate of the upper-left corner of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10864.             <param name="width">The width of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10865.             <param name="height">The height of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10866.             <param name="startAngle">The starting angle of the arc, measured in degrees clockwise from the x-axis. </param>
  10867.             <param name="sweepAngle">The angle between startAngle and the end of the arc. </param>
  10868.             <param name="x">The x-coordinate of the upper-left corner of the rectangular region that defines the ellipse from which the arc is drawn. </param>
  10869.         </member>
  10870.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)">
  10871.             <summary>Adds a cubic B├⌐zier curve to the current figure.</summary>
  10872.             <param name="pt4">A <see cref="T:System.Drawing.Point"></see> that represents the endpoint of the curve. </param>
  10873.             <param name="pt2">A <see cref="T:System.Drawing.Point"></see> that represents the first control point for the curve. </param>
  10874.             <param name="pt3">A <see cref="T:System.Drawing.Point"></see> that represents the second control point for the curve. </param>
  10875.             <param name="pt1">A <see cref="T:System.Drawing.Point"></see> that represents the starting point of the curve. </param>
  10876.         </member>
  10877.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
  10878.             <summary>Adds a cubic B├⌐zier curve to the current figure.</summary>
  10879.             <param name="pt4">A <see cref="T:System.Drawing.PointF"></see> that represents the endpoint of the curve. </param>
  10880.             <param name="pt2">A <see cref="T:System.Drawing.PointF"></see> that represents the first control point for the curve. </param>
  10881.             <param name="pt3">A <see cref="T:System.Drawing.PointF"></see> that represents the second control point for the curve. </param>
  10882.             <param name="pt1">A <see cref="T:System.Drawing.PointF"></see> that represents the starting point of the curve. </param>
  10883.         </member>
  10884.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  10885.             <summary>Adds a cubic B├⌐zier curve to the current figure.</summary>
  10886.             <param name="x3">The x-coordinate of the second control point for the curve. </param>
  10887.             <param name="x1">The x-coordinate of the starting point of the curve. </param>
  10888.             <param name="x4">The x-coordinate of the endpoint of the curve. </param>
  10889.             <param name="y3">The y-coordinate of the second control point for the curve. </param>
  10890.             <param name="y2">The y-coordinate of the first control point for the curve. </param>
  10891.             <param name="y1">The y-coordinate of the starting point of the curve. </param>
  10892.             <param name="y4">The y-coordinate of the endpoint of the curve. </param>
  10893.             <param name="x2">The x-coordinate of the first control point for the curve. </param>
  10894.         </member>
  10895.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  10896.             <summary>Adds a cubic B├⌐zier curve to the current figure.</summary>
  10897.             <param name="x3">The x-coordinate of the second control point for the curve. </param>
  10898.             <param name="x1">The x-coordinate of the starting point of the curve. </param>
  10899.             <param name="x4">The x-coordinate of the endpoint of the curve. </param>
  10900.             <param name="y3">The y-coordinate of the second control point for the curve. </param>
  10901.             <param name="y2">The y-coordinate of the first control point for the curve. </param>
  10902.             <param name="y1">The y-coordinate of the starting point of the curve. </param>
  10903.             <param name="y4">The y-coordinate of the endpoint of the curve. </param>
  10904.             <param name="x2">The x-coordinate of the first control point for the curve. </param>
  10905.         </member>
  10906.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])">
  10907.             <summary>Adds a sequence of connected cubic B├⌐zier curves to the current figure.</summary>
  10908.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curves. </param>
  10909.         </member>
  10910.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])">
  10911.             <summary>Adds a sequence of connected cubic B├⌐zier curves to the current figure.</summary>
  10912.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curves. </param>
  10913.         </member>
  10914.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])">
  10915.             <summary>Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10916.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curve. </param>
  10917.         </member>
  10918.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])">
  10919.             <summary>Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10920.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curve. </param>
  10921.         </member>
  10922.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)">
  10923.             <summary>Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10924.             <param name="tension">A value between from 0 through 1 that specifies the amount that the curve bends between points, with 0 being the smallest curve (sharpest corner) and 1 being the smoothest curve. </param>
  10925.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curve. </param>
  10926.         </member>
  10927.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)">
  10928.             <summary>Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10929.             <param name="tension">A value between from 0 through 1 that specifies the amount that the curve bends between points, with 0 being the smallest curve (sharpest corner) and 1 being the smoothest curve. </param>
  10930.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curve. </param>
  10931.         </member>
  10932.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])">
  10933.             <summary>Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10934.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curve. </param>
  10935.         </member>
  10936.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])">
  10937.             <summary>Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.</summary>
  10938.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curve. </param>
  10939.         </member>
  10940.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)">
  10941.             <summary>Adds a spline curve to the current figure.</summary>
  10942.             <param name="tension">A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. </param>
  10943.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curve. </param>
  10944.         </member>
  10945.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)">
  10946.             <summary>Adds a spline curve to the current figure.</summary>
  10947.             <param name="tension">A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. </param>
  10948.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curve. </param>
  10949.         </member>
  10950.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)">
  10951.             <summary>Adds a spline curve to the current figure.</summary>
  10952.             <param name="offset">The index of the element in the points array that is used as the first point in the curve. </param>
  10953.             <param name="numberOfSegments">A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. </param>
  10954.             <param name="tension">A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. </param>
  10955.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the curve. </param>
  10956.         </member>
  10957.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)">
  10958.             <summary>Adds a spline curve to the current figure.</summary>
  10959.             <param name="offset">The index of the element in the points array that is used as the first point in the curve. </param>
  10960.             <param name="numberOfSegments">The number of segments used to draw the curve. A segment can be thought of as a line connecting two points. </param>
  10961.             <param name="tension">A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. </param>
  10962.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the curve. </param>
  10963.         </member>
  10964.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)">
  10965.             <summary>Adds an ellipse to the current path.</summary>
  10966.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the bounding rectangle that defines the ellipse. </param>
  10967.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10968.         </member>
  10969.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)">
  10970.             <summary>Adds an ellipse to the current path.</summary>
  10971.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the bounding rectangle that defines the ellipse. </param>
  10972.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10973.         </member>
  10974.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)">
  10975.             <summary>Adds an ellipse to the current path.</summary>
  10976.             <param name="y">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  10977.             <param name="width">The width of the bounding rectangle that defines the ellipse. </param>
  10978.             <param name="height">The height of the bounding rectangle that defines the ellipse. </param>
  10979.             <param name="x">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  10980.         </member>
  10981.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)">
  10982.             <summary>Adds an ellipse to the current path.</summary>
  10983.             <param name="y">The y-coordinate of the upper left corner of the bounding rectangle that defines the ellipse. </param>
  10984.             <param name="width">The width of the bounding rectangle that defines the ellipse. </param>
  10985.             <param name="height">The height of the bounding rectangle that defines the ellipse. </param>
  10986.             <param name="x">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. </param>
  10987.         </member>
  10988.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)">
  10989.             <summary>Appends a line segment to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  10990.             <param name="pt2">A <see cref="T:System.Drawing.Point"></see> that represents the endpoint of the line. </param>
  10991.             <param name="pt1">A <see cref="T:System.Drawing.Point"></see> that represents the starting point of the line. </param>
  10992.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10993.         </member>
  10994.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)">
  10995.             <summary>Appends a line segment to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  10996.             <param name="pt2">A <see cref="T:System.Drawing.PointF"></see> that represents the endpoint of the line. </param>
  10997.             <param name="pt1">A <see cref="T:System.Drawing.PointF"></see> that represents the starting point of the line. </param>
  10998.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10999.         </member>
  11000.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)">
  11001.             <summary>Appends a line segment to the current figure.</summary>
  11002.             <param name="x1">The x-coordinate of the starting point of the line. </param>
  11003.             <param name="y2">The y-coordinate of the endpoint of the line. </param>
  11004.             <param name="y1">The y-coordinate of the starting point of the line. </param>
  11005.             <param name="x2">The x-coordinate of the endpoint of the line. </param>
  11006.         </member>
  11007.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)">
  11008.             <summary>Appends a line segment to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11009.             <param name="x1">The x-coordinate of the starting point of the line. </param>
  11010.             <param name="y2">The y-coordinate of the endpoint of the line. </param>
  11011.             <param name="y1">The y-coordinate of the starting point of the line. </param>
  11012.             <param name="x2">The x-coordinate of the endpoint of the line. </param>
  11013.         </member>
  11014.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])">
  11015.             <summary>Appends a series of connected line segments to the end of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11016.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that define the line segments to add. </param>
  11017.         </member>
  11018.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])">
  11019.             <summary>Appends a series of connected line segments to the end of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11020.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that define the line segments to add. </param>
  11021.         </member>
  11022.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
  11023.             <summary>Appends the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to this path.</summary>
  11024.             <param name="connect">A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path. </param>
  11025.             <param name="addingPath">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to add. </param>
  11026.         </member>
  11027.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)">
  11028.             <summary>Adds the outline of a pie shape to this path.</summary>
  11029.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11030.             <param name="startAngle">The starting angle for the pie section, measured in degrees clockwise from the x-axis. </param>
  11031.             <param name="sweepAngle">The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle. </param>
  11032.         </member>
  11033.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
  11034.             <summary>Adds the outline of a pie shape to this path.</summary>
  11035.             <param name="y">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11036.             <param name="width">The width of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11037.             <param name="height">The height of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11038.             <param name="startAngle">The starting angle for the pie section, measured in degrees clockwise from the x-axis. </param>
  11039.             <param name="sweepAngle">The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle. </param>
  11040.             <param name="x">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11041.         </member>
  11042.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  11043.             <summary>Adds the outline of a pie shape to this path.</summary>
  11044.             <param name="y">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11045.             <param name="width">The width of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11046.             <param name="height">The height of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11047.             <param name="startAngle">The starting angle for the pie section, measured in degrees clockwise from the x-axis. </param>
  11048.             <param name="sweepAngle">The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle. </param>
  11049.             <param name="x">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn. </param>
  11050.         </member>
  11051.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])">
  11052.             <summary>Adds a polygon to this path.</summary>
  11053.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that defines the polygon to add. </param>
  11054.         </member>
  11055.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])">
  11056.             <summary>Adds a polygon to this path.</summary>
  11057.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that defines the polygon to add. </param>
  11058.         </member>
  11059.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)">
  11060.             <summary>Adds a rectangle to this path.</summary>
  11061.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle to add. </param>
  11062.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11063.         </member>
  11064.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)">
  11065.             <summary>Adds a rectangle to this path.</summary>
  11066.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle to add. </param>
  11067.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11068.         </member>
  11069.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])">
  11070.             <summary>Adds a series of rectangles to this path.</summary>
  11071.             <param name="rects">An array of <see cref="T:System.Drawing.Rectangle"></see> structures that represents the rectangles to add. </param>
  11072.         </member>
  11073.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])">
  11074.             <summary>Adds a series of rectangles to this path.</summary>
  11075.             <param name="rects">An array of <see cref="T:System.Drawing.RectangleF"></see> structures that represents the rectangles to add. </param>
  11076.         </member>
  11077.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)">
  11078.             <summary>Adds a text string to this path.</summary>
  11079.             <param name="s">The <see cref="T:System.String"></see> to add. </param>
  11080.             <param name="origin">A <see cref="T:System.Drawing.Point"></see> that represents the point where the text starts. </param>
  11081.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> enumeration that represents style information about the text (bold, italic, and so on). This must be cast as an integer (see the example code later in this section). </param>
  11082.             <param name="family">A <see cref="T:System.Drawing.FontFamily"></see> that represents the name of the font with which the test is drawn. </param>
  11083.             <param name="format">A <see cref="T:System.Drawing.StringFormat"></see> that specifies text formatting information, such as line spacing and alignment. </param>
  11084.             <param name="emSize">The height of the em square box that bounds the character. </param>
  11085.         </member>
  11086.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)">
  11087.             <summary>Adds a text string to this path.</summary>
  11088.             <param name="s">The <see cref="T:System.String"></see> to add. </param>
  11089.             <param name="origin">A <see cref="T:System.Drawing.PointF"></see> that represents the point where the text starts. </param>
  11090.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> enumeration that represents style information about the text (bold, italic, and so on). This must be cast as an integer (see the example code later in this section). </param>
  11091.             <param name="family">A <see cref="T:System.Drawing.FontFamily"></see> that represents the name of the font with which the test is drawn. </param>
  11092.             <param name="format">A <see cref="T:System.Drawing.StringFormat"></see> that specifies text formatting information, such as line spacing and alignment. </param>
  11093.             <param name="emSize">The height of the em square box that bounds the character. </param>
  11094.         </member>
  11095.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)">
  11096.             <summary>Adds a text string to this path.</summary>
  11097.             <param name="layoutRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the text. </param>
  11098.             <param name="s">The <see cref="T:System.String"></see> to add. </param>
  11099.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> enumeration that represents style information about the text (bold, italic, and so on). This must be cast as an integer (see the example code later in this section). </param>
  11100.             <param name="family">A <see cref="T:System.Drawing.FontFamily"></see> that represents the name of the font with which the test is drawn. </param>
  11101.             <param name="format">A <see cref="T:System.Drawing.StringFormat"></see> that specifies text formatting information, such as line spacing and alignment. </param>
  11102.             <param name="emSize">The height of the em square box that bounds the character. </param>
  11103.         </member>
  11104.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)">
  11105.             <summary>Adds a text string to this path.</summary>
  11106.             <param name="layoutRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the text. </param>
  11107.             <param name="s">The <see cref="T:System.String"></see> to add. </param>
  11108.             <param name="style">A <see cref="T:System.Drawing.FontStyle"></see> enumeration that represents style information about the text (bold, italic, and so on). This must be cast as an integer (see the example code later in this section). </param>
  11109.             <param name="family">A <see cref="T:System.Drawing.FontFamily"></see> that represents the name of the font with which the test is drawn. </param>
  11110.             <param name="format">A <see cref="T:System.Drawing.StringFormat"></see> that specifies text formatting information, such as line spacing and alignment. </param>
  11111.             <param name="emSize">The height of the em square box that bounds the character. </param>
  11112.         </member>
  11113.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers">
  11114.             <summary>Clears all markers from this path.</summary>
  11115.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11116.         </member>
  11117.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Clone">
  11118.             <summary>Creates an exact copy of this path.</summary>
  11119.             <returns>The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> this method creates, cast as an object.</returns>
  11120.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11121.         </member>
  11122.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures">
  11123.             <summary>Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point.</summary>
  11124.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11125.         </member>
  11126.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure">
  11127.             <summary>Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point.</summary>
  11128.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11129.         </member>
  11130.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Dispose">
  11131.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11132.             <returns>This method does not return a value.</returns>
  11133.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11134.         </member>
  11135.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Flatten">
  11136.             <summary>Converts each curve in this path into a sequence of connected line segments.</summary>
  11137.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11138.         </member>
  11139.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)">
  11140.             <summary>Applies the specified transform and then converts each curve in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> into a sequence of connected line segments.</summary>
  11141.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to transform this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> before flattening. </param>
  11142.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11143.         </member>
  11144.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)">
  11145.             <summary>Converts each curve in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> into a sequence of connected line segments.</summary>
  11146.             <param name="flatness">Specifies the maximum permitted error between the curve and its flattened approximation. A value of 0.25 is the default. Reducing the flatness value will increase the number of line segments in the approximation. </param>
  11147.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to transform this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> before flattening. </param>
  11148.         </member>
  11149.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.GetBounds">
  11150.             <summary>Returns a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11151.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> that represents a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</returns>
  11152.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11153.         </member>
  11154.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)">
  11155.             <summary>Returns a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when this path is transformed by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11156.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> that represents a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</returns>
  11157.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a transformation to be applied to this path before the bounding rectangle is calculated. This path is not permanently transformed; the transformation is used only during the process of calculating the bounding rectangle. </param>
  11158.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11159.         </member>
  11160.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)">
  11161.             <summary>Returns a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when the current path is transformed by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> and drawn with the specified <see cref="T:System.Drawing.Pen"></see>.</summary>
  11162.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> that represents a rectangle that bounds this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</returns>
  11163.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a transformation to be applied to this path before the bounding rectangle is calculated. This path is not permanently transformed; the transformation is used only during the process of calculating the bounding rectangle. </param>
  11164.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> with which to draw the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>. </param>
  11165.         </member>
  11166.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint">
  11167.             <summary>Gets the last point in the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> array of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11168.             <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the last point in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</returns>
  11169.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11170.         </member>
  11171.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)">
  11172.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>.</summary>
  11173.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11174.             <param name="point">A <see cref="T:System.Drawing.Point"></see> that specifies the location to test. </param>
  11175.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11176.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11177.         </member>
  11178.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)">
  11179.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>.</summary>
  11180.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11181.             <param name="point">A <see cref="T:System.Drawing.PointF"></see> that specifies the location to test. </param>
  11182.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11183.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11184.         </member>
  11185.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)">
  11186.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>.</summary>
  11187.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11188.             <param name="y">The y-coordinate of the point to test. </param>
  11189.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11190.             <param name="x">The x-coordinate of the point to test. </param>
  11191.         </member>
  11192.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)">
  11193.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see> and using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11194.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> as drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11195.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11196.             <param name="pt">A <see cref="T:System.Drawing.Point"></see> that specifies the location to test. </param>
  11197.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11198.         </member>
  11199.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)">
  11200.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see> and using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11201.             <returns>This method returns true if the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> as drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11202.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11203.             <param name="pt">A <see cref="T:System.Drawing.PointF"></see> that specifies the location to test. </param>
  11204.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11205.         </member>
  11206.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)">
  11207.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>.</summary>
  11208.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11209.             <param name="y">The y-coordinate of the point to test. </param>
  11210.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11211.             <param name="x">The x-coordinate of the point to test. </param>
  11212.         </member>
  11213.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)">
  11214.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see> and using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11215.             <returns>This method returns true if the specified point is contained within the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> as drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11216.             <param name="y">The y-coordinate of the point to test. </param>
  11217.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11218.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11219.             <param name="x">The x-coordinate of the point to test. </param>
  11220.         </member>
  11221.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)">
  11222.             <summary>Indicates whether the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> when drawn with the specified <see cref="T:System.Drawing.Pen"></see> and using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11223.             <returns>This method returns true if the specified point is contained within (under) the outline of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> as drawn with the specified <see cref="T:System.Drawing.Pen"></see>; otherwise, false.</returns>
  11224.             <param name="y">The y-coordinate of the point to test. </param>
  11225.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11226.             <param name="pen">The <see cref="T:System.Drawing.Pen"></see> to test. </param>
  11227.             <param name="x">The x-coordinate of the point to test. </param>
  11228.         </member>
  11229.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)">
  11230.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11231.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11232.             <param name="point">A <see cref="T:System.Drawing.Point"></see> that represents the point to test. </param>
  11233.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11234.         </member>
  11235.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)">
  11236.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11237.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11238.             <param name="point">A <see cref="T:System.Drawing.PointF"></see> that represents the point to test. </param>
  11239.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11240.         </member>
  11241.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)">
  11242.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11243.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11244.             <param name="y">The y-coordinate of the point to test. </param>
  11245.             <param name="x">The x-coordinate of the point to test. </param>
  11246.         </member>
  11247.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)">
  11248.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11249.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11250.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11251.             <param name="pt">A <see cref="T:System.Drawing.Point"></see> that represents the point to test. </param>
  11252.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11253.         </member>
  11254.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)">
  11255.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11256.             <returns>This method returns true if the specified point is contained within this; otherwise, false.</returns>
  11257.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11258.             <param name="pt">A <see cref="T:System.Drawing.PointF"></see> that represents the point to test. </param>
  11259.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11260.         </member>
  11261.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)">
  11262.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11263.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11264.             <param name="y">The y-coordinate of the point to test. </param>
  11265.             <param name="x">The x-coordinate of the point to test. </param>
  11266.         </member>
  11267.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)">
  11268.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>, using the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11269.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11270.             <param name="y">The y-coordinate of the point to test. </param>
  11271.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11272.             <param name="x">The x-coordinate of the point to test. </param>
  11273.         </member>
  11274.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)">
  11275.             <summary>Indicates whether the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> in the visible clip region of the specified <see cref="T:System.Drawing.Graphics"></see>.</summary>
  11276.             <returns>This method returns true if the specified point is contained within this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>; otherwise, false.</returns>
  11277.             <param name="y">The y-coordinate of the point to test. </param>
  11278.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> for which to test visibility. </param>
  11279.             <param name="x">The x-coordinate of the point to test. </param>
  11280.         </member>
  11281.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Reset">
  11282.             <summary>Empties the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> and <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes"></see> arrays and sets the <see cref="T:System.Drawing.Drawing2D.FillMode"></see> to <see cref="F:System.Drawing.Drawing2D.FillMode.Alternate"></see>.</summary>
  11283.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11284.         </member>
  11285.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Reverse">
  11286.             <summary>Reverses the order of points in the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> array of this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11287.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11288.         </member>
  11289.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers">
  11290.             <summary>Sets a marker on this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11291.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11292.         </member>
  11293.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.StartFigure">
  11294.             <summary>Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure.</summary>
  11295.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11296.         </member>
  11297.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)">
  11298.             <summary>Applies a transform matrix to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11299.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that represents the transformation to apply. </param>
  11300.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11301.         </member>
  11302.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)">
  11303.             <summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11304.             <param name="destPoints">An array of <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram to which the rectangle defined by srcRect is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. </param>
  11305.             <param name="srcRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that is transformed to the parallelogram defined by destPoints. </param>
  11306.         </member>
  11307.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)">
  11308.             <summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11309.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a geometric transform to apply to the path. </param>
  11310.             <param name="destPoints">An array of <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram to which the rectangle defined by srcRect is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. </param>
  11311.             <param name="srcRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that is transformed to the parallelogram defined by destPoints. </param>
  11312.         </member>
  11313.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)">
  11314.             <summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11315.             <param name="warpMode">A <see cref="T:System.Drawing.Drawing2D.WarpMode"></see> enumeration that specifies whether this warp operation uses perspective or bilinear mode. </param>
  11316.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a geometric transform to apply to the path. </param>
  11317.             <param name="destPoints">An array of <see cref="T:System.Drawing.PointF"></see> structures that defines a parallelogram to which the rectangle defined by srcRect is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. </param>
  11318.             <param name="srcRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that is transformed to the parallelogram defined by destPoints. </param>
  11319.         </member>
  11320.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)">
  11321.             <summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11322.             <param name="flatness">A value from 0 through 1 that specifies how flat the resulting path is. For more information, see the <see cref="M:System.Drawing.Drawing2D.GraphicsPath.Flatten"></see> methods. </param>
  11323.             <param name="warpMode">A <see cref="T:System.Drawing.Drawing2D.WarpMode"></see> enumeration that specifies whether this warp operation uses perspective or bilinear mode. </param>
  11324.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a geometric transform to apply to the path. </param>
  11325.             <param name="destPoints">An array of <see cref="T:System.Drawing.PointF"></see> structures that define a parallelogram to which the rectangle defined by srcRect is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. </param>
  11326.             <param name="srcRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that is transformed to the parallelogram defined by destPoints. </param>
  11327.         </member>
  11328.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)">
  11329.             <summary>Adds an additional outline to the path.</summary>
  11330.             <param name="pen">A <see cref="T:System.Drawing.Pen"></see> that specifies the width between the original outline of the path and the new outline this method creates. </param>
  11331.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11332.         </member>
  11333.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)">
  11334.             <summary>Adds an additional outline to the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11335.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a transform to apply to the path before widening. </param>
  11336.             <param name="pen">A <see cref="T:System.Drawing.Pen"></see> that specifies the width between the original outline of the path and the new outline this method creates. </param>
  11337.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11338.         </member>
  11339.         <member name="M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)">
  11340.             <summary>Replaces this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> with curves that enclose the area that is filled when this path is drawn by the specified pen.</summary>
  11341.             <param name="flatness">A value that specifies the flatness for curves. </param>
  11342.             <param name="matrix">A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that specifies a transform to apply to the path before widening. </param>
  11343.             <param name="pen">A <see cref="T:System.Drawing.Pen"></see> that specifies the width between the original outline of the path and the new outline this method creates. </param>
  11344.         </member>
  11345.         <member name="P:System.Drawing.Drawing2D.GraphicsPath.FillMode">
  11346.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that determines how the interiors of shapes in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> are filled.</summary>
  11347.             <returns>A <see cref="T:System.Drawing.Drawing2D.FillMode"></see> enumeration that specifies how the interiors of shapes in this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> are filled.</returns>
  11348.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11349.         </member>
  11350.         <member name="P:System.Drawing.Drawing2D.GraphicsPath.PathData">
  11351.             <summary>Gets a <see cref="T:System.Drawing.Drawing2D.PathData"></see> that encapsulates arrays of points (points) and types (types) for this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</summary>
  11352.             <returns>A <see cref="T:System.Drawing.Drawing2D.PathData"></see> that encapsulates arrays for both the points and types for this <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see>.</returns>
  11353.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11354.         </member>
  11355.         <member name="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints">
  11356.             <summary>Gets the points in the path.</summary>
  11357.             <returns>An array of <see cref="T:System.Drawing.PointF"></see> objects that represent the path.</returns>
  11358.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11359.         </member>
  11360.         <member name="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes">
  11361.             <summary>Gets the types of the corresponding points in the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> array.</summary>
  11362.             <returns>An array of bytes that specify the types of the corresponding points in the path.</returns>
  11363.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11364.         </member>
  11365.         <member name="P:System.Drawing.Drawing2D.GraphicsPath.PointCount">
  11366.             <summary>Gets the number of elements in the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> or the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes"></see> array.</summary>
  11367.             <returns>An integer that specifies the number of elements in the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> or the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes"></see> array.</returns>
  11368.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11369.         </member>
  11370.         <member name="T:System.Drawing.Drawing2D.GraphicsPathIterator">
  11371.             <summary>Provides the ability to iterate through subpaths in a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> and test the types of shapes contained in each subpath. This class cannot be inherited.</summary>
  11372.         </member>
  11373.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)">
  11374.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  11375.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object for which this helper class is to be initialized. </param>
  11376.         </member>
  11377.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)">
  11378.             <summary>Copies the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> property and <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes"></see> property arrays of the associated <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> into the two specified arrays.</summary>
  11379.             <returns>The number of points copied.</returns>
  11380.             <param name="types">Upon return, contains an array of bytes that represents the types of points in the path. </param>
  11381.             <param name="endIndex">Specifies the ending index of the arrays. </param>
  11382.             <param name="points">Upon return, contains an array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points in the path. </param>
  11383.             <param name="startIndex">Specifies the starting index of the arrays. </param>
  11384.         </member>
  11385.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose">
  11386.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> object.</summary>
  11387.             <returns>This method does not return a value.</returns>
  11388.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11389.         </member>
  11390.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)">
  11391.             <summary>Copies the <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathPoints"></see> property and <see cref="P:System.Drawing.Drawing2D.GraphicsPath.PathTypes"></see> property arrays of the associated <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> into the two specified arrays.</summary>
  11392.             <returns>The number of points copied.</returns>
  11393.             <param name="types">Upon return, contains an array of bytes that represents the types of points in the path. </param>
  11394.             <param name="points">Upon return, contains an array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points in the path. </param>
  11395.         </member>
  11396.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve">
  11397.             <summary>Indicates whether the path associated with this <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> contains a curve.</summary>
  11398.             <returns>This method returns true if the current subpath contains a curve; otherwise, false.</returns>
  11399.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11400.         </member>
  11401.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)">
  11402.             <summary>This <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> object has a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object associated with it. The <see cref="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)"></see> method increments the associated <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> to the next marker in its path and copies all the points contained between the current marker and the next marker (or end of path) to a second <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object passed in to the parameter.</summary>
  11403.             <returns>The number of points between this marker and the next.</returns>
  11404.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object to which the points will be copied. </param>
  11405.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11406.         </member>
  11407.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)">
  11408.             <summary>Increments the <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> to the next marker in the path and returns the start and stop indexes by way of the [out] parameters.</summary>
  11409.             <returns>The number of points between this marker and the next.</returns>
  11410.             <param name="endIndex">[out] The integer reference supplied to this parameter receives the index of the point that ends the subpath to which startIndex points. </param>
  11411.             <param name="startIndex">[out] The integer reference supplied to this parameter receives the index of the point that starts a subpath. </param>
  11412.         </member>
  11413.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)">
  11414.             <summary>Gets the starting index and the ending index of the next group of data points that all have the same type.</summary>
  11415.             <returns>This method returns the number of data points in the group. If there are no more groups in the path, this method returns 0.</returns>
  11416.             <param name="pathType">[out] Receives the point type shared by all points in the group. Possible types can be retrieved from the <see cref="T:System.Drawing.Drawing2D.PathPointType"></see> enumeration. </param>
  11417.             <param name="endIndex">[out] Receives the ending index of the group of points. </param>
  11418.             <param name="startIndex">[out] Receives the starting index of the group of points. </param>
  11419.         </member>
  11420.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)">
  11421.             <summary>Gets the next figure (subpath) from the associated path of this <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see>.</summary>
  11422.             <returns>The number of data points in the retrieved figure (subpath). If there are no more figures to retrieve, zero is returned.</returns>
  11423.             <param name="isClosed">[out] Indicates whether the current subpath is closed. It is true if the if the figure is closed, otherwise it is false. </param>
  11424.             <param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> that is to have its data points set to match the data points of the retrieved figure (subpath) for this iterator. </param>
  11425.         </member>
  11426.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)">
  11427.             <summary>Moves the <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> to the next subpath in the path. The start index and end index of the next subpath are contained in the [out] parameters.</summary>
  11428.             <returns>The number of subpaths in the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</returns>
  11429.             <param name="endIndex">[out] Receives the ending index of the next subpath. </param>
  11430.             <param name="isClosed">[out] Indicates whether the subpath is closed. </param>
  11431.             <param name="startIndex">[out] Receives the starting index of the next subpath. </param>
  11432.         </member>
  11433.         <member name="M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind">
  11434.             <summary>Rewinds this <see cref="T:System.Drawing.Drawing2D.GraphicsPathIterator"></see> to the beginning of its associated path.</summary>
  11435.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11436.         </member>
  11437.         <member name="P:System.Drawing.Drawing2D.GraphicsPathIterator.Count">
  11438.             <summary>Gets the number of points in the path.</summary>
  11439.             <returns>The number of points in the path.</returns>
  11440.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11441.         </member>
  11442.         <member name="P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount">
  11443.             <summary>Gets the number of subpaths in the path.</summary>
  11444.             <returns>The number of subpaths in the path.</returns>
  11445.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11446.         </member>
  11447.         <member name="T:System.Drawing.Drawing2D.GraphicsState">
  11448.             <summary>Represents the state of a <see cref="T:System.Drawing.Graphics"></see> object. This object is returned by a call to the <see cref="M:System.Drawing.Graphics.BeginContainer"></see> methods. This class cannot be inherited.</summary>
  11449.         </member>
  11450.         <member name="T:System.Drawing.Drawing2D.HatchBrush">
  11451.             <summary>Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited.</summary>
  11452.         </member>
  11453.         <member name="M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)">
  11454.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.HatchStyle"></see> enumeration and foreground color.</summary>
  11455.             <param name="foreColor">The <see cref="T:System.Drawing.Color"></see> structure that represents the color of lines drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>. </param>
  11456.             <param name="hatchstyle">One of the <see cref="T:System.Drawing.Drawing2D.HatchStyle"></see> values that represents the pattern drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>. </param>
  11457.         </member>
  11458.         <member name="M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)">
  11459.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> class with the specified <see cref="T:System.Drawing.Drawing2D.HatchStyle"></see> enumeration, foreground color, and background color.</summary>
  11460.             <param name="foreColor">The <see cref="T:System.Drawing.Color"></see> structure that represents the color of lines drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>. </param>
  11461.             <param name="backColor">The <see cref="T:System.Drawing.Color"></see> structure that represents the color of spaces between the lines drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>. </param>
  11462.             <param name="hatchstyle">One of the <see cref="T:System.Drawing.Drawing2D.HatchStyle"></see> values that represents the pattern drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>. </param>
  11463.         </member>
  11464.         <member name="M:System.Drawing.Drawing2D.HatchBrush.Clone">
  11465.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> object.</summary>
  11466.             <returns>The <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> this method creates, cast as an object.</returns>
  11467.         </member>
  11468.         <member name="P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor">
  11469.             <summary>Gets the color of spaces between the hatch lines drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> object.</summary>
  11470.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the background color for this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>.</returns>
  11471.         </member>
  11472.         <member name="P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor">
  11473.             <summary>Gets the color of hatch lines drawn by this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> object.</summary>
  11474.             <returns>A <see cref="T:System.Drawing.Color"></see> structure that represents the foreground color for this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>.</returns>
  11475.         </member>
  11476.         <member name="P:System.Drawing.Drawing2D.HatchBrush.HatchStyle">
  11477.             <summary>Gets the hatch style of this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> object.</summary>
  11478.             <returns>One of the <see cref="T:System.Drawing.Drawing2D.HatchStyle"></see> values that represents the pattern of this <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see>.</returns>
  11479.         </member>
  11480.         <member name="T:System.Drawing.Drawing2D.HatchStyle">
  11481.             <summary>Specifies the different patterns available for <see cref="T:System.Drawing.Drawing2D.HatchBrush"></see> objects.</summary>
  11482.         </member>
  11483.         <member name="F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal">
  11484.             <summary>A pattern of lines on a diagonal from upper right to lower left.</summary>
  11485.         </member>
  11486.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Cross">
  11487.             <summary>Specifies horizontal and vertical lines that cross.</summary>
  11488.         </member>
  11489.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal">
  11490.             <summary>Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of <see cref="F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal"></see>. This hatch pattern is not antialiased.</summary>
  11491.         </member>
  11492.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal">
  11493.             <summary>Specifies horizontal lines that are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.Horizontal"></see> and are twice the width of <see cref="F:System.Drawing.Drawing2D.HatchStyle.Horizontal"></see>.</summary>
  11494.         </member>
  11495.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal">
  11496.             <summary>Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal"></see>, and are twice its width, but the lines are not antialiased.</summary>
  11497.         </member>
  11498.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DarkVertical">
  11499.             <summary>Specifies vertical lines that are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.Vertical"></see> and are twice its width.</summary>
  11500.         </member>
  11501.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal">
  11502.             <summary>Specifies dashed diagonal lines, that slant to the right from top points to bottom points.</summary>
  11503.         </member>
  11504.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal">
  11505.             <summary>Specifies dashed horizontal lines.</summary>
  11506.         </member>
  11507.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal">
  11508.             <summary>Specifies dashed diagonal lines, that slant to the left from top points to bottom points.</summary>
  11509.         </member>
  11510.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DashedVertical">
  11511.             <summary>Specifies dashed vertical lines.</summary>
  11512.         </member>
  11513.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick">
  11514.             <summary>Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.</summary>
  11515.         </member>
  11516.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross">
  11517.             <summary>A pattern of crisscross diagonal lines.</summary>
  11518.         </member>
  11519.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Divot">
  11520.             <summary>Specifies a hatch that has the appearance of divots.</summary>
  11521.         </member>
  11522.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond">
  11523.             <summary>Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.</summary>
  11524.         </member>
  11525.         <member name="F:System.Drawing.Drawing2D.HatchStyle.DottedGrid">
  11526.             <summary>Specifies horizontal and vertical lines, each of which is composed of dots, that cross.</summary>
  11527.         </member>
  11528.         <member name="F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal">
  11529.             <summary>A pattern of lines on a diagonal from upper left to lower right.</summary>
  11530.         </member>
  11531.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Horizontal">
  11532.             <summary>A pattern of horizontal lines.</summary>
  11533.         </member>
  11534.         <member name="F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick">
  11535.             <summary>Specifies a hatch that has the appearance of horizontally layered bricks.</summary>
  11536.         </member>
  11537.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard">
  11538.             <summary>Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of <see cref="F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard"></see>.</summary>
  11539.         </member>
  11540.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti">
  11541.             <summary>Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than <see cref="F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti"></see>.</summary>
  11542.         </member>
  11543.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LargeGrid">
  11544.             <summary>Specifies the hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.Cross"></see>.</summary>
  11545.         </member>
  11546.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal">
  11547.             <summary>Specifies horizontal lines that are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.Horizontal"></see>.</summary>
  11548.         </member>
  11549.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal">
  11550.             <summary>Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal"></see>, but they are not antialiased.</summary>
  11551.         </member>
  11552.         <member name="F:System.Drawing.Drawing2D.HatchStyle.LightVertical">
  11553.             <summary>Specifies vertical lines that are spaced 50 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.Vertical"></see>.</summary>
  11554.         </member>
  11555.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Max">
  11556.             <summary>Specifies hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond"></see>.</summary>
  11557.         </member>
  11558.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Min">
  11559.             <summary>Specifies hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.Horizontal"></see>.</summary>
  11560.         </member>
  11561.         <member name="F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal">
  11562.             <summary>Specifies horizontal lines that are spaced 75 percent closer together than hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.Horizontal"></see> (or 25 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal"></see>).</summary>
  11563.         </member>
  11564.         <member name="F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical">
  11565.             <summary>Specifies vertical lines that are spaced 75 percent closer together than hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.Vertical"></see> (or 25 percent closer together than <see cref="F:System.Drawing.Drawing2D.HatchStyle.LightVertical"></see>).</summary>
  11566.         </member>
  11567.         <member name="F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond">
  11568.             <summary>Specifies forward diagonal and backward diagonal lines that cross but are not antialiased.</summary>
  11569.         </member>
  11570.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent05">
  11571.             <summary>Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:100.</summary>
  11572.         </member>
  11573.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent10">
  11574.             <summary>Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:100.</summary>
  11575.         </member>
  11576.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent20">
  11577.             <summary>Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:100.</summary>
  11578.         </member>
  11579.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent25">
  11580.             <summary>Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:100.</summary>
  11581.         </member>
  11582.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent30">
  11583.             <summary>Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:100.</summary>
  11584.         </member>
  11585.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent40">
  11586.             <summary>Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:100.</summary>
  11587.         </member>
  11588.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent50">
  11589.             <summary>Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:100.</summary>
  11590.         </member>
  11591.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent60">
  11592.             <summary>Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:100.</summary>
  11593.         </member>
  11594.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent70">
  11595.             <summary>Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:100.</summary>
  11596.         </member>
  11597.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent75">
  11598.             <summary>Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:100.</summary>
  11599.         </member>
  11600.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent80">
  11601.             <summary>Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.</summary>
  11602.         </member>
  11603.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Percent90">
  11604.             <summary>Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:100.</summary>
  11605.         </member>
  11606.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Plaid">
  11607.             <summary>Specifies a hatch that has the appearance of a plaid material.</summary>
  11608.         </member>
  11609.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Shingle">
  11610.             <summary>Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points.</summary>
  11611.         </member>
  11612.         <member name="F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard">
  11613.             <summary>Specifies a hatch that has the appearance of a checkerboard.</summary>
  11614.         </member>
  11615.         <member name="F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti">
  11616.             <summary>Specifies a hatch that has the appearance of confetti.</summary>
  11617.         </member>
  11618.         <member name="F:System.Drawing.Drawing2D.HatchStyle.SmallGrid">
  11619.             <summary>Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.Cross"></see>.</summary>
  11620.         </member>
  11621.         <member name="F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond">
  11622.             <summary>Specifies a hatch that has the appearance of a checkerboard placed diagonally.</summary>
  11623.         </member>
  11624.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Sphere">
  11625.             <summary>Specifies a hatch that has the appearance of spheres laid adjacent to one another.</summary>
  11626.         </member>
  11627.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Trellis">
  11628.             <summary>Specifies a hatch that has the appearance of a trellis.</summary>
  11629.         </member>
  11630.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Vertical">
  11631.             <summary>A pattern of vertical lines.</summary>
  11632.         </member>
  11633.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Wave">
  11634.             <summary>Specifies horizontal lines that are composed of tildes.</summary>
  11635.         </member>
  11636.         <member name="F:System.Drawing.Drawing2D.HatchStyle.Weave">
  11637.             <summary>Specifies a hatch that has the appearance of a woven material.</summary>
  11638.         </member>
  11639.         <member name="F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal">
  11640.             <summary>Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal"></see>, and are triple its width, but are not antialiased.</summary>
  11641.         </member>
  11642.         <member name="F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal">
  11643.             <summary>Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style <see cref="F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal"></see>, and are triple its width, but are not antialiased.</summary>
  11644.         </member>
  11645.         <member name="F:System.Drawing.Drawing2D.HatchStyle.ZigZag">
  11646.             <summary>Specifies horizontal lines that are composed of zigzags.</summary>
  11647.         </member>
  11648.         <member name="T:System.Drawing.Drawing2D.InterpolationMode">
  11649.             <summary>The <see cref="T:System.Drawing.Drawing2D.InterpolationMode"></see> enumeration specifies the algorithm that is used when images are scaled or rotated. </summary>
  11650.         </member>
  11651.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.Bicubic">
  11652.             <summary>Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.</summary>
  11653.         </member>
  11654.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.Bilinear">
  11655.             <summary>Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size. </summary>
  11656.         </member>
  11657.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.Default">
  11658.             <summary>Specifies default mode.</summary>
  11659.         </member>
  11660.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.High">
  11661.             <summary>Specifies high quality interpolation.</summary>
  11662.         </member>
  11663.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic">
  11664.             <summary>Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.</summary>
  11665.         </member>
  11666.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear">
  11667.             <summary>Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking. </summary>
  11668.         </member>
  11669.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.Invalid">
  11670.             <summary>Equivalent to the <see cref="F:System.Drawing.Drawing2D.QualityMode.Invalid"></see> element of the <see cref="T:System.Drawing.Drawing2D.QualityMode"></see> enumeration.</summary>
  11671.         </member>
  11672.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.Low">
  11673.             <summary>Specifies low quality interpolation.</summary>
  11674.         </member>
  11675.         <member name="F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor">
  11676.             <summary>Specifies nearest-neighbor interpolation.</summary>
  11677.         </member>
  11678.         <member name="T:System.Drawing.Drawing2D.LinearGradientBrush">
  11679.             <summary>Encapsulates a <see cref="T:System.Drawing.Brush"></see> with a linear gradient. This class cannot be inherited.</summary>
  11680.         </member>
  11681.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)">
  11682.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class with the specified points and colors.</summary>
  11683.             <param name="point2">A <see cref="T:System.Drawing.Point"></see> structure that represents the endpoint of the linear gradient. </param>
  11684.             <param name="point1">A <see cref="T:System.Drawing.Point"></see> structure that represents the starting point of the linear gradient. </param>
  11685.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color of the linear gradient. </param>
  11686.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color of the linear gradient. </param>
  11687.         </member>
  11688.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)">
  11689.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class with the specified points and colors.</summary>
  11690.             <param name="point2">A <see cref="T:System.Drawing.PointF"></see> structure that represents the endpoint of the linear gradient. </param>
  11691.             <param name="point1">A <see cref="T:System.Drawing.PointF"></see> structure that represents the starting point of the linear gradient. </param>
  11692.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color of the linear gradient. </param>
  11693.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color of the linear gradient. </param>
  11694.         </member>
  11695.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)">
  11696.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class based on a rectangle, starting and ending colors, and orientation.</summary>
  11697.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that specifies the bounds of the linear gradient. </param>
  11698.             <param name="linearGradientMode">A <see cref="T:System.Drawing.Drawing2D.LinearGradientMode"></see> enumeration element that specifies the orientation of the gradient. The orientation determines the starting and ending points of the gradient. For example, LinearGradientMode.ForwardDiagonal specifies that the starting point is the upper-left corner of the rectangle and the ending point is the lower-right corner of the rectangle. </param>
  11699.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11700.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11701.         </member>
  11702.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)">
  11703.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class based on a rectangle, starting and ending colors, and an orientation angle.</summary>
  11704.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that specifies the bounds of the linear gradient. </param>
  11705.             <param name="angle">The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. </param>
  11706.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11707.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11708.         </member>
  11709.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)">
  11710.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> based on a rectangle, starting and ending colors, and an orientation mode.</summary>
  11711.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> structure that specifies the bounds of the linear gradient. </param>
  11712.             <param name="linearGradientMode">A <see cref="T:System.Drawing.Drawing2D.LinearGradientMode"></see> enumeration element that specifies the orientation of the gradient. The orientation determines the starting and ending points of the gradient. For example, LinearGradientMode.ForwardDiagonal specifies that the starting point is the upper-left corner of the rectangle and the ending point is the lower-right corner of the rectangle. </param>
  11713.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11714.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11715.         </member>
  11716.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)">
  11717.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class based on a rectangle, starting and ending colors, and an orientation angle.</summary>
  11718.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> structure that specifies the bounds of the linear gradient. </param>
  11719.             <param name="angle">The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. </param>
  11720.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11721.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11722.         </member>
  11723.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)">
  11724.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class based on a rectangle, starting and ending colors, and an orientation angle.</summary>
  11725.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that specifies the bounds of the linear gradient. </param>
  11726.             <param name="angle">The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. </param>
  11727.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11728.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11729.             <param name="isAngleScaleable">Set to true to specify that the angle is affected by the transform associated with this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>; otherwise, false. </param>
  11730.         </member>
  11731.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)">
  11732.             <summary>Creates a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> class based on a rectangle, starting and ending colors, and an orientation angle.</summary>
  11733.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> structure that specifies the bounds of the linear gradient. </param>
  11734.             <param name="angle">The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. </param>
  11735.             <param name="color2">A <see cref="T:System.Drawing.Color"></see> structure that represents the ending color for the gradient. </param>
  11736.             <param name="color1">A <see cref="T:System.Drawing.Color"></see> structure that represents the starting color for the gradient. </param>
  11737.             <param name="isAngleScaleable">Set to true to specify that the angle is affected by the transform associated with this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>; otherwise, false. </param>
  11738.         </member>
  11739.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.Clone">
  11740.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>.</summary>
  11741.             <returns>The <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> this method creates, cast as an object.</returns>
  11742.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11743.         </member>
  11744.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)">
  11745.             <summary>Multiplies the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that represents the local geometric transform of this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by prepending the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11746.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to multiply the geometric transform. </param>
  11747.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11748.         </member>
  11749.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  11750.             <summary>Multiplies the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that represents the local geometric transform of this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> by the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the specified order.</summary>
  11751.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which to multiply the geometric transform. </param>
  11752.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies in which order to multiply the two matrices. </param>
  11753.         </member>
  11754.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform">
  11755.             <summary>Resets the <see cref="P:System.Drawing.Drawing2D.LinearGradientBrush.Transform"></see> property to identity.</summary>
  11756.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11757.         </member>
  11758.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)">
  11759.             <summary>Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.</summary>
  11760.             <param name="angle">The angle of rotation. </param>
  11761.         </member>
  11762.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  11763.             <summary>Rotates the local geometric transform by the specified amount in the specified order.</summary>
  11764.             <param name="angle">The angle of rotation. </param>
  11765.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the rotation matrix. </param>
  11766.         </member>
  11767.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)">
  11768.             <summary>Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.</summary>
  11769.             <param name="sy">The amount by which to scale the transform in the y-axis direction. </param>
  11770.             <param name="sx">The amount by which to scale the transform in the x-axis direction. </param>
  11771.         </member>
  11772.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  11773.             <summary>Scales the local geometric transform by the specified amounts in the specified order.</summary>
  11774.             <param name="sy">The amount by which to scale the transform in the y-axis direction. </param>
  11775.             <param name="sx">The amount by which to scale the transform in the x-axis direction. </param>
  11776.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the scaling matrix. </param>
  11777.         </member>
  11778.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)">
  11779.             <summary>Creates a linear gradient with a center color and a linear falloff to a single color on both ends.</summary>
  11780.             <param name="focus">A value from 0 through 1 that specifies the center of the gradient (the point where the gradient is composed of only the ending color). </param>
  11781.         </member>
  11782.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)">
  11783.             <summary>Creates a linear gradient with a center color and a linear falloff to a single color on both ends.</summary>
  11784.             <param name="scale">A value from 0 through1 that specifies how fast the colors falloff from the starting color to focus (ending color) </param>
  11785.             <param name="focus">A value from 0 through 1 that specifies the center of the gradient (the point where the gradient is composed of only the ending color). </param>
  11786.         </member>
  11787.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)">
  11788.             <summary>Creates a gradient falloff based on a bell-shaped curve.</summary>
  11789.             <param name="focus">A value from 0 through 1 that specifies the center of the gradient (the point where the starting color and ending color are blended equally). </param>
  11790.         </member>
  11791.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)">
  11792.             <summary>Creates a gradient falloff based on a bell-shaped curve.</summary>
  11793.             <param name="scale">A value from 0 through 1 that specifies how fast the colors falloff from the focus. </param>
  11794.             <param name="focus">A value from 0 through 1 that specifies the center of the gradient (the point where the gradient is composed of only the ending color). </param>
  11795.         </member>
  11796.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)">
  11797.             <summary>Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform.</summary>
  11798.             <param name="dx">The value of the translation in x. </param>
  11799.             <param name="dy">The value of the translation in y. </param>
  11800.         </member>
  11801.         <member name="M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  11802.             <summary>Translates the local geometric transform by the specified dimensions in the specified order.</summary>
  11803.             <param name="dx">The value of the translation in x. </param>
  11804.             <param name="dy">The value of the translation in y. </param>
  11805.             <param name="order">The order (prepend or append) in which to apply the translation. </param>
  11806.         </member>
  11807.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.Blend">
  11808.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.Blend"></see> that specifies positions and factors that define a custom falloff for the gradient.</summary>
  11809.             <returns>A <see cref="T:System.Drawing.Drawing2D.Blend"></see> that represents a custom falloff for the gradient.</returns>
  11810.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11811.         </member>
  11812.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection">
  11813.             <summary>Gets or sets a value indicating whether gamma correction is enabled for this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>.</summary>
  11814.             <returns>The value is true if gamma correction is enabled for this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>; otherwise, false.</returns>
  11815.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11816.         </member>
  11817.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors">
  11818.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> that defines a multicolor linear gradient.</summary>
  11819.             <returns>A <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> that defines a multicolor linear gradient.</returns>
  11820.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11821.         </member>
  11822.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors">
  11823.             <summary>Gets or sets the starting and ending colors of the gradient.</summary>
  11824.             <returns>An array of two <see cref="T:System.Drawing.Color"></see> structures that represents the starting and ending colors of the gradient.</returns>
  11825.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11826.         </member>
  11827.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle">
  11828.             <summary>Gets a rectangular region that defines the starting and ending points of the gradient.</summary>
  11829.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> structure that specifies the starting and ending points of the gradient.</returns>
  11830.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11831.         </member>
  11832.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.Transform">
  11833.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that defines a local geometric transform for this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>.</summary>
  11834.             <returns>A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that defines a geometric transform that applies only to fills drawn with this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>.</returns>
  11835.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11836.         </member>
  11837.         <member name="P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode">
  11838.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> enumeration that indicates the wrap mode for this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see>.</summary>
  11839.             <returns>A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how fills drawn with this <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"></see> are tiled.</returns>
  11840.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11841.         </member>
  11842.         <member name="T:System.Drawing.Drawing2D.LinearGradientMode">
  11843.             <summary>Specifies the direction of a linear gradient.</summary>
  11844.         </member>
  11845.         <member name="F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal">
  11846.             <summary>Specifies a gradient from upper right to lower left.</summary>
  11847.         </member>
  11848.         <member name="F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal">
  11849.             <summary>Specifies a gradient from upper left to lower right.</summary>
  11850.         </member>
  11851.         <member name="F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal">
  11852.             <summary>Specifies a gradient from left to right.</summary>
  11853.         </member>
  11854.         <member name="F:System.Drawing.Drawing2D.LinearGradientMode.Vertical">
  11855.             <summary>Specifies a gradient from top to bottom.</summary>
  11856.         </member>
  11857.         <member name="T:System.Drawing.Drawing2D.LineCap">
  11858.             <summary>Specifies the available cap styles with which a <see cref="T:System.Drawing.Pen"></see> object can end a line.</summary>
  11859.         </member>
  11860.         <member name="F:System.Drawing.Drawing2D.LineCap.AnchorMask">
  11861.             <summary>Specifies a mask used to check whether a line cap is an anchor cap.</summary>
  11862.         </member>
  11863.         <member name="F:System.Drawing.Drawing2D.LineCap.ArrowAnchor">
  11864.             <summary>Specifies an arrow-shaped anchor cap.</summary>
  11865.         </member>
  11866.         <member name="F:System.Drawing.Drawing2D.LineCap.Custom">
  11867.             <summary>Specifies a custom line cap.</summary>
  11868.         </member>
  11869.         <member name="F:System.Drawing.Drawing2D.LineCap.DiamondAnchor">
  11870.             <summary>Specifies a diamond anchor cap.</summary>
  11871.         </member>
  11872.         <member name="F:System.Drawing.Drawing2D.LineCap.Flat">
  11873.             <summary>Specifies a flat line cap.</summary>
  11874.         </member>
  11875.         <member name="F:System.Drawing.Drawing2D.LineCap.NoAnchor">
  11876.             <summary>Specifies no anchor.</summary>
  11877.         </member>
  11878.         <member name="F:System.Drawing.Drawing2D.LineCap.Round">
  11879.             <summary>Specifies a round line cap.</summary>
  11880.         </member>
  11881.         <member name="F:System.Drawing.Drawing2D.LineCap.RoundAnchor">
  11882.             <summary>Specifies a round anchor cap.</summary>
  11883.         </member>
  11884.         <member name="F:System.Drawing.Drawing2D.LineCap.Square">
  11885.             <summary>Specifies a square line cap.</summary>
  11886.         </member>
  11887.         <member name="F:System.Drawing.Drawing2D.LineCap.SquareAnchor">
  11888.             <summary>Specifies a square anchor line cap.</summary>
  11889.         </member>
  11890.         <member name="F:System.Drawing.Drawing2D.LineCap.Triangle">
  11891.             <summary>Specifies a triangular line cap.</summary>
  11892.         </member>
  11893.         <member name="T:System.Drawing.Drawing2D.LineJoin">
  11894.             <summary>Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  11895.         </member>
  11896.         <member name="F:System.Drawing.Drawing2D.LineJoin.Bevel">
  11897.             <summary>Specifies a beveled join. This produces a diagonal corner.</summary>
  11898.         </member>
  11899.         <member name="F:System.Drawing.Drawing2D.LineJoin.Miter">
  11900.             <summary>Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.</summary>
  11901.         </member>
  11902.         <member name="F:System.Drawing.Drawing2D.LineJoin.MiterClipped">
  11903.             <summary>Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.</summary>
  11904.         </member>
  11905.         <member name="F:System.Drawing.Drawing2D.LineJoin.Round">
  11906.             <summary>Specifies a circular join. This produces a smooth, circular arc between the lines.</summary>
  11907.         </member>
  11908.         <member name="T:System.Drawing.Drawing2D.Matrix">
  11909.             <summary>Encapsulates a 3-by-3 affine matrix that represents a geometric transform. This class cannot be inherited.</summary>
  11910.         </member>
  11911.         <member name="M:System.Drawing.Drawing2D.Matrix.#ctor">
  11912.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> class as the identity matrix.</summary>
  11913.         </member>
  11914.         <member name="M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])">
  11915.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> class to the geometric transform defined by the specified rectangle and array of points.</summary>
  11916.             <param name="rect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle to be transformed. </param>
  11917.             <param name="plgpts">An array of three <see cref="T:System.Drawing.Point"></see> structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. </param>
  11918.         </member>
  11919.         <member name="M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])">
  11920.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> class to the geometric transform defined by the specified rectangle and array of points.</summary>
  11921.             <param name="rect">A <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle to be transformed. </param>
  11922.             <param name="plgpts">An array of three <see cref="T:System.Drawing.PointF"></see> structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. </param>
  11923.         </member>
  11924.         <member name="M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  11925.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.Matrix"></see> class with the specified elements.</summary>
  11926.             <param name="m12">The value in the first row and second column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11927.             <param name="dx">The value in the third row and first column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11928.             <param name="m11">The value in the first row and first column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11929.             <param name="dy">The value in the third row and second column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11930.             <param name="m21">The value in the second row and first column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11931.             <param name="m22">The value in the second row and second column of the new <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11932.         </member>
  11933.         <member name="M:System.Drawing.Drawing2D.Matrix.Clone">
  11934.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11935.             <returns>The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that this method creates.</returns>
  11936.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11937.         </member>
  11938.         <member name="M:System.Drawing.Drawing2D.Matrix.Dispose">
  11939.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11940.             <returns>This method does not return a value.</returns>
  11941.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  11942.         </member>
  11943.         <member name="M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)">
  11944.             <summary>Tests whether the specified object is a <see cref="T:System.Drawing.Drawing2D.Matrix"></see> and is identical to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11945.             <returns>This method returns true if obj is the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see> identical to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>; otherwise, false.</returns>
  11946.             <param name="obj">The object to test. </param>
  11947.         </member>
  11948.         <member name="M:System.Drawing.Drawing2D.Matrix.GetHashCode">
  11949.             <summary>Returns a hash code.</summary>
  11950.             <returns>The hash code for this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</returns>
  11951.         </member>
  11952.         <member name="M:System.Drawing.Drawing2D.Matrix.Invert">
  11953.             <summary>Inverts this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>, if it is invertible.</summary>
  11954.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11955.         </member>
  11956.         <member name="M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)">
  11957.             <summary>Multiplies this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by the matrix specified in the matrix parameter, by prepending the specified <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11958.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is to be multiplied. </param>
  11959.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11960.         </member>
  11961.         <member name="M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  11962.             <summary>Multiplies this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by the matrix specified in the matrix parameter, and in the order specified in the order parameter.</summary>
  11963.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by which this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is to be multiplied. </param>
  11964.             <param name="order">The <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that represents the order of the multiplication. </param>
  11965.         </member>
  11966.         <member name="M:System.Drawing.Drawing2D.Matrix.Reset">
  11967.             <summary>Resets this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> to have the elements of the identity matrix.</summary>
  11968.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11969.         </member>
  11970.         <member name="M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)">
  11971.             <summary>Prepend to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> a clockwise rotation, around the origin and by the specified angle.</summary>
  11972.             <param name="angle">The angle of the rotation, in degrees. </param>
  11973.         </member>
  11974.         <member name="M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  11975.             <summary>Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  11976.             <param name="angle">The angle (extent) of the rotation, in degrees. </param>
  11977.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies the order (append or prepend) in which the rotation is applied to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11978.         </member>
  11979.         <member name="M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)">
  11980.             <summary>Applies a clockwise rotation to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> around the point specified in the point parameter, and by prepending the rotation.</summary>
  11981.             <param name="angle">The angle (extent) of the rotation, in degrees. </param>
  11982.             <param name="point">A <see cref="T:System.Drawing.PointF"></see> that represents the center of the rotation. </param>
  11983.         </member>
  11984.         <member name="M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)">
  11985.             <summary>Applies a clockwise rotation about the specified point to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the specified order.</summary>
  11986.             <param name="angle">The angle of the rotation, in degrees. </param>
  11987.             <param name="point">A <see cref="T:System.Drawing.PointF"></see> that represents the center of the rotation. </param>
  11988.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies the order (append or prepend) in which the rotation is applied. </param>
  11989.         </member>
  11990.         <member name="M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)">
  11991.             <summary>Applies the specified scale vector to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by prepending the scale vector.</summary>
  11992.             <param name="scaleX">The value by which to scale this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the x-axis direction. </param>
  11993.             <param name="scaleY">The value by which to scale this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the y-axis direction. </param>
  11994.         </member>
  11995.         <member name="M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  11996.             <summary>Applies the specified scale vector (scaleX and scaleY) to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> using the specified order.</summary>
  11997.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies the order (append or prepend) in which the scale vector is applied to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  11998.             <param name="scaleX">The value by which to scale this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the x-axis direction. </param>
  11999.             <param name="scaleY">The value by which to scale this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the y-axis direction. </param>
  12000.         </member>
  12001.         <member name="M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)">
  12002.             <summary>Applies the specified shear vector to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by prepending the shear transformation.</summary>
  12003.             <param name="shearY">The vertical shear factor. </param>
  12004.             <param name="shearX">The horizontal shear factor. </param>
  12005.         </member>
  12006.         <member name="M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  12007.             <summary>Applies the specified shear vector to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the specified order.</summary>
  12008.             <param name="shearY">The vertical shear factor. </param>
  12009.             <param name="shearX">The horizontal shear factor. </param>
  12010.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies the order (append or prepend) in which the shear is applied. </param>
  12011.         </member>
  12012.         <member name="M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])">
  12013.             <summary>Applies the geometric transform represented by this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> to a specified array of points.</summary>
  12014.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points to transform. </param>
  12015.         </member>
  12016.         <member name="M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])">
  12017.             <summary>Applies the geometric transform represented by this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> to a specified array of points.</summary>
  12018.             <param name="pts">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points to transform. </param>
  12019.         </member>
  12020.         <member name="M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])">
  12021.             <summary>Applies only the scale and rotate components of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> to the specified array of points.</summary>
  12022.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points to transform. </param>
  12023.         </member>
  12024.         <member name="M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])">
  12025.             <summary>Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.</summary>
  12026.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points to transform. </param>
  12027.         </member>
  12028.         <member name="M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)">
  12029.             <summary>Applies the specified translation vector (offsetX and offsetY) to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> by prepending the translation vector.</summary>
  12030.             <param name="offsetY">The y value by which to translate this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  12031.             <param name="offsetX">The x value by which to translate this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  12032.         </member>
  12033.         <member name="M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  12034.             <summary>Applies the specified translation vector to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> in the specified order.</summary>
  12035.             <param name="offsetY">The y value by which to translate this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  12036.             <param name="offsetX">The x value by which to translate this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  12037.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies the order (append or prepend) in which the translation is applied to this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>. </param>
  12038.         </member>
  12039.         <member name="M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])">
  12040.             <summary>Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.</summary>
  12041.             <param name="pts">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points to transform.</param>
  12042.         </member>
  12043.         <member name="P:System.Drawing.Drawing2D.Matrix.Elements">
  12044.             <summary>Gets an array of floating-point values that represents the elements of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  12045.             <returns>An array of floating-point values that represents the elements of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</returns>
  12046.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12047.         </member>
  12048.         <member name="P:System.Drawing.Drawing2D.Matrix.IsIdentity">
  12049.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is the identity matrix.</summary>
  12050.             <returns>This property is true if this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is identity; otherwise, false.</returns>
  12051.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12052.         </member>
  12053.         <member name="P:System.Drawing.Drawing2D.Matrix.IsInvertible">
  12054.             <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is invertible.</summary>
  12055.             <returns>This property is true if this <see cref="T:System.Drawing.Drawing2D.Matrix"></see> is invertible; otherwise, false.</returns>
  12056.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12057.         </member>
  12058.         <member name="P:System.Drawing.Drawing2D.Matrix.OffsetX">
  12059.             <summary>Gets the x translation value (the dx value, or the element in the third row and first column) of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  12060.             <returns>The x translation value of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</returns>
  12061.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12062.         </member>
  12063.         <member name="P:System.Drawing.Drawing2D.Matrix.OffsetY">
  12064.             <summary>Gets the y translation value (the dy value, or the element in the third row and second column) of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</summary>
  12065.             <returns>The y translation value of this <see cref="T:System.Drawing.Drawing2D.Matrix"></see>.</returns>
  12066.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12067.         </member>
  12068.         <member name="T:System.Drawing.Drawing2D.MatrixOrder">
  12069.             <summary>Specifies the order for matrix transform operations.</summary>
  12070.         </member>
  12071.         <member name="F:System.Drawing.Drawing2D.MatrixOrder.Append">
  12072.             <summary>The new operation is applied after the old operation.</summary>
  12073.         </member>
  12074.         <member name="F:System.Drawing.Drawing2D.MatrixOrder.Prepend">
  12075.             <summary>The new operation is applied before the old operation.</summary>
  12076.         </member>
  12077.         <member name="T:System.Drawing.Drawing2D.PathData">
  12078.             <summary>Contains the graphical data that makes up a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object. This class cannot be inherited.</summary>
  12079.         </member>
  12080.         <member name="M:System.Drawing.Drawing2D.PathData.#ctor">
  12081.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathData"></see> class.</summary>
  12082.         </member>
  12083.         <member name="P:System.Drawing.Drawing2D.PathData.Points">
  12084.             <summary>Gets or sets an array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points through which the path is constructed.</summary>
  12085.             <returns>An array of <see cref="T:System.Drawing.PointF"></see> objects that represents the points through which the path is constructed.</returns>
  12086.         </member>
  12087.         <member name="P:System.Drawing.Drawing2D.PathData.Types">
  12088.             <summary>Gets or sets the types of the corresponding points in the path.</summary>
  12089.             <returns>An array of bytes that specify the types of the corresponding points in the path.</returns>
  12090.         </member>
  12091.         <member name="T:System.Drawing.Drawing2D.PathGradientBrush">
  12092.             <summary>Encapsulates a <see cref="T:System.Drawing.Brush"></see> object that fills the interior of a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object with a gradient. This class cannot be inherited.</summary>
  12093.         </member>
  12094.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)">
  12095.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> class with the specified path.</summary>
  12096.             <param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> that defines the area filled by this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>. </param>
  12097.         </member>
  12098.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])">
  12099.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> class with the specified points.</summary>
  12100.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that make up the vertices of the path. </param>
  12101.         </member>
  12102.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])">
  12103.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> class with the specified points.</summary>
  12104.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that make up the vertices of the path. </param>
  12105.         </member>
  12106.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)">
  12107.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> class with the specified points and wrap mode.</summary>
  12108.             <param name="wrapMode">A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how fills drawn with this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> are tiled. </param>
  12109.             <param name="points">An array of <see cref="T:System.Drawing.Point"></see> structures that represents the points that make up the vertices of the path. </param>
  12110.         </member>
  12111.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)">
  12112.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> class with the specified points and wrap mode.</summary>
  12113.             <param name="wrapMode">A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how fills drawn with this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> are tiled. </param>
  12114.             <param name="points">An array of <see cref="T:System.Drawing.PointF"></see> structures that represents the points that make up the vertices of the path. </param>
  12115.         </member>
  12116.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.Clone">
  12117.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>.</summary>
  12118.             <returns>The <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> this method creates, cast as an object.</returns>
  12119.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12120.         </member>
  12121.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)">
  12122.             <summary>Updates the brush's transformation matrix with the product of brush's transformation matrix multiplied by another matrix.</summary>
  12123.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that will be multiplied by the brush's current transformation matrix. </param>
  12124.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12125.         </member>
  12126.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)">
  12127.             <summary>Updates the brush's transformation matrix with the product of the brush's transformation matrix multiplied by another matrix.</summary>
  12128.             <param name="matrix">The <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that will be multiplied by the brush's current transformation matrix. </param>
  12129.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies in which order to multiply the two matrices. </param>
  12130.         </member>
  12131.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform">
  12132.             <summary>Resets the <see cref="P:System.Drawing.Drawing2D.PathGradientBrush.Transform"></see> property to identity.</summary>
  12133.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12134.         </member>
  12135.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)">
  12136.             <summary>Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.</summary>
  12137.             <param name="angle">The angle (extent) of rotation. </param>
  12138.         </member>
  12139.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  12140.             <summary>Rotates the local geometric transform by the specified amount in the specified order.</summary>
  12141.             <param name="angle">The angle (extent) of rotation. </param>
  12142.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the rotation matrix. </param>
  12143.         </member>
  12144.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)">
  12145.             <summary>Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.</summary>
  12146.             <param name="sy">The transform scale factor in the y-axis direction. </param>
  12147.             <param name="sx">The transform scale factor in the x-axis direction. </param>
  12148.         </member>
  12149.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  12150.             <summary>Scales the local geometric transform by the specified amounts in the specified order.</summary>
  12151.             <param name="sy">The transform scale factor in the y-axis direction. </param>
  12152.             <param name="sx">The transform scale factor in the x-axis direction. </param>
  12153.             <param name="order">A <see cref="T:System.Drawing.Drawing2D.MatrixOrder"></see> that specifies whether to append or prepend the scaling matrix. </param>
  12154.         </member>
  12155.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)">
  12156.             <summary>Creates a gradient with a center color and a linear falloff to one surrounding color.</summary>
  12157.             <param name="focus">A value from 0 through 1 that specifies where, along any radial from the center of the path to the path's boundary, the center color will be at its highest intensity. A value of 1 (the default) places the highest intensity at the center of the path. </param>
  12158.         </member>
  12159.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)">
  12160.             <summary>Creates a gradient with a center color and a linear falloff to each surrounding color.</summary>
  12161.             <param name="scale">A value from 0 through 1 that specifies the maximum intensity of the center color that gets blended with the boundary color. A value of 1 causes the highest possible intensity of the center color, and it is the default value. </param>
  12162.             <param name="focus">A value from 0 through 1 that specifies where, along any radial from the center of the path to the path's boundary, the center color will be at its highest intensity. A value of 1 (the default) places the highest intensity at the center of the path. </param>
  12163.         </member>
  12164.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)">
  12165.             <summary>Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.</summary>
  12166.             <param name="focus">A value from 0 through 1 that specifies where, along any radial from the center of the path to the path's boundary, the center color will be at its highest intensity. A value of 1 (the default) places the highest intensity at the center of the path. </param>
  12167.         </member>
  12168.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)">
  12169.             <summary>Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.</summary>
  12170.             <param name="scale">A value from 0 through 1 that specifies the maximum intensity of the center color that gets blended with the boundary color. A value of 1 causes the highest possible intensity of the center color, and it is the default value. </param>
  12171.             <param name="focus">A value from 0 through 1 that specifies where, along any radial from the center of the path to the path's boundary, the center color will be at its highest intensity. A value of 1 (the default) places the highest intensity at the center of the path. </param>
  12172.         </member>
  12173.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)">
  12174.             <summary>Applies the specified translation to the local geometric transform. This method prepends the translation to the transform.</summary>
  12175.             <param name="dx">The value of the translation in x. </param>
  12176.             <param name="dy">The value of the translation in y. </param>
  12177.         </member>
  12178.         <member name="M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)">
  12179.             <summary>Applies the specified translation to the local geometric transform in the specified order.</summary>
  12180.             <param name="dx">The value of the translation in x. </param>
  12181.             <param name="dy">The value of the translation in y. </param>
  12182.             <param name="order">The order (prepend or append) in which to apply the translation. </param>
  12183.         </member>
  12184.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.Blend">
  12185.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.Blend"></see> that specifies positions and factors that define a custom falloff for the gradient.</summary>
  12186.             <returns>A <see cref="T:System.Drawing.Drawing2D.Blend"></see> that represents a custom falloff for the gradient.</returns>
  12187.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12188.         </member>
  12189.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor">
  12190.             <summary>Gets or sets the color at the center of the path gradient.</summary>
  12191.             <returns>A <see cref="T:System.Drawing.Color"></see> that represents the color at the center of the path gradient.</returns>
  12192.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12193.         </member>
  12194.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint">
  12195.             <summary>Gets or sets the center point of the path gradient.</summary>
  12196.             <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the center point of the path gradient.</returns>
  12197.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12198.         </member>
  12199.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales">
  12200.             <summary>Gets or sets the focus point for the gradient falloff.</summary>
  12201.             <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the focus point for the gradient falloff.</returns>
  12202.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12203.         </member>
  12204.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors">
  12205.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> that defines a multicolor linear gradient.</summary>
  12206.             <returns>A <see cref="T:System.Drawing.Drawing2D.ColorBlend"></see> that defines a multicolor linear gradient.</returns>
  12207.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12208.         </member>
  12209.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle">
  12210.             <summary>Gets a bounding rectangle for this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>.</summary>
  12211.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> that represents a rectangular region that bounds the path this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> fills.</returns>
  12212.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12213.         </member>
  12214.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors">
  12215.             <summary>Gets or sets an array of colors that correspond to the points in the path this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> fills.</summary>
  12216.             <returns>An array of <see cref="T:System.Drawing.Color"></see> structures that represents the colors associated with each point in the path this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> fills.</returns>
  12217.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12218.         </member>
  12219.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.Transform">
  12220.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that defines a local geometric transform for this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>.</summary>
  12221.             <returns>A <see cref="T:System.Drawing.Drawing2D.Matrix"></see> that defines a geometric transform that applies only to fills drawn with this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>.</returns>
  12222.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12223.         </member>
  12224.         <member name="P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode">
  12225.             <summary>Gets or sets a <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that indicates the wrap mode for this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see>.</summary>
  12226.             <returns>A <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how fills drawn with this <see cref="T:System.Drawing.Drawing2D.PathGradientBrush"></see> are tiled.</returns>
  12227.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12228.         </member>
  12229.         <member name="T:System.Drawing.Drawing2D.PathPointType">
  12230.             <summary>Specifies the type of point in a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  12231.         </member>
  12232.         <member name="F:System.Drawing.Drawing2D.PathPointType.Bezier">
  12233.             <summary>A default B├⌐zier curve.</summary>
  12234.         </member>
  12235.         <member name="F:System.Drawing.Drawing2D.PathPointType.Bezier3">
  12236.             <summary>A cubic B├⌐zier curve.</summary>
  12237.         </member>
  12238.         <member name="F:System.Drawing.Drawing2D.PathPointType.CloseSubpath">
  12239.             <summary>The endpoint of a subpath.</summary>
  12240.         </member>
  12241.         <member name="F:System.Drawing.Drawing2D.PathPointType.DashMode">
  12242.             <summary>The corresponding segment is dashed.</summary>
  12243.         </member>
  12244.         <member name="F:System.Drawing.Drawing2D.PathPointType.Line">
  12245.             <summary>A line segment.</summary>
  12246.         </member>
  12247.         <member name="F:System.Drawing.Drawing2D.PathPointType.PathMarker">
  12248.             <summary>A path marker.</summary>
  12249.         </member>
  12250.         <member name="F:System.Drawing.Drawing2D.PathPointType.PathTypeMask">
  12251.             <summary>A mask point.</summary>
  12252.         </member>
  12253.         <member name="F:System.Drawing.Drawing2D.PathPointType.Start">
  12254.             <summary>The starting point of a <see cref="T:System.Drawing.Drawing2D.GraphicsPath"></see> object.</summary>
  12255.         </member>
  12256.         <member name="T:System.Drawing.Drawing2D.PenAlignment">
  12257.             <summary>Specifies the alignment of a <see cref="T:System.Drawing.Pen"></see> object in relation to the theoretical, zero-width line.</summary>
  12258.         </member>
  12259.         <member name="F:System.Drawing.Drawing2D.PenAlignment.Center">
  12260.             <summary>Specifies that the <see cref="T:System.Drawing.Pen"></see> object is centered over the theoretical line.</summary>
  12261.         </member>
  12262.         <member name="F:System.Drawing.Drawing2D.PenAlignment.Inset">
  12263.             <summary>Specifies that the <see cref="T:System.Drawing.Pen"></see> is positioned on the inside of the theoretical line.</summary>
  12264.         </member>
  12265.         <member name="F:System.Drawing.Drawing2D.PenAlignment.Left">
  12266.             <summary>Specifies the <see cref="T:System.Drawing.Pen"></see> is positioned to the left of the theoretical line.</summary>
  12267.         </member>
  12268.         <member name="F:System.Drawing.Drawing2D.PenAlignment.Outset">
  12269.             <summary>Specifies the <see cref="T:System.Drawing.Pen"></see> is positioned on the outside of the theoretical line.</summary>
  12270.         </member>
  12271.         <member name="F:System.Drawing.Drawing2D.PenAlignment.Right">
  12272.             <summary>Specifies the <see cref="T:System.Drawing.Pen"></see> is positioned to the right of the theoretical line.</summary>
  12273.         </member>
  12274.         <member name="T:System.Drawing.Drawing2D.PenType">
  12275.             <summary>Specifies the type of fill a <see cref="T:System.Drawing.Pen"></see> object uses to fill lines.</summary>
  12276.         </member>
  12277.         <member name="F:System.Drawing.Drawing2D.PenType.HatchFill">
  12278.             <summary>Specifies a hatch fill.</summary>
  12279.         </member>
  12280.         <member name="F:System.Drawing.Drawing2D.PenType.LinearGradient">
  12281.             <summary>Specifies a linear gradient fill.</summary>
  12282.         </member>
  12283.         <member name="F:System.Drawing.Drawing2D.PenType.PathGradient">
  12284.             <summary>Specifies a path gradient fill.</summary>
  12285.         </member>
  12286.         <member name="F:System.Drawing.Drawing2D.PenType.SolidColor">
  12287.             <summary>Specifies a solid fill.</summary>
  12288.         </member>
  12289.         <member name="F:System.Drawing.Drawing2D.PenType.TextureFill">
  12290.             <summary>Specifies a bitmap texture fill.</summary>
  12291.         </member>
  12292.         <member name="T:System.Drawing.Drawing2D.PixelOffsetMode">
  12293.             <summary>Specifies how pixels are offset during rendering.</summary>
  12294.         </member>
  12295.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.Default">
  12296.             <summary>Specifies the default mode.</summary>
  12297.         </member>
  12298.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.Half">
  12299.             <summary>Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.</summary>
  12300.         </member>
  12301.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality">
  12302.             <summary>Specifies high quality, low speed rendering.</summary>
  12303.         </member>
  12304.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed">
  12305.             <summary>Specifies high speed, low quality rendering.</summary>
  12306.         </member>
  12307.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid">
  12308.             <summary>Specifies an invalid mode.</summary>
  12309.         </member>
  12310.         <member name="F:System.Drawing.Drawing2D.PixelOffsetMode.None">
  12311.             <summary>Specifies no pixel offset.</summary>
  12312.         </member>
  12313.         <member name="T:System.Drawing.Drawing2D.QualityMode">
  12314.             <summary>Specifies the overall quality when rendering GDI+ objects.</summary>
  12315.         </member>
  12316.         <member name="F:System.Drawing.Drawing2D.QualityMode.Default">
  12317.             <summary>Specifies the default mode.</summary>
  12318.         </member>
  12319.         <member name="F:System.Drawing.Drawing2D.QualityMode.High">
  12320.             <summary>Specifies high quality, low speed rendering.</summary>
  12321.         </member>
  12322.         <member name="F:System.Drawing.Drawing2D.QualityMode.Invalid">
  12323.             <summary>Specifies an invalid mode.</summary>
  12324.         </member>
  12325.         <member name="F:System.Drawing.Drawing2D.QualityMode.Low">
  12326.             <summary>Specifies low quality, high speed rendering.</summary>
  12327.         </member>
  12328.         <member name="T:System.Drawing.Drawing2D.RegionData">
  12329.             <summary>Encapsulates the data that makes up a <see cref="T:System.Drawing.Region"></see> object. This class cannot be inherited.</summary>
  12330.         </member>
  12331.         <member name="P:System.Drawing.Drawing2D.RegionData.Data">
  12332.             <summary>Gets or sets an array of bytes that specify the <see cref="T:System.Drawing.Region"></see> object.</summary>
  12333.             <returns>An array of bytes that specify the <see cref="T:System.Drawing.Region"></see> object.</returns>
  12334.         </member>
  12335.         <member name="T:System.Drawing.Drawing2D.SmoothingMode">
  12336.             <summary>Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.</summary>
  12337.         </member>
  12338.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias">
  12339.             <summary>Specifies antialiased rendering.</summary>
  12340.         </member>
  12341.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.Default">
  12342.             <summary>Specifies no antialiasing.</summary>
  12343.         </member>
  12344.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.HighQuality">
  12345.             <summary>Specifies high quality, low speed rendering.</summary>
  12346.         </member>
  12347.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed">
  12348.             <summary>Specifies high speed, low quality rendering.</summary>
  12349.         </member>
  12350.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.Invalid">
  12351.             <summary>Specifies an invalid mode.</summary>
  12352.         </member>
  12353.         <member name="F:System.Drawing.Drawing2D.SmoothingMode.None">
  12354.             <summary>Specifies no antialiasing.</summary>
  12355.         </member>
  12356.         <member name="T:System.Drawing.Drawing2D.WarpMode">
  12357.             <summary>Specifies the type of warp transformation applied in a <see cref="M:System.Drawing.Drawing2D.GraphicsPath.Warp"></see> method.</summary>
  12358.         </member>
  12359.         <member name="F:System.Drawing.Drawing2D.WarpMode.Bilinear">
  12360.             <summary>Specifies a bilinear warp.</summary>
  12361.         </member>
  12362.         <member name="F:System.Drawing.Drawing2D.WarpMode.Perspective">
  12363.             <summary>Specifies a perspective warp.</summary>
  12364.         </member>
  12365.         <member name="T:System.Drawing.Drawing2D.WrapMode">
  12366.             <summary>Specifies how a texture or gradient is tiled when it is smaller than the area being filled.</summary>
  12367.         </member>
  12368.         <member name="F:System.Drawing.Drawing2D.WrapMode.Clamp">
  12369.             <summary>The texture or gradient is not tiled.</summary>
  12370.         </member>
  12371.         <member name="F:System.Drawing.Drawing2D.WrapMode.Tile">
  12372.             <summary>Tiles the gradient or texture.</summary>
  12373.         </member>
  12374.         <member name="F:System.Drawing.Drawing2D.WrapMode.TileFlipX">
  12375.             <summary>Reverses the texture or gradient horizontally and then tiles the texture or gradient.</summary>
  12376.         </member>
  12377.         <member name="F:System.Drawing.Drawing2D.WrapMode.TileFlipXY">
  12378.             <summary>Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.</summary>
  12379.         </member>
  12380.         <member name="F:System.Drawing.Drawing2D.WrapMode.TileFlipY">
  12381.             <summary>Reverses the texture or gradient vertically and then tiles the texture or gradient.</summary>
  12382.         </member>
  12383.         <member name="N:System.Drawing.Imaging">
  12384.             <summary>The <see cref="N:System.Drawing.Imaging"></see> namespace provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by the <see cref="N:System.Drawing"></see> namespace.</summary>
  12385.         </member>
  12386.         <member name="T:System.Drawing.Imaging.BitmapData">
  12387.             <summary>Specifies the attributes of a bitmap image. The <see cref="T:System.Drawing.Imaging.BitmapData"></see> class is used by the <see cref="Overload:System.Drawing.Bitmap.LockBits"></see> and <see cref="M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)"></see> methods of the <see cref="T:System.Drawing.Bitmap"></see> class. Not inheritable.</summary>
  12388.         </member>
  12389.         <member name="M:System.Drawing.Imaging.BitmapData.#ctor">
  12390.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.BitmapData"></see> class.</summary>
  12391.         </member>
  12392.         <member name="P:System.Drawing.Imaging.BitmapData.Height">
  12393.             <summary>Gets or sets the pixel height of the <see cref="T:System.Drawing.Bitmap"></see> object. Also sometimes referred to as the number of scan lines.</summary>
  12394.             <returns>The pixel height of the <see cref="T:System.Drawing.Bitmap"></see> object.</returns>
  12395.         </member>
  12396.         <member name="P:System.Drawing.Imaging.BitmapData.PixelFormat">
  12397.             <summary>Gets or sets the format of the pixel information in the <see cref="T:System.Drawing.Bitmap"></see> object that returned this <see cref="T:System.Drawing.Imaging.BitmapData"></see> object.</summary>
  12398.             <returns>A <see cref="T:System.Drawing.Imaging.PixelFormat"></see> that specifies the format of the pixel information in the associated <see cref="T:System.Drawing.Bitmap"></see> object.</returns>
  12399.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12400.         </member>
  12401.         <member name="P:System.Drawing.Imaging.BitmapData.Reserved">
  12402.             <summary>Reserved. Do not use.</summary>
  12403.             <returns>Reserved. Do not use.</returns>
  12404.         </member>
  12405.         <member name="P:System.Drawing.Imaging.BitmapData.Scan0">
  12406.             <summary>Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.</summary>
  12407.             <returns>The address of the first pixel data in the bitmap.</returns>
  12408.         </member>
  12409.         <member name="P:System.Drawing.Imaging.BitmapData.Stride">
  12410.             <summary>Gets or sets the stride width (also called scan width) of the <see cref="T:System.Drawing.Bitmap"></see> object.</summary>
  12411.             <returns>The stride width of the <see cref="T:System.Drawing.Bitmap"></see> object.</returns>
  12412.         </member>
  12413.         <member name="P:System.Drawing.Imaging.BitmapData.Width">
  12414.             <summary>Gets or sets the pixel width of the <see cref="T:System.Drawing.Bitmap"></see> object. This can also be thought of as the number of pixels in one scan line.</summary>
  12415.             <returns>The pixel width of the <see cref="T:System.Drawing.Bitmap"></see> object.</returns>
  12416.         </member>
  12417.         <member name="T:System.Drawing.Imaging.ColorAdjustType">
  12418.             <summary>Specifies which GDI+ objects use color adjustment information.</summary>
  12419.         </member>
  12420.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Any">
  12421.             <summary>The number of types specified.</summary>
  12422.         </member>
  12423.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Bitmap">
  12424.             <summary>Color adjustment information for <see cref="T:System.Drawing.Bitmap"></see> objects.</summary>
  12425.         </member>
  12426.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Brush">
  12427.             <summary>Color adjustment information for <see cref="T:System.Drawing.Brush"></see> objects.</summary>
  12428.         </member>
  12429.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Count">
  12430.             <summary>The number of types specified.</summary>
  12431.         </member>
  12432.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Default">
  12433.             <summary>Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.</summary>
  12434.         </member>
  12435.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Pen">
  12436.             <summary>Color adjustment information for <see cref="T:System.Drawing.Pen"></see> objects.</summary>
  12437.         </member>
  12438.         <member name="F:System.Drawing.Imaging.ColorAdjustType.Text">
  12439.             <summary>Color adjustment information for text.</summary>
  12440.         </member>
  12441.         <member name="T:System.Drawing.Imaging.ColorChannelFlag">
  12442.             <summary>Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the <see cref="M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel"></see> methods.</summary>
  12443.         </member>
  12444.         <member name="F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC">
  12445.             <summary>The cyan color channel.</summary>
  12446.         </member>
  12447.         <member name="F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK">
  12448.             <summary>The black color channel.</summary>
  12449.         </member>
  12450.         <member name="F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast">
  12451.             <summary>The last selected channel should be used.</summary>
  12452.         </member>
  12453.         <member name="F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM">
  12454.             <summary>The magenta color channel.</summary>
  12455.         </member>
  12456.         <member name="F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY">
  12457.             <summary>The yellow color channel.</summary>
  12458.         </member>
  12459.         <member name="T:System.Drawing.Imaging.ColorMap">
  12460.             <summary>Defines a map for converting colors. Several methods of the <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> class adjust image colors by using a color-remap table, which is an array of <see cref="T:System.Drawing.Imaging.ColorMap"></see> structures. Not inheritable.</summary>
  12461.         </member>
  12462.         <member name="M:System.Drawing.Imaging.ColorMap.#ctor">
  12463.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.ColorMap"></see> class.</summary>
  12464.         </member>
  12465.         <member name="P:System.Drawing.Imaging.ColorMap.NewColor">
  12466.             <summary>Gets or sets the new <see cref="T:System.Drawing.Color"></see> structure to which to convert.</summary>
  12467.             <returns>The new <see cref="T:System.Drawing.Color"></see> structure to which to convert.</returns>
  12468.         </member>
  12469.         <member name="P:System.Drawing.Imaging.ColorMap.OldColor">
  12470.             <summary>Gets or sets the existing <see cref="T:System.Drawing.Color"></see> structure to be converted.</summary>
  12471.             <returns>The existing <see cref="T:System.Drawing.Color"></see> structure to be converted.</returns>
  12472.         </member>
  12473.         <member name="T:System.Drawing.Imaging.ColorMapType">
  12474.             <summary>Specifies the types of color maps.</summary>
  12475.         </member>
  12476.         <member name="F:System.Drawing.Imaging.ColorMapType.Brush">
  12477.             <summary>Specifies a color map for a <see cref="T:System.Drawing.Brush"></see>.</summary>
  12478.         </member>
  12479.         <member name="F:System.Drawing.Imaging.ColorMapType.Default">
  12480.             <summary>A default color map.</summary>
  12481.         </member>
  12482.         <member name="T:System.Drawing.Imaging.ColorMatrix">
  12483.             <summary>Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> class adjust image colors by using a color matrix. This class cannot be inherited.</summary>
  12484.         </member>
  12485.         <member name="M:System.Drawing.Imaging.ColorMatrix.#ctor">
  12486.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.ColorMatrix"></see> class.</summary>
  12487.         </member>
  12488.         <member name="M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])">
  12489.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.ColorMatrix"></see> class using the elements in the specified matrix newColorMatrix.</summary>
  12490.             <param name="newColorMatrix">The values of the elements for the new <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>. </param>
  12491.         </member>
  12492.         <member name="P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)">
  12493.             <summary>Gets or sets the element at the specified row and column in the <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12494.             <returns>The element at the specified row and column.</returns>
  12495.             <param name="row">The row of the element.</param>
  12496.             <param name="column">The column of the element.</param>
  12497.         </member>
  12498.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix00">
  12499.             <summary>Gets or sets the element at the 0 (zero) row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12500.             <returns>The element at the 0 row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12501.         </member>
  12502.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix01">
  12503.             <summary>Gets or sets the element at the 0 (zero) row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12504.             <returns>The element at the 0 row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see> .</returns>
  12505.         </member>
  12506.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix02">
  12507.             <summary>Gets or sets the element at the 0 (zero) row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12508.             <returns>The element at the 0 row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12509.         </member>
  12510.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix03">
  12511.             <summary>Gets or sets the element at the 0 (zero) row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12512.             <returns>The element at the 0 row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12513.         </member>
  12514.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix04">
  12515.             <summary>Gets or sets the element at the 0 (zero) row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12516.             <returns>The element at the 0 row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12517.         </member>
  12518.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix10">
  12519.             <summary>Gets or sets the element at the first row and 0 (zero) column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12520.             <returns>The element at the first row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12521.         </member>
  12522.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix11">
  12523.             <summary>Gets or sets the element at the first row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12524.             <returns>The element at the first row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12525.         </member>
  12526.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix12">
  12527.             <summary>Gets or sets the element at the first row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12528.             <returns>The element at the first row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12529.         </member>
  12530.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix13">
  12531.             <summary>Gets or sets the element at the first row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12532.             <returns>The element at the first row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12533.         </member>
  12534.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix14">
  12535.             <summary>Gets or sets the element at the first row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12536.             <returns>The element at the first row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12537.         </member>
  12538.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix20">
  12539.             <summary>Gets or sets the element at the second row and 0 (zero) column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12540.             <returns>The element at the second row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12541.         </member>
  12542.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix21">
  12543.             <summary>Gets or sets the element at the second row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12544.             <returns>The element at the second row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12545.         </member>
  12546.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix22">
  12547.             <summary>Gets or sets the element at the second row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12548.             <returns>The element at the second row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12549.         </member>
  12550.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix23">
  12551.             <summary>Gets or sets the element at the second row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12552.             <returns>The element at the second row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12553.         </member>
  12554.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix24">
  12555.             <summary>Gets or sets the element at the second row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12556.             <returns>The element at the second row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12557.         </member>
  12558.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix30">
  12559.             <summary>Gets or sets the element at the third row and 0 (zero) column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12560.             <returns>The element at the third row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12561.         </member>
  12562.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix31">
  12563.             <summary>Gets or sets the element at the third row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12564.             <returns>The element at the third row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12565.         </member>
  12566.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix32">
  12567.             <summary>Gets or sets the element at the third row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12568.             <returns>The element at the third row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12569.         </member>
  12570.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix33">
  12571.             <summary>Gets or sets the element at the third row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12572.             <returns>The element at the third row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12573.         </member>
  12574.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix34">
  12575.             <summary>Gets or sets the element at the third row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12576.             <returns>The element at the third row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12577.         </member>
  12578.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix40">
  12579.             <summary>Gets or sets the element at the fourth row and 0 (zero) column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12580.             <returns>The element at the fourth row and 0 column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12581.         </member>
  12582.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix41">
  12583.             <summary>Gets or sets the element at the fourth row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12584.             <returns>The element at the fourth row and first column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12585.         </member>
  12586.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix42">
  12587.             <summary>Gets or sets the element at the fourth row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12588.             <returns>The element at the fourth row and second column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12589.         </member>
  12590.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix43">
  12591.             <summary>Gets or sets the element at the fourth row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12592.             <returns>The element at the fourth row and third column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12593.         </member>
  12594.         <member name="P:System.Drawing.Imaging.ColorMatrix.Matrix44">
  12595.             <summary>Gets or sets the element at the fourth row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</summary>
  12596.             <returns>The element at the fourth row and fourth column of this <see cref="T:System.Drawing.Imaging.ColorMatrix"></see>.</returns>
  12597.         </member>
  12598.         <member name="T:System.Drawing.Imaging.ColorMatrixFlag">
  12599.             <summary>Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an <see cref="T:System.Drawing.Imaging.ImageAttributes"></see>.</summary>
  12600.         </member>
  12601.         <member name="F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays">
  12602.             <summary>Only gray shades are adjusted.</summary>
  12603.         </member>
  12604.         <member name="F:System.Drawing.Imaging.ColorMatrixFlag.Default">
  12605.             <summary>All color values, including gray shades, are adjusted by the same color-adjustment matrix.</summary>
  12606.         </member>
  12607.         <member name="F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays">
  12608.             <summary>All colors are adjusted, but gray shades are not adjusted. A gray shade is any color that has the same value for its red, green, and blue components.</summary>
  12609.         </member>
  12610.         <member name="T:System.Drawing.Imaging.ColorMode">
  12611.             <summary>Specifies two modes for color component values.</summary>
  12612.         </member>
  12613.         <member name="F:System.Drawing.Imaging.ColorMode.Argb32Mode">
  12614.             <summary>The integer values supplied are 32-bit values.</summary>
  12615.         </member>
  12616.         <member name="F:System.Drawing.Imaging.ColorMode.Argb64Mode">
  12617.             <summary>The integer values supplied are 64-bit values.</summary>
  12618.         </member>
  12619.         <member name="T:System.Drawing.Imaging.ColorPalette">
  12620.             <summary>Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable.</summary>
  12621.         </member>
  12622.         <member name="P:System.Drawing.Imaging.ColorPalette.Entries">
  12623.             <summary>Gets an array of <see cref="T:System.Drawing.Color"></see> structures.</summary>
  12624.             <returns>The array of <see cref="T:System.Drawing.Color"></see> structure that make up this <see cref="T:System.Drawing.Imaging.ColorPalette"></see>.</returns>
  12625.         </member>
  12626.         <member name="P:System.Drawing.Imaging.ColorPalette.Flags">
  12627.             <summary>Gets a value that specifies how to interpret the color information in the array of colors.</summary>
  12628.             <returns>The following flag values are valid: 0x00000001The color values in the array contain alpha information. 0x00000002The colors in the array are grayscale values. 0x00000004The colors in the array are halftone values. </returns>
  12629.         </member>
  12630.         <member name="T:System.Drawing.Imaging.EmfPlusRecordType">
  12631.             <summary>Specifies the methods available for use with a metafile to read and write graphic commands. The members of this enumeration come in three groups: </summary>
  12632.         </member>
  12633.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer">
  12634.             <summary>See <see cref="M:System.Drawing.Graphics.BeginContainer"></see> methods.</summary>
  12635.         </member>
  12636.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams">
  12637.             <summary>See <see cref="M:System.Drawing.Graphics.BeginContainer"></see> methods.</summary>
  12638.         </member>
  12639.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Clear">
  12640.             <summary>See Graphics.<see cref="M:System.Drawing.Graphics.Clear(System.Drawing.Color)"></see>.</summary>
  12641.         </member>
  12642.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Comment">
  12643.             <summary>See <see cref="M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])"></see>.</summary>
  12644.         </member>
  12645.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc">
  12646.             <summary>See <see cref="M:System.Drawing.Graphics.DrawArc"></see> methods.</summary>
  12647.         </member>
  12648.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers">
  12649.             <summary>See <see cref="M:System.Drawing.Graphics.DrawBeziers"></see> methods.</summary>
  12650.         </member>
  12651.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve">
  12652.             <summary>See <see cref="M:System.Drawing.Graphics.DrawClosedCurve"></see> methods.</summary>
  12653.         </member>
  12654.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve">
  12655.             <summary>See <see cref="M:System.Drawing.Graphics.DrawCurve"></see> methods.</summary>
  12656.         </member>
  12657.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString">
  12658.             <summary>Specifies a character string, a location, and formatting information.</summary>
  12659.         </member>
  12660.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse">
  12661.             <summary>See <see cref="M:System.Drawing.Graphics.DrawEllipse"></see> methods.</summary>
  12662.         </member>
  12663.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage">
  12664.             <summary>See <see cref="M:System.Drawing.Graphics.DrawImage"></see> methods.</summary>
  12665.         </member>
  12666.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints">
  12667.             <summary>See <see cref="M:System.Drawing.Graphics.DrawImage"></see> methods.</summary>
  12668.         </member>
  12669.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines">
  12670.             <summary>See <see cref="M:System.Drawing.Graphics.DrawLines"></see> methods.</summary>
  12671.         </member>
  12672.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath">
  12673.             <summary>See Graphics.DrawPath.</summary>
  12674.         </member>
  12675.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie">
  12676.             <summary>See <see cref="M:System.Drawing.Graphics.DrawPie"></see> methods.</summary>
  12677.         </member>
  12678.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects">
  12679.             <summary>See <see cref="M:System.Drawing.Graphics.DrawRectangles"></see> methods.</summary>
  12680.         </member>
  12681.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.DrawString">
  12682.             <summary>See <see cref="M:System.Drawing.Graphics.DrawString"></see> methods.</summary>
  12683.         </member>
  12684.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath">
  12685.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12686.         </member>
  12687.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend">
  12688.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12689.         </member>
  12690.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc">
  12691.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12692.         </member>
  12693.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo">
  12694.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12695.         </member>
  12696.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath">
  12697.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12698.         </member>
  12699.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt">
  12700.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12701.         </member>
  12702.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord">
  12703.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12704.         </member>
  12705.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure">
  12706.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12707.         </member>
  12708.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette">
  12709.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12710.         </member>
  12711.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW">
  12712.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12713.         </member>
  12714.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect">
  12715.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12716.         </member>
  12717.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace">
  12718.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12719.         </member>
  12720.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW">
  12721.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12722.         </member>
  12723.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt">
  12724.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12725.         </member>
  12726.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush">
  12727.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12728.         </member>
  12729.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette">
  12730.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12731.         </member>
  12732.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen">
  12733.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12734.         </member>
  12735.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace">
  12736.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12737.         </member>
  12738.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject">
  12739.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12740.         </member>
  12741.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape">
  12742.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12743.         </member>
  12744.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse">
  12745.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12746.         </member>
  12747.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath">
  12748.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12749.         </member>
  12750.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof">
  12751.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12752.         </member>
  12753.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect">
  12754.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12755.         </member>
  12756.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect">
  12757.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12758.         </member>
  12759.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen">
  12760.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12761.         </member>
  12762.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape">
  12763.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12764.         </member>
  12765.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill">
  12766.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12767.         </member>
  12768.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn">
  12769.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12770.         </member>
  12771.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA">
  12772.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12773.         </member>
  12774.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW">
  12775.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12776.         </member>
  12777.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath">
  12778.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12779.         </member>
  12780.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn">
  12781.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12782.         </member>
  12783.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath">
  12784.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12785.         </member>
  12786.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping">
  12787.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12788.         </member>
  12789.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn">
  12790.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12791.         </member>
  12792.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment">
  12793.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12794.         </member>
  12795.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord">
  12796.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12797.         </member>
  12798.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord">
  12799.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12800.         </member>
  12801.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill">
  12802.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12803.         </member>
  12804.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader">
  12805.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12806.         </member>
  12807.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect">
  12808.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12809.         </member>
  12810.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn">
  12811.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12812.         </member>
  12813.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo">
  12814.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12815.         </member>
  12816.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt">
  12817.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12818.         </member>
  12819.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax">
  12820.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12821.         </member>
  12822.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin">
  12823.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12824.         </member>
  12825.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform">
  12826.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12827.         </member>
  12828.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx">
  12829.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12830.         </member>
  12831.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae">
  12832.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12833.         </member>
  12834.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn">
  12835.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12836.         </member>
  12837.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn">
  12838.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12839.         </member>
  12840.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie">
  12841.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12842.         </member>
  12843.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat">
  12844.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12845.         </member>
  12846.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt">
  12847.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12848.         </member>
  12849.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase">
  12850.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12851.         </member>
  12852.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier">
  12853.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12854.         </member>
  12855.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16">
  12856.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12857.         </member>
  12858.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo">
  12859.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12860.         </member>
  12861.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16">
  12862.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12863.         </member>
  12864.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw">
  12865.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12866.         </member>
  12867.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16">
  12868.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12869.         </member>
  12870.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon">
  12871.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12872.         </member>
  12873.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16">
  12874.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12875.         </member>
  12876.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline">
  12877.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12878.         </member>
  12879.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16">
  12880.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12881.         </member>
  12882.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo">
  12883.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12884.         </member>
  12885.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16">
  12886.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12887.         </member>
  12888.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon">
  12889.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12890.         </member>
  12891.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16">
  12892.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12893.         </member>
  12894.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline">
  12895.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12896.         </member>
  12897.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16">
  12898.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12899.         </member>
  12900.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA">
  12901.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12902.         </member>
  12903.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW">
  12904.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12905.         </member>
  12906.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette">
  12907.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12908.         </member>
  12909.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle">
  12910.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12911.         </member>
  12912.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069">
  12913.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12914.         </member>
  12915.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117">
  12916.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12917.         </member>
  12918.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette">
  12919.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12920.         </member>
  12921.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC">
  12922.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12923.         </member>
  12924.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc">
  12925.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12926.         </member>
  12927.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect">
  12928.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12929.         </member>
  12930.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC">
  12931.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12932.         </member>
  12933.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx">
  12934.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12935.         </member>
  12936.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx">
  12937.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12938.         </member>
  12939.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath">
  12940.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12941.         </member>
  12942.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject">
  12943.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12944.         </member>
  12945.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette">
  12946.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12947.         </member>
  12948.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection">
  12949.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12950.         </member>
  12951.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor">
  12952.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12953.         </member>
  12954.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode">
  12955.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12956.         </member>
  12957.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx">
  12958.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12959.         </member>
  12960.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment">
  12961.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12962.         </member>
  12963.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace">
  12964.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12965.         </member>
  12966.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice">
  12967.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12968.         </member>
  12969.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode">
  12970.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12971.         </member>
  12972.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA">
  12973.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12974.         </member>
  12975.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW">
  12976.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12977.         </member>
  12978.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout">
  12979.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12980.         </member>
  12981.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis">
  12982.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12983.         </member>
  12984.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode">
  12985.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12986.         </member>
  12987.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags">
  12988.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12989.         </member>
  12990.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn">
  12991.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12992.         </member>
  12993.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit">
  12994.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12995.         </member>
  12996.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries">
  12997.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  12998.         </member>
  12999.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV">
  13000.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13001.         </member>
  13002.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode">
  13003.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13004.         </member>
  13005.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2">
  13006.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13007.         </member>
  13008.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode">
  13009.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13010.         </member>
  13011.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign">
  13012.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13013.         </member>
  13014.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor">
  13015.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13016.         </member>
  13017.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification">
  13018.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13019.         </member>
  13020.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx">
  13021.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13022.         </member>
  13023.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx">
  13024.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13025.         </member>
  13026.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx">
  13027.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13028.         </member>
  13029.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx">
  13030.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13031.         </member>
  13032.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform">
  13033.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13034.         </member>
  13035.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut">
  13036.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13037.         </member>
  13038.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc">
  13039.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13040.         </member>
  13041.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt">
  13042.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13043.         </member>
  13044.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits">
  13045.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13046.         </member>
  13047.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath">
  13048.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13049.         </member>
  13050.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath">
  13051.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13052.         </member>
  13053.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt">
  13054.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13055.         </member>
  13056.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath">
  13057.             <summary>See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13058.         </member>
  13059.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer">
  13060.             <summary>See <see cref="M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)"></see>.</summary>
  13061.         </member>
  13062.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile">
  13063.             <summary>Identifies a record that marks the last EMF+ record of a metafile.</summary>
  13064.         </member>
  13065.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve">
  13066.             <summary>See <see cref="M:System.Drawing.Graphics.FillClosedCurve"></see>Methods.</summary>
  13067.         </member>
  13068.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse">
  13069.             <summary>See <see cref="M:System.Drawing.Graphics.FillEllipse"></see>Methods.</summary>
  13070.         </member>
  13071.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillPath">
  13072.             <summary>See Graphics.FillPath.</summary>
  13073.         </member>
  13074.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillPie">
  13075.             <summary>See <see cref="M:System.Drawing.Graphics.FillPie"></see>Methods.</summary>
  13076.         </member>
  13077.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon">
  13078.             <summary>See <see cref="M:System.Drawing.Graphics.FillPolygon"></see>Methods.</summary>
  13079.         </member>
  13080.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillRects">
  13081.             <summary>See <see cref="M:System.Drawing.Graphics.FillRectangles"></see>Methods.</summary>
  13082.         </member>
  13083.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion">
  13084.             <summary>See Graphics.FillRegion.</summary>
  13085.         </member>
  13086.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.GetDC">
  13087.             <summary>See Graphics.GetHdc.</summary>
  13088.         </member>
  13089.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Header">
  13090.             <summary>Identifies a record that is the EMF+ header.</summary>
  13091.         </member>
  13092.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Invalid">
  13093.             <summary>Indicates invalid data.</summary>
  13094.         </member>
  13095.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Max">
  13096.             <summary>The maximum value for this enumeration.</summary>
  13097.         </member>
  13098.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Min">
  13099.             <summary>The minimum value for this enumeration.</summary>
  13100.         </member>
  13101.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd">
  13102.             <summary>Marks the end of a multiple-format section.</summary>
  13103.         </member>
  13104.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection">
  13105.             <summary>Marks a multiple-format section.</summary>
  13106.         </member>
  13107.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart">
  13108.             <summary>Marks the start of a multiple-format section.</summary>
  13109.         </member>
  13110.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform">
  13111.             <summary>See <see cref="M:System.Drawing.Graphics.MultiplyTransform"></see>Methods.</summary>
  13112.         </member>
  13113.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Object">
  13114.             <summary>Marks an object.</summary>
  13115.         </member>
  13116.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip">
  13117.             <summary>See <see cref="M:System.Drawing.Graphics.TranslateClip"></see>Methods.</summary>
  13118.         </member>
  13119.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip">
  13120.             <summary>See Graphics.ResetClip.</summary>
  13121.         </member>
  13122.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform">
  13123.             <summary>See Graphics.ResetTransform.</summary>
  13124.         </member>
  13125.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Restore">
  13126.             <summary>See Graphics.Restore.</summary>
  13127.         </member>
  13128.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform">
  13129.             <summary>See <see cref="M:System.Drawing.Graphics.RotateTransform"></see>Methods.</summary>
  13130.         </member>
  13131.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Save">
  13132.             <summary>See Graphics.Save.</summary>
  13133.         </member>
  13134.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform">
  13135.             <summary>See <see cref="M:System.Drawing.Graphics.ScaleTransform"></see>Methods.</summary>
  13136.         </member>
  13137.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode">
  13138.             <summary>See Graphics.SmoothingMode.</summary>
  13139.         </member>
  13140.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath">
  13141.             <summary>See <see cref="M:System.Drawing.Graphics.SetClip"></see>Methods.</summary>
  13142.         </member>
  13143.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect">
  13144.             <summary>See <see cref="M:System.Drawing.Graphics.SetClip"></see>Methods.</summary>
  13145.         </member>
  13146.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion">
  13147.             <summary>See <see cref="M:System.Drawing.Graphics.SetClip"></see>Methods.</summary>
  13148.         </member>
  13149.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode">
  13150.             <summary>See Graphics.CompositingMode.</summary>
  13151.         </member>
  13152.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality">
  13153.             <summary>See Graphics.CompositingQuality.</summary>
  13154.         </member>
  13155.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode">
  13156.             <summary>See Graphics.InterpolationMode.</summary>
  13157.         </member>
  13158.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform">
  13159.             <summary>See Graphics. TransformPointsMethods.</summary>
  13160.         </member>
  13161.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode">
  13162.             <summary>See Graphics.PixelOffsetMode.</summary>
  13163.         </member>
  13164.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin">
  13165.             <summary>See Graphics.RenderingOrigin.</summary>
  13166.         </member>
  13167.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast">
  13168.             <summary>See Graphics.TextContrast.</summary>
  13169.         </member>
  13170.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint">
  13171.             <summary>See Graphics.TextRenderingHint.</summary>
  13172.         </member>
  13173.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform">
  13174.             <summary>See Graphics. TransformPointsMethods.</summary>
  13175.         </member>
  13176.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.Total">
  13177.             <summary>Used internally.</summary>
  13178.         </member>
  13179.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform">
  13180.             <summary>See Graphics. TransformPointsMethods.</summary>
  13181.         </member>
  13182.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette">
  13183.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13184.         </member>
  13185.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc">
  13186.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13187.         </member>
  13188.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt">
  13189.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13190.         </member>
  13191.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord">
  13192.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13193.         </member>
  13194.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect">
  13195.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13196.         </member>
  13197.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect">
  13198.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13199.         </member>
  13200.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette">
  13201.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13202.         </member>
  13203.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush">
  13204.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13205.         </member>
  13206.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect">
  13207.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13208.         </member>
  13209.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion">
  13210.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13211.         </member>
  13212.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject">
  13213.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13214.         </member>
  13215.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt">
  13216.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13217.         </member>
  13218.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush">
  13219.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13220.         </member>
  13221.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt">
  13222.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13223.         </member>
  13224.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse">
  13225.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13226.         </member>
  13227.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape">
  13228.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13229.         </member>
  13230.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect">
  13231.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13232.         </member>
  13233.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill">
  13234.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13235.         </member>
  13236.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut">
  13237.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13238.         </member>
  13239.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion">
  13240.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13241.         </member>
  13242.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill">
  13243.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13244.         </member>
  13245.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion">
  13246.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13247.         </member>
  13248.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect">
  13249.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13250.         </member>
  13251.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion">
  13252.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13253.         </member>
  13254.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo">
  13255.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13256.         </member>
  13257.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo">
  13258.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13259.         </member>
  13260.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn">
  13261.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13262.         </member>
  13263.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg">
  13264.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13265.         </member>
  13266.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg">
  13267.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13268.         </member>
  13269.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion">
  13270.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13271.         </member>
  13272.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt">
  13273.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13274.         </member>
  13275.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie">
  13276.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13277.         </member>
  13278.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon">
  13279.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13280.         </member>
  13281.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline">
  13282.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13283.         </member>
  13284.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon">
  13285.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13286.         </member>
  13287.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette">
  13288.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13289.         </member>
  13290.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase">
  13291.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13292.         </member>
  13293.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle">
  13294.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13295.         </member>
  13296.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette">
  13297.             <summary>Increases or decreases the size of a logical palette based on the specified value.</summary>
  13298.         </member>
  13299.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC">
  13300.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13301.         </member>
  13302.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect">
  13303.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13304.         </member>
  13305.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC">
  13306.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13307.         </member>
  13308.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt">
  13309.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13310.         </member>
  13311.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt">
  13312.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13313.         </member>
  13314.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion">
  13315.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13316.         </member>
  13317.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject">
  13318.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13319.         </member>
  13320.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette">
  13321.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13322.         </member>
  13323.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor">
  13324.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13325.         </member>
  13326.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode">
  13327.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13328.         </member>
  13329.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev">
  13330.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13331.         </member>
  13332.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout">
  13333.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13334.         </member>
  13335.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode">
  13336.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13337.         </member>
  13338.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags">
  13339.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13340.         </member>
  13341.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries">
  13342.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13343.         </member>
  13344.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel">
  13345.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13346.         </member>
  13347.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode">
  13348.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13349.         </member>
  13350.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs">
  13351.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13352.         </member>
  13353.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2">
  13354.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13355.         </member>
  13356.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode">
  13357.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13358.         </member>
  13359.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign">
  13360.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13361.         </member>
  13362.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra">
  13363.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13364.         </member>
  13365.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor">
  13366.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13367.         </member>
  13368.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification">
  13369.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13370.         </member>
  13371.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt">
  13372.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13373.         </member>
  13374.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg">
  13375.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13376.         </member>
  13377.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt">
  13378.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13379.         </member>
  13380.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg">
  13381.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13382.         </member>
  13383.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt">
  13384.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13385.         </member>
  13386.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib">
  13387.             <summary>Copies the color data for a rectangle of pixels in a DIB to the specified destination rectangle.</summary>
  13388.         </member>
  13389.         <member name="F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut">
  13390.             <summary>See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation.</summary>
  13391.         </member>
  13392.         <member name="T:System.Drawing.Imaging.EmfType">
  13393.             <summary>Specifies the nature of the records that are placed in an Enhanced Metafile (EMF) file. This enumeration is used by several constructors in the <see cref="T:System.Drawing.Imaging.Metafile"></see> class.</summary>
  13394.         </member>
  13395.         <member name="F:System.Drawing.Imaging.EmfType.EmfOnly">
  13396.             <summary>Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+.</summary>
  13397.         </member>
  13398.         <member name="F:System.Drawing.Imaging.EmfType.EmfPlusDual">
  13399.             <summary>Specifies that all EMF+ records in the metafile are associated with an alternate EMF record. Metafiles of type <see cref="F:System.Drawing.Imaging.EmfType.EmfPlusDual"></see> can be displayed by GDI or by GDI+.</summary>
  13400.         </member>
  13401.         <member name="F:System.Drawing.Imaging.EmfType.EmfPlusOnly">
  13402.             <summary>Specifies that all the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI.</summary>
  13403.         </member>
  13404.         <member name="T:System.Drawing.Imaging.Encoder">
  13405.             <summary>An <see cref="T:System.Drawing.Imaging.Encoder"></see> object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.</summary>
  13406.         </member>
  13407.         <member name="M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)">
  13408.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Encoder"></see> class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.</summary>
  13409.             <param name="guid">A globally unique identifier that identifies an image encoder parameter category. </param>
  13410.         </member>
  13411.         <member name="F:System.Drawing.Imaging.Encoder.ChrominanceTable">
  13412.             <summary>An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the chrominance table parameter category.</summary>
  13413.         </member>
  13414.         <member name="F:System.Drawing.Imaging.Encoder.ColorDepth">
  13415.             <summary>An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the color depth parameter category.</summary>
  13416.         </member>
  13417.         <member name="F:System.Drawing.Imaging.Encoder.Compression">
  13418.             <summary>An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the compression parameter category.</summary>
  13419.         </member>
  13420.         <member name="F:System.Drawing.Imaging.Encoder.LuminanceTable">
  13421.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the luminance table parameter category.</summary>
  13422.         </member>
  13423.         <member name="F:System.Drawing.Imaging.Encoder.Quality">
  13424.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the quality parameter category.</summary>
  13425.         </member>
  13426.         <member name="F:System.Drawing.Imaging.Encoder.RenderMethod">
  13427.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the render method parameter category.</summary>
  13428.         </member>
  13429.         <member name="F:System.Drawing.Imaging.Encoder.SaveFlag">
  13430.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the save flag parameter category.</summary>
  13431.         </member>
  13432.         <member name="F:System.Drawing.Imaging.Encoder.ScanMethod">
  13433.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the scan method parameter category.</summary>
  13434.         </member>
  13435.         <member name="F:System.Drawing.Imaging.Encoder.Transformation">
  13436.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the transformation parameter category.</summary>
  13437.         </member>
  13438.         <member name="F:System.Drawing.Imaging.Encoder.Version">
  13439.             <summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder"></see> object that is initialized with the globally unique identifier for the version parameter category.</summary>
  13440.         </member>
  13441.         <member name="P:System.Drawing.Imaging.Encoder.Guid">
  13442.             <summary>Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.</summary>
  13443.             <returns>The GUID that identifies an image encoder parameter category.</returns>
  13444.         </member>
  13445.         <member name="T:System.Drawing.Imaging.EncoderParameter">
  13446.             <summary>You can use an <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object to pass an array of values to an image encoder. You can also use an <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object to receive a list of possible values supported by a particular parameter of a particular image encoder.</summary>
  13447.         </member>
  13448.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)">
  13449.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and one unsigned 8-bit integer. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13450.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13451.             <param name="value">An 8-bit unsigned integer that specifies the value stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13452.         </member>
  13453.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])">
  13454.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and an array of unsigned 8-bit integers. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the array.</summary>
  13455.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13456.             <param name="value">An array of 8-bit unsigned integers that specifies the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13457.         </member>
  13458.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)">
  13459.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and one, 16-bit integer. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13460.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13461.             <param name="value">A 16-bit integer that specifies the value stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. Must be nonnegative. </param>
  13462.         </member>
  13463.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])">
  13464.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and an array of 16-bit integers. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the array.</summary>
  13465.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13466.             <param name="value">An array of 16-bit integers that specifies the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. The integers in the array must be nonnegative. </param>
  13467.         </member>
  13468.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)">
  13469.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and one 64-bit integer. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong"></see> (32 bits), and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13470.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13471.             <param name="value">A 64-bit integer that specifies the value stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13472.         </member>
  13473.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])">
  13474.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and an array of 64-bit integers. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong"></see> (32-bit), and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the array.</summary>
  13475.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13476.             <param name="value">An array of 64-bit integers that specifies the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13477.         </member>
  13478.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)">
  13479.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and a character string. The string is converted to a null-terminated ASCII string before it is stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the length of the ASCII string including the NULL terminator.</summary>
  13480.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13481.             <param name="value">A <see cref="T:System.String"></see> that specifies the value stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13482.         </member>
  13483.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)">
  13484.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and one 8-bit value. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined"></see> or <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13485.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13486.             <param name="undefined">If true, the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property is set to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined"></see>; otherwise, the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property is set to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>. </param>
  13487.             <param name="value">A byte that specifies the value stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13488.         </member>
  13489.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)">
  13490.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and an array of bytes. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined"></see> or <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the array.</summary>
  13491.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13492.             <param name="undefined">If true, the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property is set to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined"></see>; otherwise, the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property is set to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte"></see>. </param>
  13493.             <param name="value">An array of bytes that specifies the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13494.         </member>
  13495.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)">
  13496.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and a pair of 32-bit integers. The pair of integers represents a fraction, the first integer being the numerator, and the second integer being the denominator. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13497.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13498.             <param name="numerator">A 32-bit integer that represents the numerator of a fraction. Must be nonnegative. </param>
  13499.             <param name="demoninator">A 32-bit integer that represents the denominator of a fraction. Must be nonnegative. </param>
  13500.         </member>
  13501.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])">
  13502.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and two arrays of 32-bit integers. The two arrays represent an array of fractions. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the numerator array, which must be the same as the number of elements in the denominator array.</summary>
  13503.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13504.             <param name="numerator">An array of 32-bit integers that specifies the numerators of the fractions. The integers in the array must be nonnegative. </param>
  13505.             <param name="denominator">An array of 32-bit integers that specifies the denominators of the fractions. The integers in the array must be nonnegative. A denominator of a given index is paired with the numerator of the same index. </param>
  13506.         </member>
  13507.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)">
  13508.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and a pair of 64-bit integers. The pair of integers represents a range of integers, the first integer being the smallest number in the range, and the second integer being the largest number in the range. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13509.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13510.             <param name="rangebegin">A 64-bit integer that represents the smallest number in a range of integers. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13511.             <param name="rangeend">A 64-bit integer that represents the largest number in a range of integers. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13512.         </member>
  13513.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])">
  13514.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and two arrays of 64-bit integers. The two arrays represent an array integer ranges. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the rangebegin array, which must be the same as the number of elements in the rangeend array.</summary>
  13515.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13516.             <param name="rangebegin">An array of 64-bit integers that specifies the minimum values for the integer ranges. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. </param>
  13517.             <param name="rangeend">An array of 64-bit integers that specifies the maximum values for the integer ranges. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> object. A maximum value of a given index is paired with the minimum value of the same index. </param>
  13518.         </member>
  13519.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)">
  13520.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and three integers that specify the number of values, the data type of the values, and a pointer to the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13521.             <param name="NumberOfValues">An integer that specifies the number of values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. The <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property is set to this value. </param>
  13522.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13523.             <param name="Value">A pointer to an array of values of the type specified by the Type parameter.</param>
  13524.             <param name="Type">A member of the <see cref="T:System.Drawing.Imaging.EncoderParameterValueType"></see> enumeration that specifies the data type of the values stored in the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. The <see cref="T:System.Type"></see> and <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> properties are set to this value. </param>
  13525.         </member>
  13526.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)">
  13527.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and four, 32-bit integers. The four integers represent a range of fractions. The first two integers represent the smallest fraction in the range, and the remaining two integers represent the largest fraction in the range. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to 1.</summary>
  13528.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13529.             <param name="demoninator1">A 32-bit integer that represents the denominator of the smallest fraction in the range. Must be nonnegative. </param>
  13530.             <param name="demoninator2">A 32-bit integer that represents the numerator of the largest fraction in the range. Must be nonnegative. </param>
  13531.             <param name="numerator2">A 32-bit integer that represents the denominator of the smallest fraction in the range. Must be nonnegative. </param>
  13532.             <param name="numerator1">A 32-bit integer that represents the numerator of the smallest fraction in the range. Must be nonnegative. </param>
  13533.         </member>
  13534.         <member name="M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])">
  13535.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> class with the specified <see cref="T:System.Drawing.Imaging.Encoder"></see> object and four arrays of 32-bit integers. The four arrays represent an array rational ranges. A rational range is the set of all fractions from a minimum fractional value through a maximum fractional value. Sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.ValueType"></see> property to <see cref="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange"></see>, and sets the <see cref="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues"></see> property to the number of elements in the numerator1 array, which must be the same as the number of elements in the other three arrays.</summary>
  13536.             <param name="encoder">An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the globally unique identifier of the parameter category. </param>
  13537.             <param name="denominator1">An array of 32-bit integers that specifies the denominators of the minimum values for the ranges. The integers in the array must be nonnegative. </param>
  13538.             <param name="denominator2">An array of 32-bit integers that specifies the denominators of the maximum values for the ranges. The integers in the array must be nonnegative. </param>
  13539.             <param name="numerator2">An array of 32-bit integers that specifies the numerators of the maximum values for the ranges. The integers in the array must be nonnegative. </param>
  13540.             <param name="numerator1">An array of 32-bit integers that specifies the numerators of the minimum values for the ranges. The integers in the array must be nonnegative. </param>
  13541.         </member>
  13542.         <member name="M:System.Drawing.Imaging.EncoderParameter.Dispose">
  13543.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13544.             <returns>This method does not return a value.</returns>
  13545.         </member>
  13546.         <member name="P:System.Drawing.Imaging.EncoderParameter.Encoder">
  13547.             <summary>Gets or sets the <see cref="T:System.Drawing.Imaging.Encoder"></see> object associated with this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object. The <see cref="T:System.Drawing.Imaging.Encoder"></see> object encapsulates the globally unique identifier (GUID) that specifies the category (for example <see cref="F:System.Drawing.Imaging.Encoder.Quality"></see>, <see cref="F:System.Drawing.Imaging.Encoder.ColorDepth"></see>, or <see cref="F:System.Drawing.Imaging.Encoder.Compression"></see>) of the parameter stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13548.             <returns>An <see cref="T:System.Drawing.Imaging.Encoder"></see> object that encapsulates the GUID that specifies the category of the parameter stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</returns>
  13549.         </member>
  13550.         <member name="P:System.Drawing.Imaging.EncoderParameter.NumberOfValues">
  13551.             <summary>Gets the number of elements in the array of values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13552.             <returns>An integer that indicates the number of elements in the array of values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</returns>
  13553.         </member>
  13554.         <member name="P:System.Drawing.Imaging.EncoderParameter.Type">
  13555.             <summary>Gets the data type of the values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13556.             <returns>A member of the <see cref="T:System.Drawing.Imaging.EncoderParameterValueType"></see> enumeration that indicates the data type of the values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</returns>
  13557.         </member>
  13558.         <member name="P:System.Drawing.Imaging.EncoderParameter.ValueType">
  13559.             <summary>Gets the data type of the values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13560.             <returns>A member of the <see cref="T:System.Drawing.Imaging.EncoderParameterValueType"></see> enumeration that indicates the data type of the values stored in this <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</returns>
  13561.         </member>
  13562.         <member name="T:System.Drawing.Imaging.EncoderParameters">
  13563.             <summary>Encapsulates an array of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects.</summary>
  13564.         </member>
  13565.         <member name="M:System.Drawing.Imaging.EncoderParameters.#ctor">
  13566.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> class that can contain one <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object.</summary>
  13567.         </member>
  13568.         <member name="M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)">
  13569.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> class that can contain the specified number of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects.</summary>
  13570.             <param name="count">An integer that specifies the number of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects that the <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> object can contain. </param>
  13571.         </member>
  13572.         <member name="M:System.Drawing.Imaging.EncoderParameters.Dispose">
  13573.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> object.</summary>
  13574.             <returns>This method does not return a value.</returns>
  13575.         </member>
  13576.         <member name="P:System.Drawing.Imaging.EncoderParameters.Param">
  13577.             <summary>Gets or sets an array of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects.</summary>
  13578.             <returns>The array of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects.</returns>
  13579.         </member>
  13580.         <member name="T:System.Drawing.Imaging.EncoderParameterValueType">
  13581.             <summary>GDI+ uses image encoders to convert the images stored in <see cref="T:System.Drawing.Bitmap"></see> objects to various file formats. Image encoders are built into GDI+ for the BMP, JPEG, GIF, TIFF, and PNG formats. And encoder is invoked when you call the <see cref="Overload:System.Drawing.Image.Save"></see> or <see cref="Overload:System.Drawing.Image.SaveAdd"></see> method of a <see cref="T:System.Drawing.Bitmap"></see> object.</summary>
  13582.         </member>
  13583.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii">
  13584.             <summary>Specifies that the array of values is a null-terminated ASCII character string. Note that the NumberOfValues data member of the <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object indicates the length of the character string including the NULL terminator.</summary>
  13585.         </member>
  13586.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte">
  13587.             <summary>Specifies that each value in the array is an 8-bit unsigned integer.</summary>
  13588.         </member>
  13589.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong">
  13590.             <summary>Specifies that each value in the array is a 32-bit unsigned integer.</summary>
  13591.         </member>
  13592.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange">
  13593.             <summary>Specifies that each value in the array is a pair of 32-bit unsigned integers. Each pair represents a range of numbers.</summary>
  13594.         </member>
  13595.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational">
  13596.             <summary>Specifies that each value in the array is a pair of 32-bit unsigned integers. Each pair represents a fraction, the first integer being the numerator and the second integer being the denominator.</summary>
  13597.         </member>
  13598.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange">
  13599.             <summary>Specifies that each value in the array is a set of four, 32-bit unsigned integers. The first two integers represent one fraction, and the second two integers represent a second fraction. The two fractions represent a range of rational numbers. The first fraction is the smallest rational number in the range, and the second fraction is the largest rational number in the range.</summary>
  13600.         </member>
  13601.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort">
  13602.             <summary>Specifies that each value in the array is a 16-bit, unsigned integer.</summary>
  13603.         </member>
  13604.         <member name="F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined">
  13605.             <summary>Specifies that the array of values is an array of bytes that has no data type defined.</summary>
  13606.         </member>
  13607.         <member name="T:System.Drawing.Imaging.EncoderValue">
  13608.             <summary>When you call the Save or SaveAdd method of an <see cref="T:System.Drawing.Image"></see> object, you can pass parameters to the image encoder by passing an <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> object to the <see cref="Overload:System.Drawing.Image.Save"></see> or <see cref="Overload:System.Drawing.Image.SaveAdd"></see> method. An <see cref="T:System.Drawing.Imaging.EncoderParameters"></see> object contains an array of <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> objects. Each <see cref="T:System.Drawing.Imaging.EncoderParameter"></see> object has an array of values and an <see cref="T:System.Drawing.Imaging.Encoder"></see> property that specifies the parameter category. The <see cref="T:System.Drawing.Imaging.EncoderValue"></see> enumeration provides names for some of the values that can be passed to the JPEG and TIFF image encoders.</summary>
  13609.         </member>
  13610.         <member name="F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK">
  13611.             <summary>Not used in GDI+ version 1.0.</summary>
  13612.         </member>
  13613.         <member name="F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK">
  13614.             <summary>Not used in GDI+ version 1.0.</summary>
  13615.         </member>
  13616.         <member name="F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3">
  13617.             <summary>Specifies the CCITT3 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.</summary>
  13618.         </member>
  13619.         <member name="F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4">
  13620.             <summary>Specifies the CCITT4 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.</summary>
  13621.         </member>
  13622.         <member name="F:System.Drawing.Imaging.EncoderValue.CompressionLZW">
  13623.             <summary>Specifies the LZW compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the Compression category.</summary>
  13624.         </member>
  13625.         <member name="F:System.Drawing.Imaging.EncoderValue.CompressionNone">
  13626.             <summary>Specifies no compression. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.</summary>
  13627.         </member>
  13628.         <member name="F:System.Drawing.Imaging.EncoderValue.CompressionRle">
  13629.             <summary>Specifies the RLE compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.</summary>
  13630.         </member>
  13631.         <member name="F:System.Drawing.Imaging.EncoderValue.Flush">
  13632.             <summary>Specifies that a multiple-frame file or stream should be closed. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.</summary>
  13633.         </member>
  13634.         <member name="F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage">
  13635.             <summary>Specifies that a frame is to be added to the page dimension of an image. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.</summary>
  13636.         </member>
  13637.         <member name="F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution">
  13638.             <summary>Not used in GDI+ version 1.0.</summary>
  13639.         </member>
  13640.         <member name="F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime">
  13641.             <summary>Not used in GDI+ version 1.0.</summary>
  13642.         </member>
  13643.         <member name="F:System.Drawing.Imaging.EncoderValue.LastFrame">
  13644.             <summary>Specifies the last frame in a multiple-frame image. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.</summary>
  13645.         </member>
  13646.         <member name="F:System.Drawing.Imaging.EncoderValue.MultiFrame">
  13647.             <summary>Specifies that the image has more than one frame (page). Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.</summary>
  13648.         </member>
  13649.         <member name="F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive">
  13650.             <summary>Not used in GDI+ version 1.0.</summary>
  13651.         </member>
  13652.         <member name="F:System.Drawing.Imaging.EncoderValue.RenderProgressive">
  13653.             <summary>Not used in GDI+ version 1.0.</summary>
  13654.         </member>
  13655.         <member name="F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced">
  13656.             <summary>Not used in GDI+ version 1.0.</summary>
  13657.         </member>
  13658.         <member name="F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced">
  13659.             <summary>Not used in GDI+ version 1.0.</summary>
  13660.         </member>
  13661.         <member name="F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal">
  13662.             <summary>Specifies that the image is to be flipped horizontally (about the vertical axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.</summary>
  13663.         </member>
  13664.         <member name="F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical">
  13665.             <summary>Specifies that the image is to be flipped vertically (about the horizontal axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.</summary>
  13666.         </member>
  13667.         <member name="F:System.Drawing.Imaging.EncoderValue.TransformRotate180">
  13668.             <summary>Specifies that the image is to be rotated 180 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.</summary>
  13669.         </member>
  13670.         <member name="F:System.Drawing.Imaging.EncoderValue.TransformRotate270">
  13671.             <summary>Specifies that the image is to be rotated clockwise 270 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.</summary>
  13672.         </member>
  13673.         <member name="F:System.Drawing.Imaging.EncoderValue.TransformRotate90">
  13674.             <summary>Specifies that the image is to be rotated clockwise 90 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.</summary>
  13675.         </member>
  13676.         <member name="F:System.Drawing.Imaging.EncoderValue.VersionGif87">
  13677.             <summary>Not used in GDI+ version 1.0.</summary>
  13678.         </member>
  13679.         <member name="F:System.Drawing.Imaging.EncoderValue.VersionGif89">
  13680.             <summary>Not used in GDI+ version 1.0.</summary>
  13681.         </member>
  13682.         <member name="T:System.Drawing.Imaging.FrameDimension">
  13683.             <summary>Provides properties that get the frame dimensions of an image. Not inheritable.</summary>
  13684.         </member>
  13685.         <member name="M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)">
  13686.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.FrameDimension"></see> class using the specified Guid structure.</summary>
  13687.             <param name="guid">A Guid structure that contains a GUID for this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object. </param>
  13688.         </member>
  13689.         <member name="M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)">
  13690.             <summary>Returns a value that indicates whether the specified object is a <see cref="T:System.Drawing.Imaging.FrameDimension"></see> equivalent to this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</summary>
  13691.             <returns>Returns true if o is a <see cref="T:System.Drawing.Imaging.FrameDimension"></see> equivalent to this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object; otherwise, false.</returns>
  13692.             <param name="o">The object to test. </param>
  13693.         </member>
  13694.         <member name="M:System.Drawing.Imaging.FrameDimension.GetHashCode">
  13695.             <summary>Returns a hash code for this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</summary>
  13696.             <returns>Returns an int value that is the hash code of this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</returns>
  13697.         </member>
  13698.         <member name="M:System.Drawing.Imaging.FrameDimension.ToString">
  13699.             <summary>Converts this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object to a human-readable string.</summary>
  13700.             <returns>A string that represents this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</returns>
  13701.         </member>
  13702.         <member name="P:System.Drawing.Imaging.FrameDimension.Guid">
  13703.             <summary>Gets a globally unique identifier (GUID) that represents this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</summary>
  13704.             <returns>A Guid structure that contains a GUID that represents this <see cref="T:System.Drawing.Imaging.FrameDimension"></see> object.</returns>
  13705.         </member>
  13706.         <member name="P:System.Drawing.Imaging.FrameDimension.Page">
  13707.             <summary>Gets the page dimension.</summary>
  13708.             <returns>The page dimension.</returns>
  13709.         </member>
  13710.         <member name="P:System.Drawing.Imaging.FrameDimension.Resolution">
  13711.             <summary>Gets the resolution dimension.</summary>
  13712.             <returns>The resolution dimension.</returns>
  13713.         </member>
  13714.         <member name="P:System.Drawing.Imaging.FrameDimension.Time">
  13715.             <summary>Gets the time dimension.</summary>
  13716.             <returns>The time dimension.</returns>
  13717.         </member>
  13718.         <member name="T:System.Drawing.Imaging.ImageAttributes">
  13719.             <summary>An <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object contains information about how bitmap and metafile colors are manipulated during rendering. An <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. During rendering, colors can be corrected, darkened, lightened, and removed. To apply such manipulations, initialize an <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object and pass the path of that <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object (along with the path of an <see cref="T:System.Drawing.Image"></see>) to the <see cref="M:System.Drawing.Graphics.DrawImage"></see> method.</summary>
  13720.         </member>
  13721.         <member name="M:System.Drawing.Imaging.ImageAttributes.#ctor">
  13722.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> class.</summary>
  13723.         </member>
  13724.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable">
  13725.             <summary>Clears the brush color-remap table of this <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object.</summary>
  13726.             <returns>This method does not return a value.</returns>
  13727.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13728.         </member>
  13729.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearColorKey">
  13730.             <summary>Clears the color key (transparency range) for the default category.</summary>
  13731.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13732.         </member>
  13733.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)">
  13734.             <summary>Clears the color key (transparency range) for a specified category.</summary>
  13735.             <returns>This method does not return a value.</returns>
  13736.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color key is cleared. </param>
  13737.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13738.         </member>
  13739.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix">
  13740.             <summary>Clears the color-adjustment matrix for the default category.</summary>
  13741.             <returns>This method does not return a value.</returns>
  13742.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13743.         </member>
  13744.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)">
  13745.             <summary>Clears the color-adjustment matrix for a specified category.</summary>
  13746.             <returns>This method does not return a value.</returns>
  13747.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color-adjustment matrix is cleared. </param>
  13748.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13749.         </member>
  13750.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearGamma">
  13751.             <summary>Disables gamma correction for the default category.</summary>
  13752.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13753.         </member>
  13754.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)">
  13755.             <summary>Disables gamma correction for a specified category.</summary>
  13756.             <returns>This method does not return a value.</returns>
  13757.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which gamma correction is disabled. </param>
  13758.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13759.         </member>
  13760.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearNoOp">
  13761.             <summary>Clears the NoOp setting for the default category.</summary>
  13762.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13763.         </member>
  13764.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)">
  13765.             <summary>Clears the NoOp setting for a specified category.</summary>
  13766.             <returns>This method does not return a value.</returns>
  13767.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the NoOp setting is cleared. </param>
  13768.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13769.         </member>
  13770.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel">
  13771.             <summary>Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category.</summary>
  13772.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13773.         </member>
  13774.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)">
  13775.             <summary>Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.</summary>
  13776.             <returns>This method does not return a value.</returns>
  13777.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the output channel setting is cleared. </param>
  13778.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13779.         </member>
  13780.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile">
  13781.             <summary>Clears the output channel color profile setting for the default category.</summary>
  13782.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13783.         </member>
  13784.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)">
  13785.             <summary>Clears the output channel color profile setting for a specified category.</summary>
  13786.             <returns>This method does not return a value.</returns>
  13787.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the output channel profile setting is cleared. </param>
  13788.         </member>
  13789.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable">
  13790.             <summary>Clears the color-remap table for the default category.</summary>
  13791.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13792.         </member>
  13793.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)">
  13794.             <summary>Clears the color-remap table for a specified category.</summary>
  13795.             <returns>This method does not return a value.</returns>
  13796.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the remap table is cleared. </param>
  13797.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13798.         </member>
  13799.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearThreshold">
  13800.             <summary>Clears the threshold value for the default category.</summary>
  13801.             <returns>This method does not return a value.</returns>
  13802.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13803.         </member>
  13804.         <member name="M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)">
  13805.             <summary>Clears the threshold value for a specified category.</summary>
  13806.             <returns>This method does not return a value.</returns>
  13807.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the threshold is cleared. </param>
  13808.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13809.         </member>
  13810.         <member name="M:System.Drawing.Imaging.ImageAttributes.Clone">
  13811.             <summary>Creates an exact copy of this <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object.</summary>
  13812.             <returns>The <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object this class creates, cast as an object.</returns>
  13813.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13814.         </member>
  13815.         <member name="M:System.Drawing.Imaging.ImageAttributes.Dispose">
  13816.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object.</summary>
  13817.             <returns>This method does not return a value.</returns>
  13818.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13819.         </member>
  13820.         <member name="M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)">
  13821.             <summary>Adjusts the colors in a palette according to the adjustment settings of a specified category.</summary>
  13822.             <returns>This method does not return a value.</returns>
  13823.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category whose adjustment settings will be applied to the palette. </param>
  13824.             <param name="palette">A <see cref="T:System.Drawing.Imaging.ColorPalette"></see> that on input contains the palette to be adjusted, and on output contains the adjusted palette. </param>
  13825.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13826.         </member>
  13827.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])">
  13828.             <summary>Sets the color-remap table for the brush category.</summary>
  13829.             <returns>This method does not return a value.</returns>
  13830.             <param name="map">An array of <see cref="T:System.Drawing.Imaging.ColorMap"></see> objects. </param>
  13831.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13832.         </member>
  13833.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)">
  13834.             <summary>Sets the color key for the default category.</summary>
  13835.             <returns>This method does not return a value.</returns>
  13836.             <param name="colorLow">The low color-key value. </param>
  13837.             <param name="colorHigh">The high color-key value. </param>
  13838.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13839.         </member>
  13840.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)">
  13841.             <summary>Sets the color key (transparency range) for a specified category.</summary>
  13842.             <returns>This method does not return a value.</returns>
  13843.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color key is set. </param>
  13844.             <param name="colorLow">The low color-key value. </param>
  13845.             <param name="colorHigh">The high color-key value. </param>
  13846.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13847.         </member>
  13848.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)">
  13849.             <summary>Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.</summary>
  13850.             <returns>This method does not return a value.</returns>
  13851.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13852.             <param name="grayMatrix">The grayscale-adjustment matrix. </param>
  13853.         </member>
  13854.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)">
  13855.             <summary>Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.</summary>
  13856.             <returns>This method does not return a value.</returns>
  13857.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13858.             <param name="flags">An element of <see cref="T:System.Drawing.Imaging.ColorMatrixFlag"></see> that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. </param>
  13859.             <param name="grayMatrix">The grayscale-adjustment matrix. </param>
  13860.         </member>
  13861.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)">
  13862.             <summary>Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.</summary>
  13863.             <returns>This method does not return a value.</returns>
  13864.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color-adjustment and grayscale-adjustment matrices are set. </param>
  13865.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13866.             <param name="mode">An element of <see cref="T:System.Drawing.Imaging.ColorMatrixFlag"></see> that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. </param>
  13867.             <param name="grayMatrix">The grayscale-adjustment matrix. </param>
  13868.         </member>
  13869.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)">
  13870.             <summary>Sets the color-adjustment matrix for the default category.</summary>
  13871.             <returns>This method does not return a value.</returns>
  13872.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13873.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13874.         </member>
  13875.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)">
  13876.             <summary>Sets the color-adjustment matrix for the default category.</summary>
  13877.             <returns>This method does not return a value.</returns>
  13878.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13879.             <param name="flags">An element of <see cref="T:System.Drawing.Imaging.ColorMatrixFlag"></see> that specifies the type of image and color that will be affected by the color-adjustment matrix. </param>
  13880.         </member>
  13881.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)">
  13882.             <summary>Sets the color-adjustment matrix for a specified category.</summary>
  13883.             <returns>This method does not return a value.</returns>
  13884.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color-adjustment matrix is set. </param>
  13885.             <param name="newColorMatrix">The color-adjustment matrix. </param>
  13886.             <param name="mode">An element of <see cref="T:System.Drawing.Imaging.ColorMatrixFlag"></see> that specifies the type of image and color that will be affected by the color-adjustment matrix. </param>
  13887.         </member>
  13888.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)">
  13889.             <summary>Sets the gamma value for the default category.</summary>
  13890.             <returns>This method does not return a value.</returns>
  13891.             <param name="gamma">The gamma correction value. </param>
  13892.         </member>
  13893.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)">
  13894.             <summary>Sets the gamma value for a specified category.</summary>
  13895.             <returns>This method does not return a value.</returns>
  13896.             <param name="type">An element of the <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> enumeration that specifies the category for which the gamma value is set. </param>
  13897.             <param name="gamma">The gamma correction value. </param>
  13898.         </member>
  13899.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetNoOp">
  13900.             <summary>Turns off color adjustment for the default category. You can call the <see cref="Overload:System.Drawing.Imaging.ImageAttributes.ClearNoOp"></see> method to reinstate the color-adjustment settings that were in place before the call to the <see cref="Overload:System.Drawing.Imaging.ImageAttributes.SetNoOp"></see> method.</summary>
  13901.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13902.         </member>
  13903.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)">
  13904.             <summary>Turns off color adjustment for a specified category. You can call the <see cref="Overload:System.Drawing.Imaging.ImageAttributes.ClearNoOp"></see> method to reinstate the color-adjustment settings that were in place before the call to the <see cref="Overload:System.Drawing.Imaging.ImageAttributes.SetNoOp"></see> method.</summary>
  13905.             <returns>This method does not return a value.</returns>
  13906.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which color correction is turned off. </param>
  13907.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13908.         </member>
  13909.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)">
  13910.             <summary>Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category.</summary>
  13911.             <returns>This method does not return a value.</returns>
  13912.             <param name="flags">An element of <see cref="T:System.Drawing.Imaging.ColorChannelFlag"></see> that specifies the output channel. </param>
  13913.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  13914.         </member>
  13915.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)">
  13916.             <summary>Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category.</summary>
  13917.             <returns>This method does not return a value.</returns>
  13918.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the output channel is set. </param>
  13919.             <param name="flags">An element of <see cref="T:System.Drawing.Imaging.ColorChannelFlag"></see> that specifies the output channel. </param>
  13920.         </member>
  13921.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)">
  13922.             <summary>Sets the output channel color-profile file for the default category.</summary>
  13923.             <returns>This method does not return a value.</returns>
  13924.             <param name="colorProfileFilename">The path name of a color-profile file. If the color-profile file is in the %SystemRoot%\System32\Spool\Drivers\Color directory, this parameter can be the file name. Otherwise, this parameter must be the fully qualified path name. </param>
  13925.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13926.         </member>
  13927.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)">
  13928.             <summary>Sets the output channel color-profile file for a specified category.</summary>
  13929.             <returns>This method does not return a value.</returns>
  13930.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the output channel color-profile file is set. </param>
  13931.             <param name="colorProfileFilename">The path name of a color-profile file. If the color-profile file is in the %SystemRoot%\System32\Spool\Drivers\Color directory, this parameter can be the file name. Otherwise, this parameter must be the fully qualified path name. </param>
  13932.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13933.         </member>
  13934.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])">
  13935.             <summary>Sets the color-remap table for the default category.</summary>
  13936.             <returns>This method does not return a value.</returns>
  13937.             <param name="map">An array of color pairs of type <see cref="T:System.Drawing.Imaging.ColorMap"></see>. Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). </param>
  13938.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13939.         </member>
  13940.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)">
  13941.             <summary>Sets the color-remap table for a specified category.</summary>
  13942.             <returns>This method does not return a value.</returns>
  13943.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color-remap table is set. </param>
  13944.             <param name="map">An array of color pairs of type <see cref="T:System.Drawing.Imaging.ColorMap"></see>. Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). </param>
  13945.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13946.         </member>
  13947.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)">
  13948.             <summary>Sets the threshold (transparency range) for the default category.</summary>
  13949.             <returns>This method does not return a value.</returns>
  13950.             <param name="threshold">A real number that specifies the threshold value. </param>
  13951.         </member>
  13952.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)">
  13953.             <summary>Sets the threshold (transparency range) for a specified category.</summary>
  13954.             <returns>This method does not return a value.</returns>
  13955.             <param name="type">An element of <see cref="T:System.Drawing.Imaging.ColorAdjustType"></see> that specifies the category for which the color threshold is set. </param>
  13956.             <param name="threshold">A threshold value from 0.0 to 1.0 that is used as a breakpoint to sort colors that will be mapped to either a maximum or a minimum value. </param>
  13957.         </member>
  13958.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)">
  13959.             <summary>Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.</summary>
  13960.             <returns>This method does not return a value.</returns>
  13961.             <param name="mode">An element of <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how repeated copies of an image are used to tile an area. </param>
  13962.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13963.         </member>
  13964.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)">
  13965.             <summary>Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.</summary>
  13966.             <returns>This method does not return a value.</returns>
  13967.             <param name="mode">An element of <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how repeated copies of an image are used to tile an area. </param>
  13968.             <param name="color">An <see cref="T:System.Drawing.Imaging.ImageAttributes"></see> object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to <see cref="F:System.Drawing.Drawing2D.WrapMode.Clamp"></see> and the source rectangle passed to <see cref="Overload:System.Drawing.Graphics.DrawImage"></see> is larger than the image itself. </param>
  13969.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13970.         </member>
  13971.         <member name="M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)">
  13972.             <summary>Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.</summary>
  13973.             <returns>This method does not return a value.</returns>
  13974.             <param name="mode">An element of <see cref="T:System.Drawing.Drawing2D.WrapMode"></see> that specifies how repeated copies of an image are used to tile an area. </param>
  13975.             <param name="color">A color object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to <see cref="F:System.Drawing.Drawing2D.WrapMode.Clamp"></see> and the source rectangle passed to <see cref="Overload:System.Drawing.Graphics.DrawImage"></see> is larger than the image itself. </param>
  13976.             <param name="clamp">This parameter has no effect. Set it to false. </param>
  13977.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  13978.         </member>
  13979.         <member name="T:System.Drawing.Imaging.ImageCodecFlags">
  13980.             <summary>Provides attributes of an image encoder/decoder (codec).</summary>
  13981.         </member>
  13982.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode">
  13983.             <summary>The decoder has blocking behavior during the decoding process.</summary>
  13984.         </member>
  13985.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.Builtin">
  13986.             <summary>The codec is built into GDI+.</summary>
  13987.         </member>
  13988.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.Decoder">
  13989.             <summary>The codec supports decoding (reading).</summary>
  13990.         </member>
  13991.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.Encoder">
  13992.             <summary>The codec supports encoding (saving).</summary>
  13993.         </member>
  13994.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode">
  13995.             <summary>The encoder requires a seekable output stream.</summary>
  13996.         </member>
  13997.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap">
  13998.             <summary>The codec supports raster images (bitmaps).</summary>
  13999.         </member>
  14000.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.SupportVector">
  14001.             <summary>The codec supports vector images (metafiles).</summary>
  14002.         </member>
  14003.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.System">
  14004.             <summary>Not used.</summary>
  14005.         </member>
  14006.         <member name="F:System.Drawing.Imaging.ImageCodecFlags.User">
  14007.             <summary>Not used.</summary>
  14008.         </member>
  14009.         <member name="T:System.Drawing.Imaging.ImageCodecInfo">
  14010.             <summary>The <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> class provides the necessary storage members and methods to retrieve all pertinent information about the installed image codecs. Not inheritable.</summary>
  14011.         </member>
  14012.         <member name="M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders">
  14013.             <summary>Returns an array of <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> objects that contain information about the image decoders built into GDI+.</summary>
  14014.             <returns>An array of <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> objects. Each <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> object in the array contains information about one of the built-in image decoders.</returns>
  14015.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14016.         </member>
  14017.         <member name="M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders">
  14018.             <summary>Returns an array of <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> objects that contain information about the image encoders built into GDI+.</summary>
  14019.             <returns>An array of <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> objects. Each <see cref="T:System.Drawing.Imaging.ImageCodecInfo"></see> object in the array contains information about one of the built-in image encoders.</returns>
  14020.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14021.         </member>
  14022.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.Clsid">
  14023.             <summary>Gets or sets a <see cref="T:System.Guid"></see> structure that contains a GUID that identifies a specific codec.</summary>
  14024.             <returns>A <see cref="T:System.Guid"></see> structure that contains a GUID that identifies a specific codec.</returns>
  14025.         </member>
  14026.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.CodecName">
  14027.             <summary>Gets or sets a string that contains the name of the codec.</summary>
  14028.             <returns>A string that contains the name of the codec.</returns>
  14029.         </member>
  14030.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.DllName">
  14031.             <summary>Gets or sets string that contains the path name of the DLL that holds the codec. If the codec is not in a DLL, this pointer is null.</summary>
  14032.             <returns>A string that contains the path name of the DLL that holds the codec.</returns>
  14033.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14034.         </member>
  14035.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension">
  14036.             <summary>Gets or sets string that contains the file name extension(s) used in the codec. The extensions are separated by semicolons.</summary>
  14037.             <returns>A string that contains the file name extension(s) used in the codec.</returns>
  14038.         </member>
  14039.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.Flags">
  14040.             <summary>Gets or sets 32-bit value used to store additional information about the codec. This property returns a combination of flags from the <see cref="T:System.Drawing.Imaging.ImageCodecFlags"></see> enumeration.</summary>
  14041.             <returns>A 32-bit value used to store additional information about the codec.</returns>
  14042.         </member>
  14043.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription">
  14044.             <summary>Gets or sets a string that describes the codec's file format.</summary>
  14045.             <returns>A string that describes the codec's file format.</returns>
  14046.         </member>
  14047.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.FormatID">
  14048.             <summary>Gets or sets a <see cref="T:System.Guid"></see> structure that contains a GUID that identifies the codec's format.</summary>
  14049.             <returns>A <see cref="T:System.Guid"></see> structure that contains a GUID that identifies the codec's format.</returns>
  14050.         </member>
  14051.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.MimeType">
  14052.             <summary>Gets or sets a string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.</summary>
  14053.             <returns>A string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.</returns>
  14054.         </member>
  14055.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks">
  14056.             <summary>Gets or sets a two dimensional array of bytes that can be used as a filter.</summary>
  14057.             <returns>A two dimensional array of bytes that can be used as a filter.</returns>
  14058.         </member>
  14059.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns">
  14060.             <summary>Gets or sets a two dimensional array of bytes that represents the signature of the codec.</summary>
  14061.             <returns>A two dimensional array of bytes that represents the signature of the codec.</returns>
  14062.         </member>
  14063.         <member name="P:System.Drawing.Imaging.ImageCodecInfo.Version">
  14064.             <summary>Gets or sets the version number of the codec.</summary>
  14065.             <returns>The version number of the codec.</returns>
  14066.         </member>
  14067.         <member name="T:System.Drawing.Imaging.ImageFlags">
  14068.             <summary>Specifies the attributes of the pixel data contained in an <see cref="T:System.Drawing.Image"></see> object. The <see cref="P:System.Drawing.Image.Flags"></see> property returns a member of this enumeration.</summary>
  14069.         </member>
  14070.         <member name="F:System.Drawing.Imaging.ImageFlags.Caching">
  14071.             <summary>The pixel data can be cached for faster access.</summary>
  14072.         </member>
  14073.         <member name="F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk">
  14074.             <summary>The pixel data uses a CMYK color space.</summary>
  14075.         </member>
  14076.         <member name="F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray">
  14077.             <summary>The pixel data is grayscale.</summary>
  14078.         </member>
  14079.         <member name="F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb">
  14080.             <summary>The pixel data uses an RGB color space.</summary>
  14081.         </member>
  14082.         <member name="F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr">
  14083.             <summary>Specifies that the image is stored using a YCBCR color space.</summary>
  14084.         </member>
  14085.         <member name="F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck">
  14086.             <summary>Specifies that the image is stored using a YCCK color space.</summary>
  14087.         </member>
  14088.         <member name="F:System.Drawing.Imaging.ImageFlags.HasAlpha">
  14089.             <summary>The pixel data contains alpha information.</summary>
  14090.         </member>
  14091.         <member name="F:System.Drawing.Imaging.ImageFlags.HasRealDpi">
  14092.             <summary>Specifies that dots per inch information is stored in the image.</summary>
  14093.         </member>
  14094.         <member name="F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize">
  14095.             <summary>Specifies that the pixel size is stored in the image.</summary>
  14096.         </member>
  14097.         <member name="F:System.Drawing.Imaging.ImageFlags.HasTranslucent">
  14098.             <summary>Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).</summary>
  14099.         </member>
  14100.         <member name="F:System.Drawing.Imaging.ImageFlags.None">
  14101.             <summary>There is no format information.</summary>
  14102.         </member>
  14103.         <member name="F:System.Drawing.Imaging.ImageFlags.PartiallyScalable">
  14104.             <summary>The pixel data is partially scalable, but there are some limitations.</summary>
  14105.         </member>
  14106.         <member name="F:System.Drawing.Imaging.ImageFlags.ReadOnly">
  14107.             <summary>The pixel data is read-only.</summary>
  14108.         </member>
  14109.         <member name="F:System.Drawing.Imaging.ImageFlags.Scalable">
  14110.             <summary>The pixel data is scalable.</summary>
  14111.         </member>
  14112.         <member name="T:System.Drawing.Imaging.ImageFormat">
  14113.             <summary>Specifies the format of the image. Not inheritable.</summary>
  14114.         </member>
  14115.         <member name="M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)">
  14116.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.ImageFormat"></see> class using the specified <see cref="T:System.Guid"></see> structure.</summary>
  14117.             <param name="guid">The Guid structure that specifies a particular image format. </param>
  14118.         </member>
  14119.         <member name="M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)">
  14120.             <summary>Returns a value that indicates whether the specified object is an <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that is equivalent to this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object.</summary>
  14121.             <returns>Returns true if o is an <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that is equivalent to this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object; otherwise, returns false.</returns>
  14122.             <param name="o">The object to test. </param>
  14123.         </member>
  14124.         <member name="M:System.Drawing.Imaging.ImageFormat.GetHashCode">
  14125.             <summary>Returns a hash code value that represents this object.</summary>
  14126.             <returns>Returns a hash code that represents this object.</returns>
  14127.         </member>
  14128.         <member name="M:System.Drawing.Imaging.ImageFormat.ToString">
  14129.             <summary>Converts this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object to a human-readable string.</summary>
  14130.             <returns>A string representing this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object.</returns>
  14131.         </member>
  14132.         <member name="P:System.Drawing.Imaging.ImageFormat.Bmp">
  14133.             <summary>Gets the bitmap image format (BMP).</summary>
  14134.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the bitmap image format.</returns>
  14135.         </member>
  14136.         <member name="P:System.Drawing.Imaging.ImageFormat.Emf">
  14137.             <summary>Gets the enhanced Windows metafile image format (EMF).</summary>
  14138.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the enhanced Windows metafile image format.</returns>
  14139.         </member>
  14140.         <member name="P:System.Drawing.Imaging.ImageFormat.Exif">
  14141.             <summary>Gets the Exchangeable Image File (Exif) format.</summary>
  14142.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the Exif format.</returns>
  14143.         </member>
  14144.         <member name="P:System.Drawing.Imaging.ImageFormat.Gif">
  14145.             <summary>Gets the Graphics Interchange Format (GIF) image format.</summary>
  14146.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the GIF image format.</returns>
  14147.         </member>
  14148.         <member name="P:System.Drawing.Imaging.ImageFormat.Guid">
  14149.             <summary>Gets a <see cref="T:System.Guid"></see> structure that represents this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object.</summary>
  14150.             <returns>A <see cref="T:System.Guid"></see> structure that represents this <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object.</returns>
  14151.         </member>
  14152.         <member name="P:System.Drawing.Imaging.ImageFormat.Icon">
  14153.             <summary>Gets the Windows icon image format.</summary>
  14154.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the Windows icon image format.</returns>
  14155.         </member>
  14156.         <member name="P:System.Drawing.Imaging.ImageFormat.Jpeg">
  14157.             <summary>Gets the Joint Photographic Experts Group (JPEG) image format.</summary>
  14158.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the JPEG image format.</returns>
  14159.         </member>
  14160.         <member name="P:System.Drawing.Imaging.ImageFormat.MemoryBmp">
  14161.             <summary>Gets a memory bitmap image format.</summary>
  14162.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the memory bitmap image format.</returns>
  14163.         </member>
  14164.         <member name="P:System.Drawing.Imaging.ImageFormat.Png">
  14165.             <summary>Gets the W3C Portable Network Graphics (PNG) image format.</summary>
  14166.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the PNG image format.</returns>
  14167.         </member>
  14168.         <member name="P:System.Drawing.Imaging.ImageFormat.Tiff">
  14169.             <summary>Gets the Tag Image File Format (TIFF) image format.</summary>
  14170.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the TIFF image format.</returns>
  14171.         </member>
  14172.         <member name="P:System.Drawing.Imaging.ImageFormat.Wmf">
  14173.             <summary>Gets the Windows metafile (WMF) image format.</summary>
  14174.             <returns>An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> object that indicates the Windows metafile image format.</returns>
  14175.         </member>
  14176.         <member name="T:System.Drawing.Imaging.ImageLockMode">
  14177.             <summary>Specifies flags that are passed to the flags parameter of the <see cref="Overload:System.Drawing.Bitmap.LockBits"></see> method. The <see cref="Overload:System.Drawing.Bitmap.LockBits"></see> method locks a portion of an image so that you can read or write the pixel data.</summary>
  14178.         </member>
  14179.         <member name="F:System.Drawing.Imaging.ImageLockMode.ReadOnly">
  14180.             <summary>Specifies that a portion of the image is locked for reading.</summary>
  14181.         </member>
  14182.         <member name="F:System.Drawing.Imaging.ImageLockMode.ReadWrite">
  14183.             <summary>Specifies that a portion of the image is locked for reading or writing.</summary>
  14184.         </member>
  14185.         <member name="F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer">
  14186.             <summary>Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, the flags parameter of the <see cref="Overload:System.Drawing.Bitmap.LockBits"></see> method serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the flags parameter serves only as an output parameter.</summary>
  14187.         </member>
  14188.         <member name="F:System.Drawing.Imaging.ImageLockMode.WriteOnly">
  14189.             <summary>Specifies that a portion of the image is locked for writing.</summary>
  14190.         </member>
  14191.         <member name="T:System.Drawing.Imaging.Metafile">
  14192.             <summary>Defines a graphic metafile. A metafile contains records that describe a sequence of graphics operations that can be recorded (constructed) and played back (displayed). This class is not inheritable.</summary>
  14193.         </member>
  14194.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)">
  14195.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream.</summary>
  14196.             <param name="stream">The <see cref="T:System.IO.Stream"></see> from which to create the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14197.             <exception cref="T:System.ArgumentException">stream is null.</exception>
  14198.         </member>
  14199.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String)">
  14200.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified file name.</summary>
  14201.             <param name="filename">A <see cref="T:System.String"></see> that represents the file name from which to create the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14202.         </member>
  14203.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)">
  14204.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified handle.</summary>
  14205.             <param name="henhmetafile">A handle to an enhanced metafile. </param>
  14206.             <param name="deleteEmf">true to delete the enhanced metafile handle when the <see cref="T:System.Drawing.Imaging.Metafile"></see> is deleted; otherwise, false. </param>
  14207.         </member>
  14208.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)">
  14209.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified handle to a device context and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14210.             <param name="emfType">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14211.             <param name="referenceHdc">The handle to a device context. </param>
  14212.         </member>
  14213.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)">
  14214.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle.</summary>
  14215.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14216.             <param name="referenceHdc">The handle to a device context. </param>
  14217.         </member>
  14218.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)">
  14219.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle.</summary>
  14220.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14221.             <param name="referenceHdc">The handle to a device context. </param>
  14222.         </member>
  14223.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)">
  14224.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified handle and a <see cref="T:System.Drawing.Imaging.WmfPlaceableFileHeader"></see>.</summary>
  14225.             <param name="wmfHeader">A <see cref="T:System.Drawing.Imaging.WmfPlaceableFileHeader"></see>. </param>
  14226.             <param name="hmetafile">A windows handle to a <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14227.         </member>
  14228.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)">
  14229.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream.</summary>
  14230.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14231.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14232.         </member>
  14233.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)">
  14234.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name.</summary>
  14235.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14236.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14237.         </member>
  14238.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)">
  14239.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified handle to a device context and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A string can be supplied to name the file.</summary>
  14240.             <param name="description">A descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14241.             <param name="emfType">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14242.             <param name="referenceHdc">The handle to a device context. </param>
  14243.         </member>
  14244.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)">
  14245.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure.</summary>
  14246.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14247.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14248.             <param name="referenceHdc">The handle to a device context. </param>
  14249.         </member>
  14250.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)">
  14251.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure.</summary>
  14252.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14253.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14254.             <param name="referenceHdc">The handle to a device context. </param>
  14255.         </member>
  14256.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)">
  14257.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified handle and a <see cref="T:System.Drawing.Imaging.WmfPlaceableFileHeader"></see>. Also, the deleteWmf parameter can be used to delete the handle when the metafile is deleted.</summary>
  14258.             <param name="wmfHeader">A <see cref="T:System.Drawing.Imaging.WmfPlaceableFileHeader"></see>. </param>
  14259.             <param name="hmetafile">A windows handle to a <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14260.             <param name="deleteWmf">true to delete the handle to the new <see cref="T:System.Drawing.Imaging.Metafile"></see> when the <see cref="T:System.Drawing.Imaging.Metafile"></see> is deleted; otherwise, false. </param>
  14261.         </member>
  14262.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)">
  14263.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14264.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14265.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14266.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14267.         </member>
  14268.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)">
  14269.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, and a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14270.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14271.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14272.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14273.         </member>
  14274.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)">
  14275.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, and a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14276.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14277.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14278.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14279.         </member>
  14280.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)">
  14281.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14282.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14283.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14284.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14285.         </member>
  14286.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)">
  14287.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, and a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14288.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14289.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14290.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14291.         </member>
  14292.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)">
  14293.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, and a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14294.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14295.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14296.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14297.         </member>
  14298.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14299.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14300.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14301.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14302.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14303.             <param name="referenceHdc">The handle to a device context. </param>
  14304.         </member>
  14305.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14306.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14307.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14308.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14309.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14310.             <param name="referenceHdc">The handle to a device context. </param>
  14311.         </member>
  14312.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)">
  14313.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. Also, a string that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see> can be added.</summary>
  14314.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14315.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14316.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14317.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14318.         </member>
  14319.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)">
  14320.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure.</summary>
  14321.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14322.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14323.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14324.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14325.         </member>
  14326.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)">
  14327.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure.</summary>
  14328.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14329.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14330.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14331.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14332.         </member>
  14333.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)">
  14334.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A descriptive string can be added, as well.</summary>
  14335.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14336.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14337.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14338.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14339.         </member>
  14340.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)">
  14341.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure.</summary>
  14342.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14343.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14344.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14345.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14346.         </member>
  14347.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)">
  14348.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure.</summary>
  14349.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14350.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14351.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14352.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14353.         </member>
  14354.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14355.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A string can be provided to name the file.</summary>
  14356.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14357.             <param name="desc">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14358.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14359.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14360.             <param name="referenceHdc">The handle to a device context. </param>
  14361.         </member>
  14362.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14363.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A string can be provided to name the file.</summary>
  14364.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14365.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14366.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14367.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14368.             <param name="referenceHdc">The handle to a device context. </param>
  14369.         </member>
  14370.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14371.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14372.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14373.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14374.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14375.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14376.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14377.         </member>
  14378.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14379.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14380.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14381.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14382.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14383.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14384.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14385.         </member>
  14386.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14387.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14388.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14389.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14390.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14391.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14392.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14393.         </member>
  14394.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)">
  14395.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure. A descriptive string can also be added.</summary>
  14396.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14397.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14398.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14399.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14400.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14401.         </member>
  14402.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)">
  14403.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14404.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14405.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14406.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14407.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14408.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14409.         </member>
  14410.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)">
  14411.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, and the supplied unit of measure. A descriptive string can also be added.</summary>
  14412.             <param name="desc">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14413.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14414.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14415.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14416.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14417.         </member>
  14418.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14419.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A string that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see> can be added.</summary>
  14420.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14421.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14422.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14423.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14424.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14425.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14426.         </member>
  14427.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14428.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class from the specified data stream, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A string that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see> can be added.</summary>
  14429.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14430.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14431.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that contains the data for this <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14432.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14433.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14434.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14435.         </member>
  14436.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14437.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.Rectangle"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A descriptive string can also be added.</summary>
  14438.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14439.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14440.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14441.             <param name="frameRect">A <see cref="T:System.Drawing.Rectangle"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14442.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14443.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14444.         </member>
  14445.         <member name="M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)">
  14446.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Metafile"></see> class with the specified file name, a Windows handle to a device context, a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>, the supplied unit of measure, and an <see cref="T:System.Drawing.Imaging.EmfType"></see> enumeration that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. A descriptive string can also be added.</summary>
  14447.             <param name="type">An <see cref="T:System.Drawing.Imaging.EmfType"></see> that specifies the format of the <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14448.             <param name="description">A <see cref="T:System.String"></see> that contains a descriptive name for the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14449.             <param name="fileName">A <see cref="T:System.String"></see> that represents the file name of the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14450.             <param name="frameRect">A <see cref="T:System.Drawing.RectangleF"></see> that represents the rectangle that bounds the new <see cref="T:System.Drawing.Imaging.Metafile"></see>. </param>
  14451.             <param name="frameUnit">A <see cref="T:System.Drawing.Imaging.MetafileFrameUnit"></see> that specifies the unit of measure for frameRect. </param>
  14452.             <param name="referenceHdc">A Windows handle to a device context. </param>
  14453.         </member>
  14454.         <member name="M:System.Drawing.Imaging.Metafile.GetHenhmetafile">
  14455.             <summary>Returns a Windows handle to an enhanced <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14456.             <returns>A Windows handle to this enhanced <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14457.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14458.         </member>
  14459.         <member name="M:System.Drawing.Imaging.Metafile.GetMetafileHeader">
  14460.             <summary>Returns the <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with this <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14461.             <returns>The <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with this <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14462.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14463.         </member>
  14464.         <member name="M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)">
  14465.             <summary>Returns the <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14466.             <returns>The <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14467.             <param name="henhmetafile">The handle to the enhanced <see cref="T:System.Drawing.Imaging.Metafile"></see> for which a header is returned. </param>
  14468.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14469.         </member>
  14470.         <member name="M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)">
  14471.             <summary>Returns the <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14472.             <returns>The <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14473.             <param name="stream">A <see cref="T:System.IO.Stream"></see> containing the <see cref="T:System.Drawing.Imaging.Metafile"></see> for which a header is retrieved. </param>
  14474.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14475.         </member>
  14476.         <member name="M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)">
  14477.             <summary>Returns the <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14478.             <returns>The <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14479.             <param name="fileName">A <see cref="T:System.String"></see> containing the name of the <see cref="T:System.Drawing.Imaging.Metafile"></see> for which a header is retrieved. </param>
  14480.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14481.         </member>
  14482.         <member name="M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)">
  14483.             <summary>Returns the <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14484.             <returns>The <see cref="T:System.Drawing.Imaging.MetafileHeader"></see> associated with the specified <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14485.             <param name="wmfHeader">A <see cref="T:System.Drawing.Imaging.WmfPlaceableFileHeader"></see>. </param>
  14486.             <param name="hmetafile">The handle to the <see cref="T:System.Drawing.Imaging.Metafile"></see> for which to return a header. </param>
  14487.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  14488.         </member>
  14489.         <member name="M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])">
  14490.             <summary>Plays an individual metafile record.</summary>
  14491.             <param name="recordType">Element of the <see cref="T:System.Drawing.Imaging.EmfPlusRecordType"></see> that specifies the type of metafile record being played. </param>
  14492.             <param name="data">An array of bytes that contains the record data. </param>
  14493.             <param name="flags">A set of flags that specify attributes of the record. </param>
  14494.             <param name="dataSize">The number of bytes in the record data. </param>
  14495.         </member>
  14496.         <member name="T:System.Drawing.Imaging.MetafileFrameUnit">
  14497.             <summary>Specifies the unit of measurement for the rectangle used to size and position a metafile. This is specified during the creation of the <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</summary>
  14498.         </member>
  14499.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.Document">
  14500.             <summary>The unit of measurement is 1/300 of an inch.</summary>
  14501.         </member>
  14502.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible">
  14503.             <summary>The unit of measurement is 0.01 millimeter. Provided for compatibility with GDI.</summary>
  14504.         </member>
  14505.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.Inch">
  14506.             <summary>The unit of measurement is 1 inch.</summary>
  14507.         </member>
  14508.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter">
  14509.             <summary>The unit of measurement is 1 millimeter.</summary>
  14510.         </member>
  14511.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.Pixel">
  14512.             <summary>The unit of measurement is 1 pixel.</summary>
  14513.         </member>
  14514.         <member name="F:System.Drawing.Imaging.MetafileFrameUnit.Point">
  14515.             <summary>The unit of measurement is 1 printer's point.</summary>
  14516.         </member>
  14517.         <member name="T:System.Drawing.Imaging.MetafileHeader">
  14518.             <summary>Contains attributes of an associated <see cref="T:System.Drawing.Imaging.Metafile"></see>. Not inheritable.</summary>
  14519.         </member>
  14520.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsDisplay">
  14521.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is device dependent.</summary>
  14522.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is device dependent; otherwise, false.</returns>
  14523.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14524.         </member>
  14525.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsEmf">
  14526.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile format.</summary>
  14527.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile format; otherwise, false.</returns>
  14528.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14529.         </member>
  14530.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus">
  14531.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.</summary>
  14532.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile format or the Windows enhanced metafile plus format; otherwise, false.</returns>
  14533.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14534.         </member>
  14535.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus">
  14536.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile plus format.</summary>
  14537.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows enhanced metafile plus format; otherwise, false.</returns>
  14538.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14539.         </member>
  14540.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual">
  14541.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Dual enhanced metafile format. This format supports both the enhanced and the enhanced plus format.</summary>
  14542.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Dual enhanced metafile format; otherwise, false.</returns>
  14543.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14544.         </member>
  14545.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly">
  14546.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> supports only the Windows enhanced metafile plus format.</summary>
  14547.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> supports only the Windows enhanced metafile plus format; otherwise, false.</returns>
  14548.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14549.         </member>
  14550.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsWmf">
  14551.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows metafile format.</summary>
  14552.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows metafile format; otherwise, false.</returns>
  14553.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14554.         </member>
  14555.         <member name="M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable">
  14556.             <summary>Returns a value that indicates whether the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows placeable metafile format.</summary>
  14557.             <returns>true if the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> is in the Windows placeable metafile format; otherwise, false.</returns>
  14558.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14559.         </member>
  14560.         <member name="P:System.Drawing.Imaging.MetafileHeader.Bounds">
  14561.             <summary>Gets a <see cref="T:System.Drawing.Rectangle"></see> that bounds the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14562.             <returns>A <see cref="T:System.Drawing.Rectangle"></see> that bounds the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14563.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14564.         </member>
  14565.         <member name="P:System.Drawing.Imaging.MetafileHeader.DpiX">
  14566.             <summary>Gets the horizontal resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14567.             <returns>The horizontal resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14568.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14569.         </member>
  14570.         <member name="P:System.Drawing.Imaging.MetafileHeader.DpiY">
  14571.             <summary>Gets the vertical resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14572.             <returns>The vertical resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14573.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14574.         </member>
  14575.         <member name="P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize">
  14576.             <summary>Gets the size, in bytes, of the enhanced metafile plus header file.</summary>
  14577.             <returns>The size, in bytes, of the enhanced metafile plus header file.</returns>
  14578.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14579.         </member>
  14580.         <member name="P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX">
  14581.             <summary>Gets the logical horizontal resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14582.             <returns>The logical horizontal resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14583.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14584.         </member>
  14585.         <member name="P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY">
  14586.             <summary>Gets the logical vertical resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14587.             <returns>The logical vertical resolution, in dots per inch, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14588.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14589.         </member>
  14590.         <member name="P:System.Drawing.Imaging.MetafileHeader.MetafileSize">
  14591.             <summary>Gets the size, in bytes, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14592.             <returns>The size, in bytes, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14593.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14594.         </member>
  14595.         <member name="P:System.Drawing.Imaging.MetafileHeader.Type">
  14596.             <summary>Gets the type of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14597.             <returns>A <see cref="T:System.Drawing.Imaging.MetafileType"></see> enumeration that represents the type of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14598.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14599.         </member>
  14600.         <member name="P:System.Drawing.Imaging.MetafileHeader.Version">
  14601.             <summary>Gets the version number of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14602.             <returns>The version number of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14603.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14604.         </member>
  14605.         <member name="P:System.Drawing.Imaging.MetafileHeader.WmfHeader">
  14606.             <summary>Gets the Windows metafile (WMF) header file for the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</summary>
  14607.             <returns>A <see cref="T:System.Drawing.Imaging.MetaHeader"></see> that contains the WMF header file for the associated <see cref="T:System.Drawing.Imaging.Metafile"></see>.</returns>
  14608.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  14609.         </member>
  14610.         <member name="T:System.Drawing.Imaging.MetafileType">
  14611.             <summary>Specifies types of metafiles. The <see cref="P:System.Drawing.Imaging.MetafileHeader.Type"></see> property returns a member of this enumeration.</summary>
  14612.         </member>
  14613.         <member name="F:System.Drawing.Imaging.MetafileType.Emf">
  14614.             <summary>Specifies an Enhanced Metafile (EMF) file. Such a file contains only GDI records.</summary>
  14615.         </member>
  14616.         <member name="F:System.Drawing.Imaging.MetafileType.EmfPlusDual">
  14617.             <summary>Specifies an EMF+ Dual file. Such a file contains GDI+ records along with alternative GDI records and can be displayed by using either GDI or GDI+. Displaying the records using GDI may cause some quality degradation.</summary>
  14618.         </member>
  14619.         <member name="F:System.Drawing.Imaging.MetafileType.EmfPlusOnly">
  14620.             <summary>Specifies an EMF+ file. Such a file contains only GDI+ records and must be displayed by using GDI+. Displaying the records using GDI may cause unpredictable results.</summary>
  14621.         </member>
  14622.         <member name="F:System.Drawing.Imaging.MetafileType.Invalid">
  14623.             <summary>Specifies a metafile format that is not recognized in GDI+.</summary>
  14624.         </member>
  14625.         <member name="F:System.Drawing.Imaging.MetafileType.Wmf">
  14626.             <summary>Specifies a WMF (Windows Metafile) file. Such a file contains only GDI records.</summary>
  14627.         </member>
  14628.         <member name="F:System.Drawing.Imaging.MetafileType.WmfPlaceable">
  14629.             <summary>Specifies a WMF (Windows Metafile) file that has a placeable metafile header in front of it.</summary>
  14630.         </member>
  14631.         <member name="T:System.Drawing.Imaging.MetaHeader">
  14632.             <summary>Contains information about a windows-format (WMF) metafile.</summary>
  14633.         </member>
  14634.         <member name="M:System.Drawing.Imaging.MetaHeader.#ctor">
  14635.             <summary>Initializes a new instance of the MetaHeader class.</summary>
  14636.         </member>
  14637.         <member name="P:System.Drawing.Imaging.MetaHeader.HeaderSize">
  14638.             <summary>Gets or sets the size, in bytes, of the header file.</summary>
  14639.             <returns>The size, in bytes, of the header file.</returns>
  14640.         </member>
  14641.         <member name="P:System.Drawing.Imaging.MetaHeader.MaxRecord">
  14642.             <summary>Gets or sets the size, in bytes, of the largest record in the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</summary>
  14643.             <returns>The size, in bytes, of the largest record in the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</returns>
  14644.         </member>
  14645.         <member name="P:System.Drawing.Imaging.MetaHeader.NoObjects">
  14646.             <summary>Gets or sets the maximum number of objects that exist in the <see cref="T:System.Drawing.Imaging.Metafile"></see> object at the same time.</summary>
  14647.             <returns>The maximum number of objects that exist in the <see cref="T:System.Drawing.Imaging.Metafile"></see> object at the same time.</returns>
  14648.         </member>
  14649.         <member name="P:System.Drawing.Imaging.MetaHeader.NoParameters">
  14650.             <summary>Reserved.</summary>
  14651.             <returns>Reserved.</returns>
  14652.         </member>
  14653.         <member name="P:System.Drawing.Imaging.MetaHeader.Size">
  14654.             <summary>Gets or sets the size, in bytes, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</summary>
  14655.             <returns>The size, in bytes, of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</returns>
  14656.         </member>
  14657.         <member name="P:System.Drawing.Imaging.MetaHeader.Type">
  14658.             <summary>Gets or sets the type of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</summary>
  14659.             <returns>The type of the associated <see cref="T:System.Drawing.Imaging.Metafile"></see> object.</returns>
  14660.         </member>
  14661.         <member name="P:System.Drawing.Imaging.MetaHeader.Version">
  14662.             <summary>Gets or sets the version number of the header format.</summary>
  14663.             <returns>The version number of the header format.</returns>
  14664.         </member>
  14665.         <member name="T:System.Drawing.Imaging.PaletteFlags">
  14666.             <summary>Specifies the type of color data in the system palette. The data can be color data with alpha, grayscale data only, or halftone data.</summary>
  14667.         </member>
  14668.         <member name="F:System.Drawing.Imaging.PaletteFlags.GrayScale">
  14669.             <summary>Grayscale data.</summary>
  14670.         </member>
  14671.         <member name="F:System.Drawing.Imaging.PaletteFlags.Halftone">
  14672.             <summary>Halftone data.</summary>
  14673.         </member>
  14674.         <member name="F:System.Drawing.Imaging.PaletteFlags.HasAlpha">
  14675.             <summary>Alpha data.</summary>
  14676.         </member>
  14677.         <member name="T:System.Drawing.Imaging.PixelFormat">
  14678.             <summary>Specifies the format of the color data for each pixel in the image.</summary>
  14679.         </member>
  14680.         <member name="F:System.Drawing.Imaging.PixelFormat.Alpha">
  14681.             <summary>The pixel data contains alpha values that are not premultiplied.</summary>
  14682.         </member>
  14683.         <member name="F:System.Drawing.Imaging.PixelFormat.Canonical">
  14684.             <summary>The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel.</summary>
  14685.         </member>
  14686.         <member name="F:System.Drawing.Imaging.PixelFormat.DontCare">
  14687.             <summary>No pixel format is specified.</summary>
  14688.         </member>
  14689.         <member name="F:System.Drawing.Imaging.PixelFormat.Extended">
  14690.             <summary>Reserved.</summary>
  14691.         </member>
  14692.         <member name="F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555">
  14693.             <summary>The pixel format is 16 bits per pixel. The color information specifies 32,768 shades of color, of which 5 bits are red, 5 bits are green, 5 bits are blue, and 1 bit is alpha.</summary>
  14694.         </member>
  14695.         <member name="F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale">
  14696.             <summary>The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray.</summary>
  14697.         </member>
  14698.         <member name="F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555">
  14699.             <summary>Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.</summary>
  14700.         </member>
  14701.         <member name="F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565">
  14702.             <summary>Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.</summary>
  14703.         </member>
  14704.         <member name="F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed">
  14705.             <summary>Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it.</summary>
  14706.         </member>
  14707.         <member name="F:System.Drawing.Imaging.PixelFormat.Format24bppRgb">
  14708.             <summary>Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.</summary>
  14709.         </member>
  14710.         <member name="F:System.Drawing.Imaging.PixelFormat.Format32bppArgb">
  14711.             <summary>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.</summary>
  14712.         </member>
  14713.         <member name="F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb">
  14714.             <summary>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.</summary>
  14715.         </member>
  14716.         <member name="F:System.Drawing.Imaging.PixelFormat.Format32bppRgb">
  14717.             <summary>Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.</summary>
  14718.         </member>
  14719.         <member name="F:System.Drawing.Imaging.PixelFormat.Format48bppRgb">
  14720.             <summary>Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.</summary>
  14721.         </member>
  14722.         <member name="F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed">
  14723.             <summary>Specifies that the format is 4 bits per pixel, indexed.</summary>
  14724.         </member>
  14725.         <member name="F:System.Drawing.Imaging.PixelFormat.Format64bppArgb">
  14726.             <summary>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.</summary>
  14727.         </member>
  14728.         <member name="F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb">
  14729.             <summary>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.</summary>
  14730.         </member>
  14731.         <member name="F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed">
  14732.             <summary>Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it.</summary>
  14733.         </member>
  14734.         <member name="F:System.Drawing.Imaging.PixelFormat.Gdi">
  14735.             <summary>The pixel data contains GDI colors.</summary>
  14736.         </member>
  14737.         <member name="F:System.Drawing.Imaging.PixelFormat.Indexed">
  14738.             <summary>The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.</summary>
  14739.         </member>
  14740.         <member name="F:System.Drawing.Imaging.PixelFormat.Max">
  14741.             <summary>The maximum value for this enumeration.</summary>
  14742.         </member>
  14743.         <member name="F:System.Drawing.Imaging.PixelFormat.PAlpha">
  14744.             <summary>The pixel format contains premultiplied alpha values.</summary>
  14745.         </member>
  14746.         <member name="F:System.Drawing.Imaging.PixelFormat.Undefined">
  14747.             <summary>The pixel format is undefined.</summary>
  14748.         </member>
  14749.         <member name="T:System.Drawing.Imaging.PlayRecordCallback">
  14750.             <summary>This delegate is not used. For an example of enumerating the records of a metafile, see <see cref="M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)"></see>.</summary>
  14751.         </member>
  14752.         <member name="T:System.Drawing.Imaging.PropertyItem">
  14753.             <summary>Encapsulates a metadata property to be included in an image file. Not inheritable.</summary>
  14754.         </member>
  14755.         <member name="P:System.Drawing.Imaging.PropertyItem.Id">
  14756.             <summary>Gets or sets the ID of the property.</summary>
  14757.             <returns>The integer that represents the ID of the property.</returns>
  14758.         </member>
  14759.         <member name="P:System.Drawing.Imaging.PropertyItem.Len">
  14760.             <summary>Gets or sets the length (in bytes) of the <see cref="P:System.Drawing.Imaging.PropertyItem.Value"></see> property.</summary>
  14761.             <returns>An integer that represents the length (in bytes) of the <see cref="P:System.Drawing.Imaging.PropertyItem.Value"></see> byte array.</returns>
  14762.         </member>
  14763.         <member name="P:System.Drawing.Imaging.PropertyItem.Type">
  14764.             <summary>Gets or sets an integer that defines the type of data contained in the <see cref="P:System.Drawing.Imaging.PropertyItem.Value"></see> property.</summary>
  14765.             <returns>An integer that defines the type of data contained in <see cref="P:System.Drawing.Imaging.PropertyItem.Value"></see>.</returns>
  14766.         </member>
  14767.         <member name="P:System.Drawing.Imaging.PropertyItem.Value">
  14768.             <summary>Gets or sets the value of the property item.</summary>
  14769.             <returns>A byte array that represents the value of the property item.</returns>
  14770.         </member>
  14771.         <member name="T:System.Drawing.Imaging.WmfPlaceableFileHeader">
  14772.             <summary>Defines a placeable metafile. Not inheritable.</summary>
  14773.         </member>
  14774.         <member name="M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor">
  14775.             <summary>Initializes a new instance of the WmfPlaceableFileHeader class.</summary>
  14776.         </member>
  14777.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom">
  14778.             <summary>Gets or sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.</summary>
  14779.             <returns>The y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.</returns>
  14780.         </member>
  14781.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft">
  14782.             <summary>Gets or sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.</summary>
  14783.             <returns>The x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.</returns>
  14784.         </member>
  14785.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight">
  14786.             <summary>Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.</summary>
  14787.             <returns>The x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.</returns>
  14788.         </member>
  14789.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop">
  14790.             <summary>Gets or sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.</summary>
  14791.             <returns>The y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.</returns>
  14792.         </member>
  14793.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum">
  14794.             <summary>Gets or sets the checksum value for the previous ten WORD s in the header.</summary>
  14795.             <returns>The checksum value for the previous ten WORD s in the header.</returns>
  14796.         </member>
  14797.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf">
  14798.             <summary>Gets or sets the handle of the metafile in memory.</summary>
  14799.             <returns>The handle of the metafile in memory.</returns>
  14800.         </member>
  14801.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch">
  14802.             <summary>Gets or sets the number of twips per inch.</summary>
  14803.             <returns>The number of twips per inch.</returns>
  14804.         </member>
  14805.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key">
  14806.             <summary>Gets or sets a value indicating the presence of a placeable metafile header.</summary>
  14807.             <returns>A value indicating presence of a placeable metafile header.</returns>
  14808.         </member>
  14809.         <member name="P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved">
  14810.             <summary>Reserved. Do not use.</summary>
  14811.             <returns>Reserved. Do not use.</returns>
  14812.         </member>
  14813.         <member name="N:System.Drawing.Printing">
  14814.             <summary>The <see cref="N:System.Drawing.Printing"></see> namespace provides print-related services.</summary>
  14815.         </member>
  14816.         <member name="T:System.Drawing.Printing.Duplex">
  14817.             <summary>Specifies the printer's duplex setting.</summary>
  14818.         </member>
  14819.         <member name="F:System.Drawing.Printing.Duplex.Default">
  14820.             <summary>The printer's default duplex setting.</summary>
  14821.         </member>
  14822.         <member name="F:System.Drawing.Printing.Duplex.Horizontal">
  14823.             <summary>Double-sided, horizontal printing.</summary>
  14824.         </member>
  14825.         <member name="F:System.Drawing.Printing.Duplex.Simplex">
  14826.             <summary>Single-sided printing.</summary>
  14827.         </member>
  14828.         <member name="F:System.Drawing.Printing.Duplex.Vertical">
  14829.             <summary>Double-sided, vertical printing.</summary>
  14830.         </member>
  14831.         <member name="T:System.Drawing.Printing.InvalidPrinterException">
  14832.             <summary>Represents the exception that is thrown when you try to access a printer using printer settings that are not valid.</summary>
  14833.         </member>
  14834.         <member name="M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)">
  14835.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.InvalidPrinterException"></see> class.</summary>
  14836.             <param name="settings">A <see cref="T:System.Drawing.Printing.PrinterSettings"></see> that specifies the settings for a printer. </param>
  14837.         </member>
  14838.         <member name="M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  14839.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.InvalidPrinterException"></see> class with serialized data.</summary>
  14840.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination. </param>
  14841.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown. </param>
  14842.             <exception cref="T:System.ArgumentNullException">info is null. </exception>
  14843.             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"></see> is 0. </exception>
  14844.         </member>
  14845.         <member name="M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  14846.             <summary>Overridden. Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with information about the exception.</summary>
  14847.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination. </param>
  14848.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown. </param>
  14849.             <exception cref="T:System.ArgumentNullException">info is null. </exception>
  14850.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter" /><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  14851.         </member>
  14852.         <member name="T:System.Drawing.Printing.Margins">
  14853.             <summary>Specifies the dimensions of the margins of a printed page.</summary>
  14854.         </member>
  14855.         <member name="M:System.Drawing.Printing.Margins.#ctor">
  14856.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.Margins"></see> class with 1-inch wide margins.</summary>
  14857.         </member>
  14858.         <member name="M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  14859.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.Margins"></see> class with the specified left, right, top, and bottom margins.</summary>
  14860.             <param name="right">The right margin, in hundredths of an inch. </param>
  14861.             <param name="bottom">The bottom margin, in hundredths of an inch. </param>
  14862.             <param name="left">The left margin, in hundredths of an inch. </param>
  14863.             <param name="top">The top margin, in hundredths of an inch. </param>
  14864.             <exception cref="T:System.ArgumentException">The left parameter value is less than 0.-or- The right parameter value is less than 0.-or- The top parameter value is less than 0.-or- The bottom parameter value is less than 0. </exception>
  14865.         </member>
  14866.         <member name="M:System.Drawing.Printing.Margins.Clone">
  14867.             <summary>Retrieves a duplicate of this object, member by member.</summary>
  14868.             <returns>A duplicate of this object.</returns>
  14869.         </member>
  14870.         <member name="M:System.Drawing.Printing.Margins.Equals(System.Object)">
  14871.             <summary>Compares this <see cref="T:System.Drawing.Printing.Margins"></see> to the specified <see cref="T:System.Object"></see> to determine whether they have the same dimensions.</summary>
  14872.             <returns>true if the specified object is a <see cref="T:System.Drawing.Printing.Margins"></see> and has the same <see cref="P:System.Drawing.Printing.Margins.Top"></see>, <see cref="P:System.Drawing.Printing.Margins.Bottom"></see>, <see cref="P:System.Drawing.Printing.Margins.Right"></see> and <see cref="P:System.Drawing.Printing.Margins.Left"></see> values as this <see cref="T:System.Drawing.Printing.Margins"></see>; otherwise, false.</returns>
  14873.             <param name="obj">The object to which to compare this <see cref="T:System.Drawing.Printing.Margins"></see>. </param>
  14874.         </member>
  14875.         <member name="M:System.Drawing.Printing.Margins.GetHashCode">
  14876.             <summary>Calculates and retrieves a hash code based on the width of the left, right, top, and bottom margins.</summary>
  14877.             <returns>A hash code based on the left, right, top, and bottom margins.</returns>
  14878.         </member>
  14879.         <member name="M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)">
  14880.             <summary>Compares two <see cref="T:System.Drawing.Printing.Margins"></see> to determine if they have the same dimensions.</summary>
  14881.             <returns>true to indicate the <see cref="P:System.Drawing.Printing.Margins.Left"></see>, <see cref="P:System.Drawing.Printing.Margins.Right"></see>, <see cref="P:System.Drawing.Printing.Margins.Top"></see>, and <see cref="P:System.Drawing.Printing.Margins.Bottom"></see> properties of both margins have the same value; otherwise, false.</returns>
  14882.             <param name="m2">The second <see cref="T:System.Drawing.Printing.Margins"></see> to compare for equality.</param>
  14883.             <param name="m1">The first <see cref="T:System.Drawing.Printing.Margins"></see> to compare for equality.</param>
  14884.         </member>
  14885.         <member name="M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)">
  14886.             <summary>Compares two <see cref="T:System.Drawing.Printing.Margins"></see> to determine whether they are of unequal width.</summary>
  14887.             <returns>true to indicate if the <see cref="P:System.Drawing.Printing.Margins.Left"></see>, <see cref="P:System.Drawing.Printing.Margins.Right"></see>, <see cref="P:System.Drawing.Printing.Margins.Top"></see>, or <see cref="P:System.Drawing.Printing.Margins.Bottom"></see> properties of both margins are not equal; otherwise, false.</returns>
  14888.             <param name="m2">The second <see cref="T:System.Drawing.Printing.Margins"></see> to compare for inequality.</param>
  14889.             <param name="m1">The first <see cref="T:System.Drawing.Printing.Margins"></see> to compare for inequality.</param>
  14890.         </member>
  14891.         <member name="M:System.Drawing.Printing.Margins.ToString">
  14892.             <summary>Converts the <see cref="T:System.Drawing.Printing.Margins"></see> to a string.</summary>
  14893.             <returns>A <see cref="T:System.String"></see> representation of the <see cref="T:System.Drawing.Printing.Margins"></see>. </returns>
  14894.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  14895.         </member>
  14896.         <member name="P:System.Drawing.Printing.Margins.Bottom">
  14897.             <summary>Gets or sets the bottom margin, in hundredths of an inch.</summary>
  14898.             <returns>The bottom margin, in hundredths of an inch.</returns>
  14899.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.Margins.Bottom"></see> property is set to a value that is less than 0. </exception>
  14900.         </member>
  14901.         <member name="P:System.Drawing.Printing.Margins.Left">
  14902.             <summary>Gets or sets the left margin width, in hundredths of an inch.</summary>
  14903.             <returns>The left margin width, in hundredths of an inch.</returns>
  14904.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.Margins.Left"></see> property is set to a value that is less than 0. </exception>
  14905.         </member>
  14906.         <member name="P:System.Drawing.Printing.Margins.Right">
  14907.             <summary>Gets or sets the right margin width, in hundredths of an inch.</summary>
  14908.             <returns>The right margin width, in hundredths of an inch.</returns>
  14909.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.Margins.Right"></see> property is set to a value that is less than 0. </exception>
  14910.         </member>
  14911.         <member name="P:System.Drawing.Printing.Margins.Top">
  14912.             <summary>Gets or sets the top margin width, in hundredths of an inch.</summary>
  14913.             <returns>The top margin width, in hundredths of an inch.</returns>
  14914.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.Margins.Top"></see> property is set to a value that is less than 0. </exception>
  14915.         </member>
  14916.         <member name="T:System.Drawing.Printing.MarginsConverter">
  14917.             <summary>Provides a <see cref="T:System.Drawing.Printing.MarginsConverter"></see> for <see cref="T:System.Drawing.Printing.Margins"></see>.</summary>
  14918.         </member>
  14919.         <member name="M:System.Drawing.Printing.MarginsConverter.#ctor">
  14920.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.MarginsConverter"></see> class. </summary>
  14921.         </member>
  14922.         <member name="M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  14923.             <summary>Returns whether this converter can convert an object of the specified source type to the native type of the converter using the specified context.</summary>
  14924.             <returns>true if an object can perform the conversion; otherwise, false.</returns>
  14925.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14926.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type from which you want to convert. </param>
  14927.         </member>
  14928.         <member name="M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  14929.             <summary>Returns whether this converter can convert an object to the given destination type using the context.</summary>
  14930.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  14931.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14932.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type to which you want to convert. </param>
  14933.         </member>
  14934.         <member name="M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  14935.             <summary>Converts the specified object to the converter's native type.</summary>
  14936.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  14937.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that provides the language to convert to. </param>
  14938.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14939.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  14940.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  14941.             <exception cref="T:System.ArgumentException">value does not contain values for all four margins. For example, "100,100,100,100" specifies 1 inch for the left, right, top, and bottom margins. </exception>
  14942.         </member>
  14943.         <member name="M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  14944.             <summary>Converts the given value object to the specified destination type using the specified context and arguments.</summary>
  14945.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  14946.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that provides the language to convert to. </param>
  14947.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14948.             <param name="destinationType">The <see cref="T:System.Type"></see> to which to convert the value. </param>
  14949.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  14950.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  14951.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  14952.         </member>
  14953.         <member name="M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  14954.             <summary>Creates an <see cref="T:System.Object"></see> given a set of property values for the object.</summary>
  14955.             <returns>An <see cref="T:System.Object"></see> representing the specified <see cref="T:System.Collections.IDictionary"></see>, or null if the object cannot be created.</returns>
  14956.             <param name="propertyValues">An <see cref="T:System.Collections.IDictionary"></see> of new property values. </param>
  14957.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14958.             <exception cref="T:System.ArgumentNullException">propertyValues is null.</exception>
  14959.         </member>
  14960.         <member name="M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  14961.             <summary>Returns whether changing a value on this object requires a call to the <see cref="M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> method to create a new value, using the specified context.</summary>
  14962.             <returns>true if changing a property on this object requires a call to <see cref="M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"></see> to create a new value; otherwise, false. This method always returns true.</returns>
  14963.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  14964.         </member>
  14965.         <member name="T:System.Drawing.Printing.PageSettings">
  14966.             <summary>Specifies settings that apply to a single, printed page.</summary>
  14967.         </member>
  14968.         <member name="M:System.Drawing.Printing.PageSettings.#ctor">
  14969.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PageSettings"></see> class using the default printer.</summary>
  14970.         </member>
  14971.         <member name="M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)">
  14972.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PageSettings"></see> class using a specified printer.</summary>
  14973.             <param name="printerSettings">The <see cref="T:System.Drawing.Printing.PrinterSettings"></see> that describes the printer to use. </param>
  14974.         </member>
  14975.         <member name="M:System.Drawing.Printing.PageSettings.Clone">
  14976.             <summary>Creates a copy of this <see cref="T:System.Drawing.Printing.PageSettings"></see>.</summary>
  14977.             <returns>A copy of this object.</returns>
  14978.         </member>
  14979.         <member name="M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)">
  14980.             <summary>Copies the relevant information from the <see cref="T:System.Drawing.Printing.PageSettings"></see> to the specified DEVMODE structure.</summary>
  14981.             <param name="hdevmode">The handle to a Win32 DEVMODE structure. </param>
  14982.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist or there is no default printer installed. </exception>
  14983.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  14984.         </member>
  14985.         <member name="M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)">
  14986.             <summary>Copies relevant information to the <see cref="T:System.Drawing.Printing.PageSettings"></see> from the specified DEVMODE structure.</summary>
  14987.             <param name="hdevmode">The handle to a Win32 DEVMODE structure. </param>
  14988.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist or there is no default printer installed. </exception>
  14989.             <exception cref="T:System.ArgumentException">The printer handle is not valid. </exception>
  14990.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  14991.         </member>
  14992.         <member name="M:System.Drawing.Printing.PageSettings.ToString">
  14993.             <summary>Converts the <see cref="T:System.Drawing.Printing.PageSettings"></see> to string form.</summary>
  14994.             <returns>A string showing the various property settings for the <see cref="T:System.Drawing.Printing.PageSettings"></see>.</returns>
  14995.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  14996.         </member>
  14997.         <member name="P:System.Drawing.Printing.PageSettings.Bounds">
  14998.             <summary>Gets the size of the page, taking into account the page orientation specified by the <see cref="P:System.Drawing.Printing.PageSettings.Landscape"></see> property.</summary>
  14999.             <returns>A <see cref="T:System.Drawing.Rectangle"></see> that represents the length and width, in hundredths of an inch, of the page.</returns>
  15000.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15001.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15002.         </member>
  15003.         <member name="P:System.Drawing.Printing.PageSettings.Color">
  15004.             <summary>Gets or sets a value indicating whether the page should be printed in color.</summary>
  15005.             <returns>true if the page should be printed in color; otherwise, false. The default is determined by the printer.</returns>
  15006.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15007.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15008.         </member>
  15009.         <member name="P:System.Drawing.Printing.PageSettings.HardMarginX">
  15010.             <summary>Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page.</summary>
  15011.             <returns>The x-coordinate, in hundredths of an inch, of the left-hand hard margin.</returns>
  15012.         </member>
  15013.         <member name="P:System.Drawing.Printing.PageSettings.HardMarginY">
  15014.             <summary>Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page.</summary>
  15015.             <returns>The y-coordinate, in hundredths of an inch, of the hard margin at the top of the page.</returns>
  15016.         </member>
  15017.         <member name="P:System.Drawing.Printing.PageSettings.Landscape">
  15018.             <summary>Gets or sets a value indicating whether the page is printed in landscape or portrait orientation.</summary>
  15019.             <returns>true if the page should be printed in landscape orientation; otherwise, false. The default is determined by the printer.</returns>
  15020.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15021.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15022.         </member>
  15023.         <member name="P:System.Drawing.Printing.PageSettings.Margins">
  15024.             <summary>Gets or sets the margins for this page.</summary>
  15025.             <returns>A <see cref="T:System.Drawing.Printing.Margins"></see> that represents the margins, in hundredths of an inch, for the page. The default is 1-inch margins on all sides.</returns>
  15026.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15027.         </member>
  15028.         <member name="P:System.Drawing.Printing.PageSettings.PaperSize">
  15029.             <summary>Gets or sets the paper size for the page.</summary>
  15030.             <returns>A <see cref="T:System.Drawing.Printing.PaperSize"></see> that represents the size of the paper. The default is the printer's default paper size.</returns>
  15031.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist or there is no default printer installed. </exception>
  15032.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15033.         </member>
  15034.         <member name="P:System.Drawing.Printing.PageSettings.PaperSource">
  15035.             <summary>Gets or sets the page's paper source; for example, the printer's upper tray.</summary>
  15036.             <returns>A <see cref="T:System.Drawing.Printing.PaperSource"></see> that specifies the source of the paper. The default is the printer's default paper source.</returns>
  15037.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist or there is no default printer installed. </exception>
  15038.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15039.         </member>
  15040.         <member name="P:System.Drawing.Printing.PageSettings.PrintableArea">
  15041.             <summary>Gets the bounds of the printable area of the page for the printer.</summary>
  15042.             <returns>A <see cref="T:System.Drawing.RectangleF"></see> representing the length and width, in hundredths of an inch, of the area the printer is capable of printing in.</returns>
  15043.         </member>
  15044.         <member name="P:System.Drawing.Printing.PageSettings.PrinterResolution">
  15045.             <summary>Gets or sets the printer resolution for the page.</summary>
  15046.             <returns>A <see cref="T:System.Drawing.Printing.PrinterResolution"></see> that specifies the printer resolution for the page. The default is the printer's default resolution.</returns>
  15047.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist or there is no default printer installed. </exception>
  15048.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15049.         </member>
  15050.         <member name="P:System.Drawing.Printing.PageSettings.PrinterSettings">
  15051.             <summary>Gets or sets the printer settings associated with the page.</summary>
  15052.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings"></see> that represents the printer settings associated with the page.</returns>
  15053.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15054.         </member>
  15055.         <member name="T:System.Drawing.Printing.PaperKind">
  15056.             <summary>Specifies the standard paper sizes.</summary>
  15057.         </member>
  15058.         <member name="F:System.Drawing.Printing.PaperKind.A2">
  15059.             <summary>A2 paper (420 mm by 594 mm).</summary>
  15060.         </member>
  15061.         <member name="F:System.Drawing.Printing.PaperKind.A3">
  15062.             <summary>A3 paper (297 mm by 420 mm).</summary>
  15063.         </member>
  15064.         <member name="F:System.Drawing.Printing.PaperKind.A3Extra">
  15065.             <summary>A3 extra paper (322 mm by 445 mm).</summary>
  15066.         </member>
  15067.         <member name="F:System.Drawing.Printing.PaperKind.A3ExtraTransverse">
  15068.             <summary>A3 extra transverse paper (322 mm by 445 mm).</summary>
  15069.         </member>
  15070.         <member name="F:System.Drawing.Printing.PaperKind.A3Rotated">
  15071.             <summary>A3 rotated paper (420 mm by 297 mm).</summary>
  15072.         </member>
  15073.         <member name="F:System.Drawing.Printing.PaperKind.A3Transverse">
  15074.             <summary>A3 transverse paper (297 mm by 420 mm).</summary>
  15075.         </member>
  15076.         <member name="F:System.Drawing.Printing.PaperKind.A4">
  15077.             <summary>A4 paper (210 mm by 297 mm).</summary>
  15078.         </member>
  15079.         <member name="F:System.Drawing.Printing.PaperKind.A4Extra">
  15080.             <summary>A4 extra paper (236 mm by 322 mm). This value is specific to the PostScript driver and is used only by Linotronic printers to help save paper.</summary>
  15081.         </member>
  15082.         <member name="F:System.Drawing.Printing.PaperKind.A4Plus">
  15083.             <summary>A4 plus paper (210 mm by 330 mm).</summary>
  15084.         </member>
  15085.         <member name="F:System.Drawing.Printing.PaperKind.A4Rotated">
  15086.             <summary>A4 rotated paper (297 mm by 210 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15087.         </member>
  15088.         <member name="F:System.Drawing.Printing.PaperKind.A4Small">
  15089.             <summary>A4 small paper (210 mm by 297 mm).</summary>
  15090.         </member>
  15091.         <member name="F:System.Drawing.Printing.PaperKind.A4Transverse">
  15092.             <summary>A4 transverse paper (210 mm by 297 mm).</summary>
  15093.         </member>
  15094.         <member name="F:System.Drawing.Printing.PaperKind.A5">
  15095.             <summary>A5 paper (148 mm by 210 mm).</summary>
  15096.         </member>
  15097.         <member name="F:System.Drawing.Printing.PaperKind.A5Extra">
  15098.             <summary>A5 extra paper (174 mm by 235 mm).</summary>
  15099.         </member>
  15100.         <member name="F:System.Drawing.Printing.PaperKind.A5Rotated">
  15101.             <summary>A5 rotated paper (210 mm by 148 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15102.         </member>
  15103.         <member name="F:System.Drawing.Printing.PaperKind.A5Transverse">
  15104.             <summary>A5 transverse paper (148 mm by 210 mm).</summary>
  15105.         </member>
  15106.         <member name="F:System.Drawing.Printing.PaperKind.A6">
  15107.             <summary>A6 paper (105 mm by 148 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15108.         </member>
  15109.         <member name="F:System.Drawing.Printing.PaperKind.A6Rotated">
  15110.             <summary>A6 rotated paper (148 mm by 105 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15111.         </member>
  15112.         <member name="F:System.Drawing.Printing.PaperKind.APlus">
  15113.             <summary>SuperA/SuperA/A4 paper (227 mm by 356 mm).</summary>
  15114.         </member>
  15115.         <member name="F:System.Drawing.Printing.PaperKind.B4">
  15116.             <summary>B4 paper (250 mm by 353 mm).</summary>
  15117.         </member>
  15118.         <member name="F:System.Drawing.Printing.PaperKind.B4Envelope">
  15119.             <summary>B4 envelope (250 mm by 353 mm).</summary>
  15120.         </member>
  15121.         <member name="F:System.Drawing.Printing.PaperKind.B4JisRotated">
  15122.             <summary>JIS B4 rotated paper (364 mm by 257 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15123.         </member>
  15124.         <member name="F:System.Drawing.Printing.PaperKind.B5">
  15125.             <summary>B5 paper (176 mm by 250 mm).</summary>
  15126.         </member>
  15127.         <member name="F:System.Drawing.Printing.PaperKind.B5Envelope">
  15128.             <summary>B5 envelope (176 mm by 250 mm).</summary>
  15129.         </member>
  15130.         <member name="F:System.Drawing.Printing.PaperKind.B5Extra">
  15131.             <summary>ISO B5 extra paper (201 mm by 276 mm).</summary>
  15132.         </member>
  15133.         <member name="F:System.Drawing.Printing.PaperKind.B5JisRotated">
  15134.             <summary>JIS B5 rotated paper (257 mm by 182 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15135.         </member>
  15136.         <member name="F:System.Drawing.Printing.PaperKind.B5Transverse">
  15137.             <summary>JIS B5 transverse paper (182 mm by 257 mm).</summary>
  15138.         </member>
  15139.         <member name="F:System.Drawing.Printing.PaperKind.B6Envelope">
  15140.             <summary>B6 envelope (176 mm by 125 mm).</summary>
  15141.         </member>
  15142.         <member name="F:System.Drawing.Printing.PaperKind.B6Jis">
  15143.             <summary>JIS B6 paper (128 mm by 182 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15144.         </member>
  15145.         <member name="F:System.Drawing.Printing.PaperKind.B6JisRotated">
  15146.             <summary>JIS B6 rotated paper (182 mm by 128 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15147.         </member>
  15148.         <member name="F:System.Drawing.Printing.PaperKind.BPlus">
  15149.             <summary>SuperB/SuperB/A3 paper (305 mm by 487 mm).</summary>
  15150.         </member>
  15151.         <member name="F:System.Drawing.Printing.PaperKind.C3Envelope">
  15152.             <summary>C3 envelope (324 mm by 458 mm).</summary>
  15153.         </member>
  15154.         <member name="F:System.Drawing.Printing.PaperKind.C4Envelope">
  15155.             <summary>C4 envelope (229 mm by 324 mm).</summary>
  15156.         </member>
  15157.         <member name="F:System.Drawing.Printing.PaperKind.C5Envelope">
  15158.             <summary>C5 envelope (162 mm by 229 mm).</summary>
  15159.         </member>
  15160.         <member name="F:System.Drawing.Printing.PaperKind.C65Envelope">
  15161.             <summary>C65 envelope (114 mm by 229 mm).</summary>
  15162.         </member>
  15163.         <member name="F:System.Drawing.Printing.PaperKind.C6Envelope">
  15164.             <summary>C6 envelope (114 mm by 162 mm).</summary>
  15165.         </member>
  15166.         <member name="F:System.Drawing.Printing.PaperKind.CSheet">
  15167.             <summary>C paper (17 in. by 22 in.).</summary>
  15168.         </member>
  15169.         <member name="F:System.Drawing.Printing.PaperKind.Custom">
  15170.             <summary>The paper size is defined by the user.</summary>
  15171.         </member>
  15172.         <member name="F:System.Drawing.Printing.PaperKind.DLEnvelope">
  15173.             <summary>DL envelope (110 mm by 220 mm).</summary>
  15174.         </member>
  15175.         <member name="F:System.Drawing.Printing.PaperKind.DSheet">
  15176.             <summary>D paper (22 in. by 34 in.).</summary>
  15177.         </member>
  15178.         <member name="F:System.Drawing.Printing.PaperKind.ESheet">
  15179.             <summary>E paper (34 in. by 44 in.).</summary>
  15180.         </member>
  15181.         <member name="F:System.Drawing.Printing.PaperKind.Executive">
  15182.             <summary>Executive paper (7.25 in. by 10.5 in.).</summary>
  15183.         </member>
  15184.         <member name="F:System.Drawing.Printing.PaperKind.Folio">
  15185.             <summary>Folio paper (8.5 in. by 13 in.).</summary>
  15186.         </member>
  15187.         <member name="F:System.Drawing.Printing.PaperKind.GermanLegalFanfold">
  15188.             <summary>German legal fanfold (8.5 in. by 13 in.).</summary>
  15189.         </member>
  15190.         <member name="F:System.Drawing.Printing.PaperKind.GermanStandardFanfold">
  15191.             <summary>German standard fanfold (8.5 in. by 12 in.).</summary>
  15192.         </member>
  15193.         <member name="F:System.Drawing.Printing.PaperKind.InviteEnvelope">
  15194.             <summary>Invitation envelope (220 mm by 220 mm).</summary>
  15195.         </member>
  15196.         <member name="F:System.Drawing.Printing.PaperKind.IsoB4">
  15197.             <summary>ISO B4 (250 mm by 353 mm).</summary>
  15198.         </member>
  15199.         <member name="F:System.Drawing.Printing.PaperKind.ItalyEnvelope">
  15200.             <summary>Italy envelope (110 mm by 230 mm).</summary>
  15201.         </member>
  15202.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard">
  15203.             <summary>Japanese double postcard (200 mm by 148 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15204.         </member>
  15205.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated">
  15206.             <summary>Japanese rotated double postcard (148 mm by 200 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15207.         </member>
  15208.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3">
  15209.             <summary>Japanese Chou #3 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15210.         </member>
  15211.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated">
  15212.             <summary>Japanese rotated Chou #3 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15213.         </member>
  15214.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4">
  15215.             <summary>Japanese Chou #4 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15216.         </member>
  15217.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated">
  15218.             <summary>Japanese rotated Chou #4 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15219.         </member>
  15220.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2">
  15221.             <summary>Japanese Kaku #2 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15222.         </member>
  15223.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated">
  15224.             <summary>Japanese rotated Kaku #2 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15225.         </member>
  15226.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3">
  15227.             <summary>Japanese Kaku #3 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15228.         </member>
  15229.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated">
  15230.             <summary>Japanese rotated Kaku #3 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15231.         </member>
  15232.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4">
  15233.             <summary>Japanese You #4 envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15234.         </member>
  15235.         <member name="F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated">
  15236.             <summary>Japanese You #4 rotated envelope. Requires Windows 98, Windows NT 4.0, or later.</summary>
  15237.         </member>
  15238.         <member name="F:System.Drawing.Printing.PaperKind.JapanesePostcard">
  15239.             <summary>Japanese postcard (100 mm by 148 mm).</summary>
  15240.         </member>
  15241.         <member name="F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated">
  15242.             <summary>Japanese rotated postcard (148 mm by 100 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15243.         </member>
  15244.         <member name="F:System.Drawing.Printing.PaperKind.Ledger">
  15245.             <summary>Ledger paper (17 in. by 11 in.).</summary>
  15246.         </member>
  15247.         <member name="F:System.Drawing.Printing.PaperKind.Legal">
  15248.             <summary>Legal paper (8.5 in. by 14 in.).</summary>
  15249.         </member>
  15250.         <member name="F:System.Drawing.Printing.PaperKind.LegalExtra">
  15251.             <summary>Legal extra paper (9.275 in. by 15 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper.</summary>
  15252.         </member>
  15253.         <member name="F:System.Drawing.Printing.PaperKind.Letter">
  15254.             <summary>Letter paper (8.5 in. by 11 in.).</summary>
  15255.         </member>
  15256.         <member name="F:System.Drawing.Printing.PaperKind.LetterExtra">
  15257.             <summary>Letter extra paper (9.275 in. by 12 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper.</summary>
  15258.         </member>
  15259.         <member name="F:System.Drawing.Printing.PaperKind.LetterExtraTransverse">
  15260.             <summary>Letter extra transverse paper (9.275 in. by 12 in.).</summary>
  15261.         </member>
  15262.         <member name="F:System.Drawing.Printing.PaperKind.LetterPlus">
  15263.             <summary>Letter plus paper (8.5 in. by 12.69 in.).</summary>
  15264.         </member>
  15265.         <member name="F:System.Drawing.Printing.PaperKind.LetterRotated">
  15266.             <summary>Letter rotated paper (11 in. by 8.5 in.).</summary>
  15267.         </member>
  15268.         <member name="F:System.Drawing.Printing.PaperKind.LetterSmall">
  15269.             <summary>Letter small paper (8.5 in. by 11 in.).</summary>
  15270.         </member>
  15271.         <member name="F:System.Drawing.Printing.PaperKind.LetterTransverse">
  15272.             <summary>Letter transverse paper (8.275 in. by 11 in.).</summary>
  15273.         </member>
  15274.         <member name="F:System.Drawing.Printing.PaperKind.MonarchEnvelope">
  15275.             <summary>Monarch envelope (3.875 in. by 7.5 in.).</summary>
  15276.         </member>
  15277.         <member name="F:System.Drawing.Printing.PaperKind.Note">
  15278.             <summary>Note paper (8.5 in. by 11 in.).</summary>
  15279.         </member>
  15280.         <member name="F:System.Drawing.Printing.PaperKind.Number10Envelope">
  15281.             <summary>#10 envelope (4.125 in. by 9.5 in.).</summary>
  15282.         </member>
  15283.         <member name="F:System.Drawing.Printing.PaperKind.Number11Envelope">
  15284.             <summary>#11 envelope (4.5 in. by 10.375 in.).</summary>
  15285.         </member>
  15286.         <member name="F:System.Drawing.Printing.PaperKind.Number12Envelope">
  15287.             <summary>#12 envelope (4.75 in. by 11 in.).</summary>
  15288.         </member>
  15289.         <member name="F:System.Drawing.Printing.PaperKind.Number14Envelope">
  15290.             <summary>#14 envelope (5 in. by 11.5 in.).</summary>
  15291.         </member>
  15292.         <member name="F:System.Drawing.Printing.PaperKind.Number9Envelope">
  15293.             <summary>#9 envelope (3.875 in. by 8.875 in.).</summary>
  15294.         </member>
  15295.         <member name="F:System.Drawing.Printing.PaperKind.PersonalEnvelope">
  15296.             <summary>6 3/4 envelope (3.625 in. by 6.5 in.).</summary>
  15297.         </member>
  15298.         <member name="F:System.Drawing.Printing.PaperKind.Prc16K">
  15299.             <summary>People's Republic of China 16K paper (146 mm by 215 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15300.         </member>
  15301.         <member name="F:System.Drawing.Printing.PaperKind.Prc16KRotated">
  15302.             <summary>People's Republic of China 16K rotated paper (146 mm by 215 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15303.         </member>
  15304.         <member name="F:System.Drawing.Printing.PaperKind.Prc32K">
  15305.             <summary>People's Republic of China 32K paper (97 mm by 151 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15306.         </member>
  15307.         <member name="F:System.Drawing.Printing.PaperKind.Prc32KBig">
  15308.             <summary>People's Republic of China 32K big paper (97 mm by 151 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15309.         </member>
  15310.         <member name="F:System.Drawing.Printing.PaperKind.Prc32KBigRotated">
  15311.             <summary>People's Republic of China 32K big rotated paper (97 mm by 151 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15312.         </member>
  15313.         <member name="F:System.Drawing.Printing.PaperKind.Prc32KRotated">
  15314.             <summary>People's Republic of China 32K rotated paper (97 mm by 151 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15315.         </member>
  15316.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1">
  15317.             <summary>People's Republic of China #1 envelope (102 mm by 165 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15318.         </member>
  15319.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10">
  15320.             <summary>People's Republic of China #10 envelope (324 mm by 458 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15321.         </member>
  15322.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated">
  15323.             <summary>People's Republic of China #10 rotated envelope (458 mm by 324 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15324.         </member>
  15325.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated">
  15326.             <summary>People's Republic of China #1 rotated envelope (165 mm by 102 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15327.         </member>
  15328.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2">
  15329.             <summary>People's Republic of China #2 envelope (102 mm by 176 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15330.         </member>
  15331.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated">
  15332.             <summary>People's Republic of China #2 rotated envelope (176 mm by 102 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15333.         </member>
  15334.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3">
  15335.             <summary>People's Republic of China #3 envelope (125 mm by 176 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15336.         </member>
  15337.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated">
  15338.             <summary>People's Republic of China #3 rotated envelope (176 mm by 125 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15339.         </member>
  15340.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4">
  15341.             <summary>People's Republic of China #4 envelope (110 mm by 208 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15342.         </member>
  15343.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated">
  15344.             <summary>People's Republic of China #4 rotated envelope (208 mm by 110 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15345.         </member>
  15346.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5">
  15347.             <summary>People's Republic of China #5 envelope (110 mm by 220 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15348.         </member>
  15349.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated">
  15350.             <summary>People's Republic of China Envelope #5 rotated envelope (220 mm by 110 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15351.         </member>
  15352.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6">
  15353.             <summary>People's Republic of China #6 envelope (120 mm by 230 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15354.         </member>
  15355.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated">
  15356.             <summary>People's Republic of China #6 rotated envelope (230 mm by 120 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15357.         </member>
  15358.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7">
  15359.             <summary>People's Republic of China #7 envelope (160 mm by 230 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15360.         </member>
  15361.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated">
  15362.             <summary>People's Republic of China #7 rotated envelope (230 mm by 160 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15363.         </member>
  15364.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8">
  15365.             <summary>People's Republic of China #8 envelope (120 mm by 309 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15366.         </member>
  15367.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated">
  15368.             <summary>People's Republic of China #8 rotated envelope (309 mm by 120 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15369.         </member>
  15370.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9">
  15371.             <summary>People's Republic of China #9 envelope (229 mm by 324 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15372.         </member>
  15373.         <member name="F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated">
  15374.             <summary>People's Republic of China #9 rotated envelope (324 mm by 229 mm). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15375.         </member>
  15376.         <member name="F:System.Drawing.Printing.PaperKind.Quarto">
  15377.             <summary>Quarto paper (215 mm by 275 mm).</summary>
  15378.         </member>
  15379.         <member name="F:System.Drawing.Printing.PaperKind.Standard10x11">
  15380.             <summary>Standard paper (10 in. by 11 in.).</summary>
  15381.         </member>
  15382.         <member name="F:System.Drawing.Printing.PaperKind.Standard10x14">
  15383.             <summary>Standard paper (10 in. by 14 in.).</summary>
  15384.         </member>
  15385.         <member name="F:System.Drawing.Printing.PaperKind.Standard11x17">
  15386.             <summary>Standard paper (11 in. by 17 in.).</summary>
  15387.         </member>
  15388.         <member name="F:System.Drawing.Printing.PaperKind.Standard12x11">
  15389.             <summary>Standard paper (12 in. by 11 in.). Requires Windows 98, Windows NT 4.0, or later.</summary>
  15390.         </member>
  15391.         <member name="F:System.Drawing.Printing.PaperKind.Standard15x11">
  15392.             <summary>Standard paper (15 in. by 11 in.).</summary>
  15393.         </member>
  15394.         <member name="F:System.Drawing.Printing.PaperKind.Standard9x11">
  15395.             <summary>Standard paper (9 in. by 11 in.).</summary>
  15396.         </member>
  15397.         <member name="F:System.Drawing.Printing.PaperKind.Statement">
  15398.             <summary>Statement paper (5.5 in. by 8.5 in.).</summary>
  15399.         </member>
  15400.         <member name="F:System.Drawing.Printing.PaperKind.Tabloid">
  15401.             <summary>Tabloid paper (11 in. by 17 in.).</summary>
  15402.         </member>
  15403.         <member name="F:System.Drawing.Printing.PaperKind.TabloidExtra">
  15404.             <summary>Tabloid extra paper (11.69 in. by 18 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper.</summary>
  15405.         </member>
  15406.         <member name="F:System.Drawing.Printing.PaperKind.USStandardFanfold">
  15407.             <summary>US standard fanfold (14.875 in. by 11 in.).</summary>
  15408.         </member>
  15409.         <member name="T:System.Drawing.Printing.PaperSize">
  15410.             <summary>Specifies the size of a piece of paper.</summary>
  15411.         </member>
  15412.         <member name="M:System.Drawing.Printing.PaperSize.#ctor">
  15413.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PaperSize"></see> class.</summary>
  15414.         </member>
  15415.         <member name="M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)">
  15416.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PaperSize"></see> class.</summary>
  15417.             <param name="width">The width of the paper, in hundredths of an inch. </param>
  15418.             <param name="name">The name of the paper. </param>
  15419.             <param name="height">The height of the paper, in hundredths of an inch. </param>
  15420.         </member>
  15421.         <member name="M:System.Drawing.Printing.PaperSize.ToString">
  15422.             <summary>Provides information about the <see cref="T:System.Drawing.Printing.PaperSize"></see> in string form.</summary>
  15423.             <returns>A string.</returns>
  15424.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15425.         </member>
  15426.         <member name="P:System.Drawing.Printing.PaperSize.Height">
  15427.             <summary>Gets or sets the height of the paper, in hundredths of an inch.</summary>
  15428.             <returns>The height of the paper, in hundredths of an inch.</returns>
  15429.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.PaperSize.Kind"></see> property is not set to <see cref="F:System.Drawing.Printing.PaperKind.Custom"></see>. </exception>
  15430.         </member>
  15431.         <member name="P:System.Drawing.Printing.PaperSize.Kind">
  15432.             <summary>Gets the type of paper.</summary>
  15433.             <returns>One of the <see cref="T:System.Drawing.Printing.PaperKind"></see> values.</returns>
  15434.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.PaperSize.Kind"></see> property is not set to <see cref="F:System.Drawing.Printing.PaperKind.Custom"></see>. </exception>
  15435.         </member>
  15436.         <member name="P:System.Drawing.Printing.PaperSize.PaperName">
  15437.             <summary>Gets or sets the name of the type of paper.</summary>
  15438.             <returns>The name of the type of paper.</returns>
  15439.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.PaperSize.Kind"></see> property is not set to <see cref="F:System.Drawing.Printing.PaperKind.Custom"></see>. </exception>
  15440.         </member>
  15441.         <member name="P:System.Drawing.Printing.PaperSize.RawKind">
  15442.             <summary>Gets or sets an integer representing one of the <see cref="T:System.Drawing.Printing.PaperSize"></see> values or a custom value.</summary>
  15443.             <returns>An integer representing one of the <see cref="T:System.Drawing.Printing.PaperSize"></see> values, or a custom value.</returns>
  15444.         </member>
  15445.         <member name="P:System.Drawing.Printing.PaperSize.Width">
  15446.             <summary>Gets or sets the width of the paper, in hundredths of an inch.</summary>
  15447.             <returns>The width of the paper, in hundredths of an inch.</returns>
  15448.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.PaperSize.Kind"></see> property is not set to <see cref="F:System.Drawing.Printing.PaperKind.Custom"></see>. </exception>
  15449.         </member>
  15450.         <member name="T:System.Drawing.Printing.PaperSource">
  15451.             <summary>Specifies the paper tray from which the printer gets paper.</summary>
  15452.         </member>
  15453.         <member name="M:System.Drawing.Printing.PaperSource.#ctor">
  15454.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PaperSource"></see> class. </summary>
  15455.         </member>
  15456.         <member name="M:System.Drawing.Printing.PaperSource.ToString">
  15457.             <summary>Provides information about the <see cref="T:System.Drawing.Printing.PaperSource"></see> in string form.</summary>
  15458.             <returns>A string.</returns>
  15459.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15460.         </member>
  15461.         <member name="P:System.Drawing.Printing.PaperSource.Kind">
  15462.             <summary>Gets the paper source.</summary>
  15463.             <returns>One of the <see cref="T:System.Drawing.Printing.PaperSourceKind"></see> values.</returns>
  15464.         </member>
  15465.         <member name="P:System.Drawing.Printing.PaperSource.RawKind">
  15466.             <summary>Gets or sets the integer representing one of the <see cref="T:System.Drawing.Printing.PaperSourceKind"></see> values or a custom value.</summary>
  15467.             <returns>The integer value representing one of the <see cref="T:System.Drawing.Printing.PaperSourceKind"></see> values or a custom value. </returns>
  15468.         </member>
  15469.         <member name="P:System.Drawing.Printing.PaperSource.SourceName">
  15470.             <summary>Gets or sets the name of the paper source.</summary>
  15471.             <returns>The name of the paper source.</returns>
  15472.         </member>
  15473.         <member name="T:System.Drawing.Printing.PaperSourceKind">
  15474.             <summary>Standard paper sources.</summary>
  15475.         </member>
  15476.         <member name="F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed">
  15477.             <summary>Automatically fed paper.</summary>
  15478.         </member>
  15479.         <member name="F:System.Drawing.Printing.PaperSourceKind.Cassette">
  15480.             <summary>A paper cassette.</summary>
  15481.         </member>
  15482.         <member name="F:System.Drawing.Printing.PaperSourceKind.Custom">
  15483.             <summary>A printer-specific paper source.</summary>
  15484.         </member>
  15485.         <member name="F:System.Drawing.Printing.PaperSourceKind.Envelope">
  15486.             <summary>An envelope.</summary>
  15487.         </member>
  15488.         <member name="F:System.Drawing.Printing.PaperSourceKind.FormSource">
  15489.             <summary>The printer's default input bin.</summary>
  15490.         </member>
  15491.         <member name="F:System.Drawing.Printing.PaperSourceKind.LargeCapacity">
  15492.             <summary>The printer's large-capacity bin.</summary>
  15493.         </member>
  15494.         <member name="F:System.Drawing.Printing.PaperSourceKind.LargeFormat">
  15495.             <summary>Large-format paper.</summary>
  15496.         </member>
  15497.         <member name="F:System.Drawing.Printing.PaperSourceKind.Lower">
  15498.             <summary>The lower bin of a printer.</summary>
  15499.         </member>
  15500.         <member name="F:System.Drawing.Printing.PaperSourceKind.Manual">
  15501.             <summary>Manually fed paper.</summary>
  15502.         </member>
  15503.         <member name="F:System.Drawing.Printing.PaperSourceKind.ManualFeed">
  15504.             <summary>Manually fed envelope.</summary>
  15505.         </member>
  15506.         <member name="F:System.Drawing.Printing.PaperSourceKind.Middle">
  15507.             <summary>The middle bin of a printer.</summary>
  15508.         </member>
  15509.         <member name="F:System.Drawing.Printing.PaperSourceKind.SmallFormat">
  15510.             <summary>Small-format paper.</summary>
  15511.         </member>
  15512.         <member name="F:System.Drawing.Printing.PaperSourceKind.TractorFeed">
  15513.             <summary>A tractor feed.</summary>
  15514.         </member>
  15515.         <member name="F:System.Drawing.Printing.PaperSourceKind.Upper">
  15516.             <summary>The upper bin of a printer (or the default bin, if the printer only has one bin).</summary>
  15517.         </member>
  15518.         <member name="T:System.Drawing.Printing.PreviewPageInfo">
  15519.             <summary>Specifies print preview information for a single page. This class cannot be inherited.</summary>
  15520.         </member>
  15521.         <member name="M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)">
  15522.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PreviewPageInfo"></see> class.</summary>
  15523.             <param name="physicalSize">The size of the printed page, in hundredths of an inch. </param>
  15524.             <param name="image">The image of the printed page. </param>
  15525.         </member>
  15526.         <member name="P:System.Drawing.Printing.PreviewPageInfo.Image">
  15527.             <summary>Gets the image of the printed page.</summary>
  15528.             <returns>An <see cref="T:System.Drawing.Image"></see> representing the printed page.</returns>
  15529.         </member>
  15530.         <member name="P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize">
  15531.             <summary>Gets the size of the printed page, in hundredths of an inch.</summary>
  15532.             <returns>A <see cref="T:System.Drawing.Size"></see> that specifies the size of the printed page, in hundredths of an inch.</returns>
  15533.         </member>
  15534.         <member name="T:System.Drawing.Printing.PreviewPrintController">
  15535.             <summary>Specifies a print controller that displays a document on a screen as a series of images.</summary>
  15536.         </member>
  15537.         <member name="M:System.Drawing.Printing.PreviewPrintController.#ctor">
  15538.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PreviewPrintController"></see> class.</summary>
  15539.         </member>
  15540.         <member name="M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo">
  15541.             <summary>Captures the pages of a document as a series of images.</summary>
  15542.             <returns>An array of type <see cref="T:System.Drawing.Printing.PreviewPageInfo"></see> that contains the pages of a <see cref="T:System.Drawing.Printing.PrintDocument"></see> as a series of images.</returns>
  15543.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15544.         </member>
  15545.         <member name="M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  15546.             <summary>Completes the control sequence that determines when and how to preview a page in a print document.</summary>
  15547.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains data about how to preview a page in the print document. </param>
  15548.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being previewed. </param>
  15549.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15550.         </member>
  15551.         <member name="M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  15552.             <summary>Completes the control sequence that determines when and how to preview a print document.</summary>
  15553.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains data about how to preview the print document. </param>
  15554.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being previewed. </param>
  15555.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15556.         </member>
  15557.         <member name="M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  15558.             <summary>Begins the control sequence that determines when and how to preview a page in a print document.</summary>
  15559.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that represents a page from a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</returns>
  15560.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains data about how to preview a page in the print document. Initially, the <see cref="P:System.Drawing.Printing.PrintPageEventArgs.Graphics"></see> property of this parameter will be null. The value returned from this method will be used to set this property. </param>
  15561.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being previewed. </param>
  15562.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15563.         </member>
  15564.         <member name="M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  15565.             <summary>Begins the control sequence that determines when and how to preview a print document.</summary>
  15566.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains data about how to print the document. </param>
  15567.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being previewed. </param>
  15568.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15569.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15570.         </member>
  15571.         <member name="P:System.Drawing.Printing.PreviewPrintController.IsPreview">
  15572.             <summary>Gets a value indicating whether this controller is used for print preview. </summary>
  15573.             <returns>true in all cases.</returns>
  15574.         </member>
  15575.         <member name="P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias">
  15576.             <summary>Gets or sets a value indicating whether to use anti-aliasing when displaying the print preview.</summary>
  15577.             <returns>true if the print preview uses anti-aliasing; otherwise, false. The default is false.</returns>
  15578.         </member>
  15579.         <member name="T:System.Drawing.Printing.PrintAction">
  15580.             <summary>Specifies the type of print operation occurring.</summary>
  15581.         </member>
  15582.         <member name="F:System.Drawing.Printing.PrintAction.PrintToFile">
  15583.             <summary>The print operation is printing to a file.</summary>
  15584.         </member>
  15585.         <member name="F:System.Drawing.Printing.PrintAction.PrintToPreview">
  15586.             <summary>The print operation is a print preview.</summary>
  15587.         </member>
  15588.         <member name="F:System.Drawing.Printing.PrintAction.PrintToPrinter">
  15589.             <summary>The print operation is printing to a printer.</summary>
  15590.         </member>
  15591.         <member name="T:System.Drawing.Printing.PrintController">
  15592.             <summary>Controls how a document is printed.</summary>
  15593.         </member>
  15594.         <member name="M:System.Drawing.Printing.PrintController.#ctor">
  15595.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintController"></see> class.</summary>
  15596.         </member>
  15597.         <member name="M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  15598.             <summary>When overridden in a derived class, completes the control sequence that determines when and how to print a page of a document.</summary>
  15599.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains the event data. </param>
  15600.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document currently being printed. </param>
  15601.         </member>
  15602.         <member name="M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  15603.             <summary>When overridden in a derived class, completes the control sequence that determines when and how to print a document.</summary>
  15604.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains the event data. </param>
  15605.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document currently being printed. </param>
  15606.         </member>
  15607.         <member name="M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  15608.             <summary>When overridden in a derived class, begins the control sequence that determines when and how to print a page of a document.</summary>
  15609.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that represents a page from a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</returns>
  15610.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains the event data. </param>
  15611.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document currently being printed. </param>
  15612.         </member>
  15613.         <member name="M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  15614.             <summary>When overridden in a derived class, begins the control sequence that determines when and how to print a document.</summary>
  15615.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains the event data. </param>
  15616.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document currently being printed. </param>
  15617.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15618.         </member>
  15619.         <member name="P:System.Drawing.Printing.PrintController.IsPreview">
  15620.             <summary>Gets a value indicating whether the <see cref="T:System.Drawing.Printing.PrintController"></see> is used for print preview.</summary>
  15621.             <returns>false in all cases.</returns>
  15622.         </member>
  15623.         <member name="T:System.Drawing.Printing.PrintDocument">
  15624.             <summary>Defines a reusable object that sends output to a printer.</summary>
  15625.         </member>
  15626.         <member name="M:System.Drawing.Printing.PrintDocument.#ctor">
  15627.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintDocument"></see> class.</summary>
  15628.         </member>
  15629.         <member name="E:System.Drawing.Printing.PrintDocument.BeginPrint">
  15630.             <summary>Occurs when the <see cref="M:System.Drawing.Printing.PrintDocument.Print"></see> method is called and before the first page of the document prints.</summary>
  15631.         </member>
  15632.         <member name="E:System.Drawing.Printing.PrintDocument.EndPrint">
  15633.             <summary>Occurs when the last page of the document has printed.</summary>
  15634.         </member>
  15635.         <member name="E:System.Drawing.Printing.PrintDocument.PrintPage">
  15636.             <summary>Occurs when the output to print for the current page is needed.</summary>
  15637.         </member>
  15638.         <member name="E:System.Drawing.Printing.PrintDocument.QueryPageSettings">
  15639.             <summary>Occurs immediately before each <see cref="E:System.Drawing.Printing.PrintDocument.PrintPage"></see> event.</summary>
  15640.         </member>
  15641.         <member name="M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)">
  15642.             <summary>Raises the <see cref="E:System.Drawing.Printing.PrintDocument.BeginPrint"></see> event. It is called after the <see cref="M:System.Drawing.Printing.PrintDocument.Print"></see> method is called and before the first page of the document prints.</summary>
  15643.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains the event data. </param>
  15644.         </member>
  15645.         <member name="M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)">
  15646.             <summary>Raises the <see cref="E:System.Drawing.Printing.PrintDocument.EndPrint"></see> event. It is called when the last page of the document has printed.</summary>
  15647.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains the event data. </param>
  15648.         </member>
  15649.         <member name="M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)">
  15650.             <summary>Raises the <see cref="E:System.Drawing.Printing.PrintDocument.PrintPage"></see> event. It is called before a page prints.</summary>
  15651.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains the event data. </param>
  15652.         </member>
  15653.         <member name="M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)">
  15654.             <summary>Raises the <see cref="E:System.Drawing.Printing.PrintDocument.QueryPageSettings"></see> event. It is called immediately before each <see cref="E:System.Drawing.Printing.PrintDocument.PrintPage"></see> event.</summary>
  15655.             <param name="e">A <see cref="T:System.Drawing.Printing.QueryPageSettingsEventArgs"></see> that contains the event data. </param>
  15656.         </member>
  15657.         <member name="M:System.Drawing.Printing.PrintDocument.Print">
  15658.             <summary>Starts the document's printing process.</summary>
  15659.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15660.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15661.         </member>
  15662.         <member name="M:System.Drawing.Printing.PrintDocument.ToString">
  15663.             <summary>Provides information about the print document, in string form.</summary>
  15664.             <returns>A string.</returns>
  15665.         </member>
  15666.         <member name="P:System.Drawing.Printing.PrintDocument.DefaultPageSettings">
  15667.             <summary>Gets or sets page settings that are used as defaults for all pages to be printed.</summary>
  15668.             <returns>A <see cref="T:System.Drawing.Printing.PageSettings"></see> that specifies the default page settings for the document.</returns>
  15669.         </member>
  15670.         <member name="P:System.Drawing.Printing.PrintDocument.DocumentName">
  15671.             <summary>Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.</summary>
  15672.             <returns>The document name to display while printing the document. The default is "document".</returns>
  15673.         </member>
  15674.         <member name="P:System.Drawing.Printing.PrintDocument.OriginAtMargins">
  15675.             <summary>Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.</summary>
  15676.             <returns>true if the graphics origin starts at the page margins; false if the graphics origin is at the top-left corner of the printable page. The default is false.</returns>
  15677.         </member>
  15678.         <member name="P:System.Drawing.Printing.PrintDocument.PrintController">
  15679.             <summary>Gets or sets the print controller that guides the printing process.</summary>
  15680.             <returns>The <see cref="T:System.Drawing.Printing.PrintController"></see> that guides the printing process. The default is a new instance of the <see cref="T:System.Windows.Forms.PrintControllerWithStatusDialog"></see> class.</returns>
  15681.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15682.         </member>
  15683.         <member name="P:System.Drawing.Printing.PrintDocument.PrinterSettings">
  15684.             <summary>Gets or sets the printer that prints the document.</summary>
  15685.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings"></see> that specifies where and how the document is printed. The default is a <see cref="T:System.Drawing.Printing.PrinterSettings"></see> with its properties set to their default values.</returns>
  15686.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15687.         </member>
  15688.         <member name="T:System.Drawing.Printing.PrinterResolution">
  15689.             <summary>Represents the resolution supported by a printer.</summary>
  15690.         </member>
  15691.         <member name="M:System.Drawing.Printing.PrinterResolution.#ctor">
  15692.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterResolution"></see> class. </summary>
  15693.         </member>
  15694.         <member name="M:System.Drawing.Printing.PrinterResolution.ToString">
  15695.             <summary>This member overrides the <see cref="M:System.Object.ToString"></see> method.</summary>
  15696.             <returns>A <see cref="T:System.String"></see> that contains information about the <see cref="T:System.Drawing.Printing.PrinterResolution"></see>.</returns>
  15697.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15698.         </member>
  15699.         <member name="P:System.Drawing.Printing.PrinterResolution.Kind">
  15700.             <summary>Gets or sets the printer resolution.</summary>
  15701.             <returns>One of the <see cref="T:System.Drawing.Printing.PrinterResolutionKind"></see> values.</returns>
  15702.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not a member of the <see cref="T:System.Drawing.Printing.PrinterResolutionKind"></see> enumeration.</exception>
  15703.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15704.         </member>
  15705.         <member name="P:System.Drawing.Printing.PrinterResolution.X">
  15706.             <summary>Gets the horizontal printer resolution, in dots per inch.</summary>
  15707.             <returns>The horizontal printer resolution, in dots per inch, if <see cref="P:System.Drawing.Printing.PrinterResolution.Kind"></see> is set to <see cref="F:System.Drawing.Printing.PrinterResolutionKind.Custom"></see>; otherwise, a dmPrintQuality value.</returns>
  15708.         </member>
  15709.         <member name="P:System.Drawing.Printing.PrinterResolution.Y">
  15710.             <summary>Gets the vertical printer resolution, in dots per inch.</summary>
  15711.             <returns>The vertical printer resolution, in dots per inch.</returns>
  15712.         </member>
  15713.         <member name="T:System.Drawing.Printing.PrinterResolutionKind">
  15714.             <summary>Specifies a printer resolution.</summary>
  15715.         </member>
  15716.         <member name="F:System.Drawing.Printing.PrinterResolutionKind.Custom">
  15717.             <summary>Custom resolution.</summary>
  15718.         </member>
  15719.         <member name="F:System.Drawing.Printing.PrinterResolutionKind.Draft">
  15720.             <summary>Draft-quality resolution.</summary>
  15721.         </member>
  15722.         <member name="F:System.Drawing.Printing.PrinterResolutionKind.High">
  15723.             <summary>High resolution.</summary>
  15724.         </member>
  15725.         <member name="F:System.Drawing.Printing.PrinterResolutionKind.Low">
  15726.             <summary>Low resolution.</summary>
  15727.         </member>
  15728.         <member name="F:System.Drawing.Printing.PrinterResolutionKind.Medium">
  15729.             <summary>Medium resolution.</summary>
  15730.         </member>
  15731.         <member name="T:System.Drawing.Printing.PrinterSettings">
  15732.             <summary>Specifies information about how a document is printed, including the printer that prints it.</summary>
  15733.         </member>
  15734.         <member name="M:System.Drawing.Printing.PrinterSettings.#ctor">
  15735.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterSettings"></see> class.</summary>
  15736.         </member>
  15737.         <member name="M:System.Drawing.Printing.PrinterSettings.Clone">
  15738.             <summary>Creates a copy of this <see cref="T:System.Drawing.Printing.PrinterSettings"></see>.</summary>
  15739.             <returns>A copy of this object.</returns>
  15740.         </member>
  15741.         <member name="M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics">
  15742.             <summary>Returns a <see cref="T:System.Drawing.Graphics"></see> that contains printer information that is useful when creating a <see cref="T:System.Drawing.Printing.PrintDocument"></see>. </summary>
  15743.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that contains information from a printer.</returns>
  15744.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15745.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15746.         </member>
  15747.         <member name="M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)">
  15748.             <summary>Returns a <see cref="T:System.Drawing.Graphics"></see> that contains printer information, optionally specifying the origin at the margins.</summary>
  15749.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that contains printer information from the <see cref="T:System.Drawing.Printing.PageSettings"></see>.</returns>
  15750.             <param name="honorOriginAtMargins">true to indicate the origin at the margins; otherwise, false. </param>
  15751.         </member>
  15752.         <member name="M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)">
  15753.             <summary>Returns a <see cref="T:System.Drawing.Graphics"></see> that contains printer information associated with the specified <see cref="T:System.Drawing.Printing.PageSettings"></see>.</summary>
  15754.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that contains printer information from the <see cref="T:System.Drawing.Printing.PageSettings"></see>.</returns>
  15755.             <param name="pageSettings">The <see cref="T:System.Drawing.Printing.PageSettings"></see> to retrieve a graphics object for.</param>
  15756.         </member>
  15757.         <member name="M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)">
  15758.             <summary>Creates a <see cref="T:System.Drawing.Graphics"></see> associated with the specified page settings and optionally specifying the origin at the margins.</summary>
  15759.             <returns>A <see cref="T:System.Drawing.Graphics"></see> that contains printer information from the <see cref="T:System.Drawing.Printing.PageSettings"></see>.</returns>
  15760.             <param name="honorOriginAtMargins">true to specify the origin at the margins; otherwise, false. </param>
  15761.             <param name="pageSettings">The <see cref="T:System.Drawing.Printing.PageSettings"></see> to retrieve a <see cref="T:System.Drawing.Graphics"></see> object for.</param>
  15762.         </member>
  15763.         <member name="M:System.Drawing.Printing.PrinterSettings.GetHdevmode">
  15764.             <summary>Creates a handle to a DEVMODE structure that corresponds to the printer settings.</summary>
  15765.             <returns>A handle to a DEVMODE structure.</returns>
  15766.             <exception cref="T:System.ComponentModel.Win32Exception">The printer's initialization information could not be retrieved. </exception>
  15767.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15768.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15769.         </member>
  15770.         <member name="M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)">
  15771.             <summary>Creates a handle to a DEVMODE structure that corresponds to the printer and the page settings specified through the pageSettings parameter.</summary>
  15772.             <returns>A handle to a DEVMODE structure.</returns>
  15773.             <param name="pageSettings">The <see cref="T:System.Drawing.Printing.PageSettings"></see> object that the DEVMODE structure's handle corresponds to. </param>
  15774.             <exception cref="T:System.ComponentModel.Win32Exception">The printer's initialization information could not be retrieved. </exception>
  15775.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer named in the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property does not exist. </exception>
  15776.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15777.         </member>
  15778.         <member name="M:System.Drawing.Printing.PrinterSettings.GetHdevnames">
  15779.             <summary>Creates a handle to a DEVNAMES structure that corresponds to the printer settings.</summary>
  15780.             <returns>A handle to a DEVNAMES structure.</returns>
  15781.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15782.         </member>
  15783.         <member name="M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)">
  15784.             <summary>Gets a value indicating whether the printer supports printing the specified image file.</summary>
  15785.             <returns>true if the printer supports printing the specified image; otherwise, false.</returns>
  15786.             <param name="image">The image to print.</param>
  15787.         </member>
  15788.         <member name="M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)">
  15789.             <summary>Returns a value indicating whether the printer supports printing the specified image format.</summary>
  15790.             <returns>true if the printer supports printing the specified image format; otherwise, false.</returns>
  15791.             <param name="imageFormat">An <see cref="T:System.Drawing.Imaging.ImageFormat"></see> to print.</param>
  15792.         </member>
  15793.         <member name="M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)">
  15794.             <summary>Copies the relevant information out of the given handle and into the <see cref="T:System.Drawing.Printing.PrinterSettings"></see>.</summary>
  15795.             <param name="hdevmode">The handle to a Win32 DEVMODE structure. </param>
  15796.             <exception cref="T:System.ArgumentException">The printer handle is not valid. </exception>
  15797.         </member>
  15798.         <member name="M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)">
  15799.             <summary>Copies the relevant information out of the given handle and into the <see cref="T:System.Drawing.Printing.PrinterSettings"></see>.</summary>
  15800.             <param name="hdevnames">The handle to a Win32 DEVNAMES structure. </param>
  15801.             <exception cref="T:System.ArgumentException">The printer handle is invalid. </exception>
  15802.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15803.         </member>
  15804.         <member name="M:System.Drawing.Printing.PrinterSettings.ToString">
  15805.             <summary>Provides information about the <see cref="T:System.Drawing.Printing.PrinterSettings"></see> in string form.</summary>
  15806.             <returns>A string.</returns>
  15807.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15808.         </member>
  15809.         <member name="P:System.Drawing.Printing.PrinterSettings.CanDuplex">
  15810.             <summary>Gets a value indicating whether the printer supports double-sided printing.</summary>
  15811.             <returns>true if the printer supports double-sided printing; otherwise, false.</returns>
  15812.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15813.         </member>
  15814.         <member name="P:System.Drawing.Printing.PrinterSettings.Collate">
  15815.             <summary>Gets or sets a value indicating whether the printed document is collated.</summary>
  15816.             <returns>true if the printed document is collated; otherwise, false. The default is false.</returns>
  15817.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15818.         </member>
  15819.         <member name="P:System.Drawing.Printing.PrinterSettings.Copies">
  15820.             <summary>Gets or sets the number of copies of the document to print.</summary>
  15821.             <returns>The number of copies to print. The default is 1.</returns>
  15822.             <exception cref="T:System.ArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.Copies"></see> property is less than zero. </exception>
  15823.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15824.         </member>
  15825.         <member name="P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings">
  15826.             <summary>Gets the default page settings for this printer.</summary>
  15827.             <returns>A <see cref="T:System.Drawing.Printing.PageSettings"></see> that represents the default page settings for this printer.</returns>
  15828.         </member>
  15829.         <member name="P:System.Drawing.Printing.PrinterSettings.Duplex">
  15830.             <summary>Gets or sets the printer setting for double-sided printing.</summary>
  15831.             <returns>One of the <see cref="T:System.Drawing.Printing.Duplex"></see> values. The default is determined by the printer.</returns>
  15832.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.Duplex"></see> property is not one of the <see cref="T:System.Drawing.Printing.Duplex"></see> values. </exception>
  15833.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15834.         </member>
  15835.         <member name="P:System.Drawing.Printing.PrinterSettings.FromPage">
  15836.             <summary>Gets or sets the page number of the first page to print.</summary>
  15837.             <returns>The page number of the first page to print.</returns>
  15838.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> property's value is less than zero. </exception>
  15839.         </member>
  15840.         <member name="P:System.Drawing.Printing.PrinterSettings.InstalledPrinters">
  15841.             <summary>Gets the names of all printers installed on the computer.</summary>
  15842.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings.StringCollection"></see> that represents the names of all printers installed on the computer.</returns>
  15843.             <exception cref="T:System.ComponentModel.Win32Exception">The available printers could not be enumerated. </exception>
  15844.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15845.         </member>
  15846.         <member name="P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter">
  15847.             <summary>Gets a value indicating whether the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property designates the default printer, except when the user explicitly sets <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see>.</summary>
  15848.             <returns>true if <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> designates the default printer; otherwise, false.</returns>
  15849.         </member>
  15850.         <member name="P:System.Drawing.Printing.PrinterSettings.IsPlotter">
  15851.             <summary>Gets a value indicating whether the printer is a plotter.</summary>
  15852.             <returns>true if the printer is a plotter; false if the printer is a raster.</returns>
  15853.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15854.         </member>
  15855.         <member name="P:System.Drawing.Printing.PrinterSettings.IsValid">
  15856.             <summary>Gets a value indicating whether the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property designates a valid printer.</summary>
  15857.             <returns>true if the <see cref="P:System.Drawing.Printing.PrinterSettings.PrinterName"></see> property designates a valid printer; otherwise, false.</returns>
  15858.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15859.         </member>
  15860.         <member name="P:System.Drawing.Printing.PrinterSettings.LandscapeAngle">
  15861.             <summary>Gets the angle, in degrees, that the portrait orientation is rotated to produce the landscape orientation.</summary>
  15862.             <returns>The angle, in degrees, that the portrait orientation is rotated to produce the landscape orientation.</returns>
  15863.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15864.         </member>
  15865.         <member name="P:System.Drawing.Printing.PrinterSettings.MaximumCopies">
  15866.             <summary>Gets the maximum number of copies that the printer enables the user to print at a time.</summary>
  15867.             <returns>The maximum number of copies that the printer enables the user to print at a time.</returns>
  15868.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15869.         </member>
  15870.         <member name="P:System.Drawing.Printing.PrinterSettings.MaximumPage">
  15871.             <summary>Gets or sets the maximum <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> or <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> that can be selected in a <see cref="T:System.Windows.Forms.PrintDialog"></see>.</summary>
  15872.             <returns>The maximum <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> or <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> that can be selected in a <see cref="T:System.Windows.Forms.PrintDialog"></see>.</returns>
  15873.             <exception cref="T:System.ArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.MaximumPage"></see> property is less than zero. </exception>
  15874.         </member>
  15875.         <member name="P:System.Drawing.Printing.PrinterSettings.MinimumPage">
  15876.             <summary>Gets or sets the minimum <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> or <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> that can be selected in a <see cref="T:System.Windows.Forms.PrintDialog"></see>.</summary>
  15877.             <returns>The minimum <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> or <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> that can be selected in a <see cref="T:System.Windows.Forms.PrintDialog"></see>.</returns>
  15878.             <exception cref="T:System.ArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.MinimumPage"></see> property is less than zero. </exception>
  15879.         </member>
  15880.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizes">
  15881.             <summary>Gets the paper sizes that are supported by this printer.</summary>
  15882.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection"></see> that represents the paper sizes that are supported by this printer.</returns>
  15883.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15884.         </member>
  15885.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSources">
  15886.             <summary>Gets the paper source trays that are available on the printer.</summary>
  15887.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see> that represents the paper source trays that are available on this printer.</returns>
  15888.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15889.         </member>
  15890.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterName">
  15891.             <summary>Gets or sets the name of the printer to use.</summary>
  15892.             <returns>The name of the printer to use.</returns>
  15893.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15894.         </member>
  15895.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutions">
  15896.             <summary>Gets all the resolutions that are supported by this printer.</summary>
  15897.             <returns>A <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see> that represents the resolutions that are supported by this printer.</returns>
  15898.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  15899.         </member>
  15900.         <member name="P:System.Drawing.Printing.PrinterSettings.PrintFileName">
  15901.             <summary>Gets or sets the file name, when printing to a file.</summary>
  15902.             <returns>The file name, when printing to a file.</returns>
  15903.         </member>
  15904.         <member name="P:System.Drawing.Printing.PrinterSettings.PrintRange">
  15905.             <summary>Gets or sets the page numbers that the user has specified to be printed.</summary>
  15906.             <returns>One of the <see cref="T:System.Drawing.Printing.PrintRange"></see> values.</returns>
  15907.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.PrintRange"></see> property is not one of the <see cref="T:System.Drawing.Printing.PrintRange"></see> values. </exception>
  15908.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15909.         </member>
  15910.         <member name="P:System.Drawing.Printing.PrinterSettings.PrintToFile">
  15911.             <summary>Gets or sets a value indicating whether the printing output is sent to a file instead of a port.</summary>
  15912.             <returns>true if the printing output is sent to a file; otherwise, false. The default is false.</returns>
  15913.         </member>
  15914.         <member name="P:System.Drawing.Printing.PrinterSettings.SupportsColor">
  15915.             <summary>Gets a value indicating whether this printer supports color printing.</summary>
  15916.             <returns>true if this printer supports color; otherwise, false.</returns>
  15917.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  15918.         </member>
  15919.         <member name="P:System.Drawing.Printing.PrinterSettings.ToPage">
  15920.             <summary>Gets or sets the number of the last page to print.</summary>
  15921.             <returns>The number of the last page to print.</returns>
  15922.             <exception cref="T:System.ArgumentException">The value of the <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> property is less than zero. </exception>
  15923.         </member>
  15924.         <member name="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection">
  15925.             <summary>Contains a collection of <see cref="T:System.Drawing.Printing.PaperSize"></see> objects.</summary>
  15926.         </member>
  15927.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])">
  15928.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection"></see> class.</summary>
  15929.             <param name="array">An array of type <see cref="T:System.Drawing.Printing.PaperSize"></see>. </param>
  15930.         </member>
  15931.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)">
  15932.             <summary>Adds a <see cref="T:System.Drawing.Printing.PrinterResolution"></see> to the end of the collection.</summary>
  15933.             <returns>The zero-based index of the newly added item.</returns>
  15934.             <param name="paperSize">The <see cref="T:System.Drawing.Printing.PaperSize"></see> to add to the collection.</param>
  15935.         </member>
  15936.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)">
  15937.             <summary>Copies the contents of the current <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection"></see> to the specified array, starting at the specified index.</summary>
  15938.             <param name="paperSizes">A zero-based array that receives the items copied from the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection"></see>.</param>
  15939.             <param name="index">The index at which to start copying items.</param>
  15940.         </member>
  15941.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator">
  15942.             <summary>Returns an enumerator that can iterate through the collection.</summary>
  15943.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection"></see>.</returns>
  15944.         </member>
  15945.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  15946.             <summary>For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see>.</summary>
  15947.             <param name="array">A zero-based array that receives the items copied from the collection.</param>
  15948.             <param name="index">The index at which to start copying items.</param>
  15949.         </member>
  15950.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System.Collections.IEnumerable.GetEnumerator">
  15951.             <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator"></see>.</summary>
  15952.             <returns>An enumerator associated with the collection.</returns>
  15953.         </member>
  15954.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count">
  15955.             <summary>Gets the number of different paper sizes in the collection.</summary>
  15956.             <returns>The number of different paper sizes in the collection.</returns>
  15957.         </member>
  15958.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)">
  15959.             <summary>Gets the <see cref="T:System.Drawing.Printing.PaperSize"></see> at a specified index.</summary>
  15960.             <returns>The <see cref="T:System.Drawing.Printing.PaperSize"></see> at the specified index.</returns>
  15961.             <param name="index">The index of the <see cref="T:System.Drawing.Printing.PaperSize"></see> to get. </param>
  15962.         </member>
  15963.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System.Collections.ICollection.Count">
  15964.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count"></see>.</summary>
  15965.         </member>
  15966.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System.Collections.ICollection.IsSynchronized">
  15967.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized"></see>.</summary>
  15968.         </member>
  15969.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System.Collections.ICollection.SyncRoot">
  15970.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot"></see>.</summary>
  15971.         </member>
  15972.         <member name="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection">
  15973.             <summary>Contains a collection of <see cref="T:System.Drawing.Printing.PaperSource"></see> objects.</summary>
  15974.         </member>
  15975.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])">
  15976.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see> class.</summary>
  15977.             <param name="array">An array of type <see cref="T:System.Drawing.Printing.PaperSource"></see>. </param>
  15978.         </member>
  15979.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)">
  15980.             <summary>Adds the specified <see cref="T:System.Drawing.Printing.PaperSource"></see> to end of the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see>.</summary>
  15981.             <returns>The zero-based index where the <see cref="T:System.Drawing.Printing.PaperSource"></see> was added.</returns>
  15982.             <param name="paperSource">The <see cref="T:System.Drawing.Printing.PaperSource"></see> to add to the collection.</param>
  15983.         </member>
  15984.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)">
  15985.             <summary>Copies the contents of the current <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see> to the specified array, starting at the specified index.</summary>
  15986.             <param name="paperSources">A zero-based array that receives the items copied from the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see>.</param>
  15987.             <param name="index">The index at which to start copying items.</param>
  15988.         </member>
  15989.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator">
  15990.             <summary>Returns an enumerator that can iterate through the collection.</summary>
  15991.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection"></see>.</returns>
  15992.         </member>
  15993.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  15994.             <summary>For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see>.</summary>
  15995.             <param name="array">The destination array for the contents of the collection.</param>
  15996.             <param name="index">The index at which to start the copy operation.</param>
  15997.         </member>
  15998.         <member name="M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System.Collections.IEnumerable.GetEnumerator">
  15999.             <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator"></see>.</summary>
  16000.         </member>
  16001.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count">
  16002.             <summary>Gets the number of different paper sources in the collection.</summary>
  16003.             <returns>The number of different paper sources in the collection.</returns>
  16004.         </member>
  16005.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)">
  16006.             <summary>Gets the <see cref="T:System.Drawing.Printing.PaperSource"></see> at a specified index.</summary>
  16007.             <returns>The <see cref="T:System.Drawing.Printing.PaperSource"></see> at the specified index.</returns>
  16008.             <param name="index">The index of the <see cref="T:System.Drawing.Printing.PaperSource"></see> to get. </param>
  16009.         </member>
  16010.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System.Collections.ICollection.Count">
  16011.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count"></see>.</summary>
  16012.         </member>
  16013.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System.Collections.ICollection.IsSynchronized">
  16014.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized"></see>.</summary>
  16015.         </member>
  16016.         <member name="P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System.Collections.ICollection.SyncRoot">
  16017.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot"></see>.</summary>
  16018.         </member>
  16019.         <member name="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection">
  16020.             <summary>Contains a collection of <see cref="T:System.Drawing.Printing.PrinterResolution"></see> objects.</summary>
  16021.         </member>
  16022.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])">
  16023.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see> class.</summary>
  16024.             <param name="array">An array of type <see cref="T:System.Drawing.Printing.PrinterResolution"></see>. </param>
  16025.         </member>
  16026.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)">
  16027.             <summary>Adds a <see cref="T:System.Drawing.Printing.PrinterResolution"></see> to the end of the collection.</summary>
  16028.             <returns>The zero-based index of the newly added item.</returns>
  16029.             <param name="printerResolution">The <see cref="T:System.Drawing.Printing.PrinterResolution"></see> to add to the collection.</param>
  16030.         </member>
  16031.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)">
  16032.             <summary>Copies the contents of the current <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see> to the specified array, starting at the specified index.</summary>
  16033.             <param name="index">The index at which to start copying items.</param>
  16034.             <param name="printerResolutions">A zero-based array that receives the items copied from the <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see>.</param>
  16035.         </member>
  16036.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator">
  16037.             <summary>Returns an enumerator that can iterate through the collection.</summary>
  16038.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see>.</returns>
  16039.         </member>
  16040.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  16041.             <summary>For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see>.</summary>
  16042.             <param name="array">The destination array.</param>
  16043.             <param name="index">The index at which to start the copy operation.</param>
  16044.         </member>
  16045.         <member name="M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System.Collections.IEnumerable.GetEnumerator">
  16046.             <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator"></see>.</summary>
  16047.         </member>
  16048.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count">
  16049.             <summary>Gets the number of available printer resolutions in the collection.</summary>
  16050.             <returns>The number of available printer resolutions in the collection.</returns>
  16051.         </member>
  16052.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)">
  16053.             <summary>Gets the <see cref="T:System.Drawing.Printing.PrinterResolution"></see> at a specified index.</summary>
  16054.             <returns>The <see cref="T:System.Drawing.Printing.PrinterResolution"></see> at the specified index.</returns>
  16055.             <param name="index">The index of the <see cref="T:System.Drawing.Printing.PrinterResolution"></see> to get. </param>
  16056.         </member>
  16057.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System.Collections.ICollection.Count">
  16058.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count"></see>.</summary>
  16059.         </member>
  16060.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System.Collections.ICollection.IsSynchronized">
  16061.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized"></see>.</summary>
  16062.         </member>
  16063.         <member name="P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System.Collections.ICollection.SyncRoot">
  16064.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot"></see>.</summary>
  16065.         </member>
  16066.         <member name="T:System.Drawing.Printing.PrinterSettings.StringCollection">
  16067.             <summary>Contains a collection of <see cref="T:System.String"></see> objects.</summary>
  16068.         </member>
  16069.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])">
  16070.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrinterSettings.StringCollection"></see> class.</summary>
  16071.             <param name="array">An array of type <see cref="T:System.String"></see>. </param>
  16072.         </member>
  16073.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)">
  16074.             <summary>Adds a string to the end of the collection.</summary>
  16075.             <returns>The zero-based index of the newly added item.</returns>
  16076.             <param name="value">The string to add to the collection.</param>
  16077.         </member>
  16078.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)">
  16079.             <summary>Copies the contents of the current <see cref="T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection"></see> to the specified array, starting at the specified index</summary>
  16080.             <param name="index">The index at which to start copying items.</param>
  16081.             <param name="strings">A zero-based array that receives the items copied from the <see cref="T:System.Drawing.Printing.PrinterSettings.StringCollection"></see>.</param>
  16082.         </member>
  16083.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator">
  16084.             <summary>Returns an enumerator that can iterate through the collection.</summary>
  16085.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Drawing.Printing.PrinterSettings.StringCollection"></see>.</returns>
  16086.         </member>
  16087.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  16088.             <summary>For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see>.</summary>
  16089.             <param name="array">The array for items to be copied to.</param>
  16090.             <param name="index">The starting index.</param>
  16091.         </member>
  16092.         <member name="M:System.Drawing.Printing.PrinterSettings.StringCollection.System.Collections.IEnumerable.GetEnumerator">
  16093.             <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator"></see>.</summary>
  16094.         </member>
  16095.         <member name="P:System.Drawing.Printing.PrinterSettings.StringCollection.Count">
  16096.             <summary>Gets the number of strings in the collection.</summary>
  16097.             <returns>The number of strings in the collection.</returns>
  16098.         </member>
  16099.         <member name="P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)">
  16100.             <summary>Gets the <see cref="T:System.String"></see> at a specified index.</summary>
  16101.             <returns>The <see cref="T:System.String"></see> at the specified index.</returns>
  16102.             <param name="index">The index of the <see cref="T:System.String"></see> to get. </param>
  16103.         </member>
  16104.         <member name="P:System.Drawing.Printing.PrinterSettings.StringCollection.System.Collections.ICollection.Count">
  16105.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count"></see>.</summary>
  16106.         </member>
  16107.         <member name="P:System.Drawing.Printing.PrinterSettings.StringCollection.System.Collections.ICollection.IsSynchronized">
  16108.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronzed"></see>.</summary>
  16109.         </member>
  16110.         <member name="P:System.Drawing.Printing.PrinterSettings.StringCollection.System.Collections.ICollection.SyncRoot">
  16111.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot"></see>.</summary>
  16112.         </member>
  16113.         <member name="T:System.Drawing.Printing.PrinterUnit">
  16114.             <summary>Specifies several of the units of measure used for printing.</summary>
  16115.         </member>
  16116.         <member name="F:System.Drawing.Printing.PrinterUnit.Display">
  16117.             <summary>The default unit (0.01 in.).</summary>
  16118.         </member>
  16119.         <member name="F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter">
  16120.             <summary>One-hundredth of a millimeter (0.01 mm).</summary>
  16121.         </member>
  16122.         <member name="F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter">
  16123.             <summary>One-tenth of a millimeter (0.1 mm).</summary>
  16124.         </member>
  16125.         <member name="F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch">
  16126.             <summary>One-thousandth of an inch (0.001 in.).</summary>
  16127.         </member>
  16128.         <member name="T:System.Drawing.Printing.PrinterUnitConvert">
  16129.             <summary>Specifies a series of conversion methods that are useful when interoperating with the Win32 printing API. This class cannot be inherited.</summary>
  16130.         </member>
  16131.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16132.             <summary>Converts a double-precision floating-point number from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16133.             <returns>A double-precision floating-point number that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16134.             <param name="toUnit">The unit to convert to. </param>
  16135.             <param name="value">The <see cref="T:System.Drawing.Point"></see> being converted. </param>
  16136.             <param name="fromUnit">The unit to convert from. </param>
  16137.         </member>
  16138.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16139.             <summary>Converts a 32-bit signed integer from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16140.             <returns>A 32-bit signed integer that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16141.             <param name="toUnit">The unit to convert to. </param>
  16142.             <param name="value">The <see cref="T:System.Drawing.Point"></see> being converted. </param>
  16143.             <param name="fromUnit">The unit to convert from. </param>
  16144.         </member>
  16145.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16146.             <summary>Converts a <see cref="T:System.Drawing.Printing.Margins"></see> from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16147.             <returns>A <see cref="T:System.Drawing.Printing.Margins"></see> that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16148.             <param name="toUnit">The unit to convert to. </param>
  16149.             <param name="value">The <see cref="T:System.Drawing.Printing.Margins"></see> being converted. </param>
  16150.             <param name="fromUnit">The unit to convert from. </param>
  16151.         </member>
  16152.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16153.             <summary>Converts a <see cref="T:System.Drawing.Point"></see> from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16154.             <returns>A <see cref="T:System.Drawing.Point"></see> that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16155.             <param name="toUnit">The unit to convert to. </param>
  16156.             <param name="value">The <see cref="T:System.Drawing.Point"></see> being converted. </param>
  16157.             <param name="fromUnit">The unit to convert from. </param>
  16158.         </member>
  16159.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16160.             <summary>Converts a <see cref="T:System.Drawing.Rectangle"></see> from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16161.             <returns>A <see cref="T:System.Drawing.Rectangle"></see> that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16162.             <param name="toUnit">The unit to convert to. </param>
  16163.             <param name="value">The <see cref="T:System.Drawing.Rectangle"></see> being converted. </param>
  16164.             <param name="fromUnit">The unit to convert from. </param>
  16165.         </member>
  16166.         <member name="M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)">
  16167.             <summary>Converts a <see cref="T:System.Drawing.Size"></see> from one <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type to another <see cref="T:System.Drawing.Printing.PrinterUnit"></see> type.</summary>
  16168.             <returns>A <see cref="T:System.Drawing.Size"></see> that represents the converted <see cref="T:System.Drawing.Printing.PrinterUnit"></see>.</returns>
  16169.             <param name="toUnit">The unit to convert to. </param>
  16170.             <param name="value">The <see cref="T:System.Drawing.Size"></see> being converted. </param>
  16171.             <param name="fromUnit">The unit to convert from. </param>
  16172.         </member>
  16173.         <member name="T:System.Drawing.Printing.PrintEventArgs">
  16174.             <summary>Provides data for the <see cref="E:System.Drawing.Printing.PrintDocument.BeginPrint"></see> and <see cref="E:System.Drawing.Printing.PrintDocument.EndPrint"></see> events.</summary>
  16175.         </member>
  16176.         <member name="M:System.Drawing.Printing.PrintEventArgs.#ctor">
  16177.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> class.</summary>
  16178.         </member>
  16179.         <member name="P:System.Drawing.Printing.PrintEventArgs.PrintAction">
  16180.             <summary>Gets a value indicating what type of print operation is occurring.</summary>
  16181.             <returns>One of the <see cref="T:System.Drawing.Printing.PrintAction"></see> values.</returns>
  16182.         </member>
  16183.         <member name="T:System.Drawing.Printing.PrintEventHandler">
  16184.             <summary>Represents the method that will handle the <see cref="E:System.Drawing.Printing.PrintDocument.BeginPrint"></see> or <see cref="E:System.Drawing.Printing.PrintDocument.EndPrint"></see> event of a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</summary>
  16185.         </member>
  16186.         <member name="T:System.Drawing.Printing.PrintingPermission">
  16187.             <summary>Controls access to printers. This class cannot be inherited.</summary>
  16188.         </member>
  16189.         <member name="M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)">
  16190.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintingPermission"></see> class with either fully restricted or unrestricted access, as specified.</summary>
  16191.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  16192.             <exception cref="T:System.ArgumentException">state is not a valid <see cref="T:System.Security.Permissions.PermissionState"></see>. </exception>
  16193.         </member>
  16194.         <member name="M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)">
  16195.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintingPermission"></see> class with the level of printing access specified.</summary>
  16196.             <param name="printingLevel">One of the <see cref="T:System.Drawing.Printing.PrintingPermissionLevel"></see> values. </param>
  16197.         </member>
  16198.         <member name="M:System.Drawing.Printing.PrintingPermission.Copy">
  16199.             <summary>Creates and returns an identical copy of the current permission object.</summary>
  16200.             <returns>A copy of the current permission object.</returns>
  16201.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16202.         </member>
  16203.         <member name="M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)">
  16204.             <summary>Reconstructs a security object with a specified state from an XML encoding.</summary>
  16205.             <returns>None.</returns>
  16206.             <param name="esd">The XML encoding to use to reconstruct the security object. </param>
  16207.         </member>
  16208.         <member name="M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)">
  16209.             <summary>Creates and returns a permission that is the intersection of the current permission object and a target permission object.</summary>
  16210.             <returns>A new permission object that represents the intersection of the current object and the specified target. This object is null if the intersection is empty.</returns>
  16211.             <param name="target">A permission object of the same type as the current permission object. </param>
  16212.             <exception cref="T:System.ArgumentException">target is an object that is not of the same type as the current permission object. </exception>
  16213.         </member>
  16214.         <member name="M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)">
  16215.             <summary>Determines whether the current permission object is a subset of the specified permission.</summary>
  16216.             <returns>true if the current permission object is a subset of target; otherwise, false.</returns>
  16217.             <param name="target">A permission object that is to be tested for the subset relationship. This object must be of the same type as the current permission object. </param>
  16218.             <exception cref="T:System.ArgumentException">target is an object that is not of the same type as the current permission object. </exception>
  16219.         </member>
  16220.         <member name="M:System.Drawing.Printing.PrintingPermission.IsUnrestricted">
  16221.             <summary>Gets a value indicating whether the permission is unrestricted.</summary>
  16222.             <returns>true if permission is unrestricted; otherwise, false.</returns>
  16223.         </member>
  16224.         <member name="M:System.Drawing.Printing.PrintingPermission.ToXml">
  16225.             <summary>Creates an XML encoding of the security object and its current state.</summary>
  16226.             <returns>An XML encoding of the security object, including any state information.</returns>
  16227.         </member>
  16228.         <member name="M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)">
  16229.             <summary>Creates a permission that combines the permission object and the target permission object.</summary>
  16230.             <returns>A new permission object that represents the union of the current permission object and the specified permission object.</returns>
  16231.             <param name="target">A permission object of the same type as the current permission object. </param>
  16232.             <exception cref="T:System.ArgumentException">target is an object that is not of the same type as the current permission object. </exception>
  16233.         </member>
  16234.         <member name="P:System.Drawing.Printing.PrintingPermission.Level">
  16235.             <summary>Gets or sets the code's level of printing access.</summary>
  16236.             <returns>One of the <see cref="T:System.Drawing.Printing.PrintingPermissionLevel"></see> values.</returns>
  16237.         </member>
  16238.         <member name="T:System.Drawing.Printing.PrintingPermissionAttribute">
  16239.             <summary>Allows declarative printing permission checks.</summary>
  16240.         </member>
  16241.         <member name="M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  16242.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintingPermissionAttribute"></see> class.</summary>
  16243.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  16244.         </member>
  16245.         <member name="M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission">
  16246.             <summary>Creates the permission based on the requested access levels, which are set through the <see cref="P:System.Drawing.Printing.PrintingPermissionAttribute.Level"></see> property on the attribute.</summary>
  16247.             <returns>An <see cref="T:System.Security.IPermission"></see> that represents the created permission.</returns>
  16248.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16249.         </member>
  16250.         <member name="P:System.Drawing.Printing.PrintingPermissionAttribute.Level">
  16251.             <summary>Gets or sets the type of printing allowed.</summary>
  16252.             <returns>One of the <see cref="T:System.Drawing.Printing.PrintingPermissionLevel"></see> values.</returns>
  16253.             <exception cref="T:System.ArgumentException">The value is not one of the <see cref="T:System.Drawing.Printing.PrintingPermissionLevel"></see> values. </exception>
  16254.         </member>
  16255.         <member name="T:System.Drawing.Printing.PrintingPermissionLevel">
  16256.             <summary>Specifies the type of printing that code is allowed to do.</summary>
  16257.         </member>
  16258.         <member name="F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting">
  16259.             <summary>Provides full access to all printers.</summary>
  16260.         </member>
  16261.         <member name="F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting">
  16262.             <summary>Provides printing programmatically to the default printer, along with safe printing through semirestricted dialog box. <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting"></see> is a subset of <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting"></see>.</summary>
  16263.         </member>
  16264.         <member name="F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting">
  16265.             <summary>Prevents access to printers. <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting"></see> is a subset of <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting"></see>.</summary>
  16266.         </member>
  16267.         <member name="F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting">
  16268.             <summary>Provides printing only from a restricted dialog box. <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting"></see> is a subset of <see cref="F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting"></see>.</summary>
  16269.         </member>
  16270.         <member name="T:System.Drawing.Printing.PrintPageEventArgs">
  16271.             <summary>Provides data for the <see cref="E:System.Drawing.Printing.PrintDocument.PrintPage"></see> event.</summary>
  16272.         </member>
  16273.         <member name="M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)">
  16274.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> class.</summary>
  16275.             <param name="graphics">The <see cref="T:System.Drawing.Graphics"></see> used to paint the item. </param>
  16276.             <param name="marginBounds">The area between the margins. </param>
  16277.             <param name="pageSettings">The <see cref="T:System.Drawing.Printing.PageSettings"></see> for the page. </param>
  16278.             <param name="pageBounds">The total area of the paper. </param>
  16279.         </member>
  16280.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.Cancel">
  16281.             <summary>Gets or sets a value indicating whether the print job should be canceled.</summary>
  16282.             <returns>true if the print job should be canceled; otherwise, false.</returns>
  16283.         </member>
  16284.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.Graphics">
  16285.             <summary>Gets the <see cref="T:System.Drawing.Graphics"></see> used to paint the page.</summary>
  16286.             <returns>The <see cref="T:System.Drawing.Graphics"></see> used to paint the page.</returns>
  16287.         </member>
  16288.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages">
  16289.             <summary>Gets or sets a value indicating whether an additional page should be printed.</summary>
  16290.             <returns>true if an additional page should be printed; otherwise, false. The default is false.</returns>
  16291.         </member>
  16292.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds">
  16293.             <summary>Gets the rectangular area that represents the portion of the page inside the margins.</summary>
  16294.             <returns>The rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins. </returns>
  16295.         </member>
  16296.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.PageBounds">
  16297.             <summary>Gets the rectangular area that represents the total area of the page.</summary>
  16298.             <returns>The rectangular area that represents the total area of the page.</returns>
  16299.         </member>
  16300.         <member name="P:System.Drawing.Printing.PrintPageEventArgs.PageSettings">
  16301.             <summary>Gets the page settings for the current page.</summary>
  16302.             <returns>The page settings for the current page.</returns>
  16303.         </member>
  16304.         <member name="T:System.Drawing.Printing.PrintPageEventHandler">
  16305.             <summary>Represents the method that will handle the <see cref="E:System.Drawing.Printing.PrintDocument.PrintPage"></see> event of a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</summary>
  16306.         </member>
  16307.         <member name="T:System.Drawing.Printing.PrintRange">
  16308.             <summary>Specifies the part of the document to print.</summary>
  16309.         </member>
  16310.         <member name="F:System.Drawing.Printing.PrintRange.AllPages">
  16311.             <summary>All pages are printed.</summary>
  16312.         </member>
  16313.         <member name="F:System.Drawing.Printing.PrintRange.CurrentPage">
  16314.             <summary>The currently displayed page is printed</summary>
  16315.         </member>
  16316.         <member name="F:System.Drawing.Printing.PrintRange.Selection">
  16317.             <summary>The selected pages are printed.</summary>
  16318.         </member>
  16319.         <member name="F:System.Drawing.Printing.PrintRange.SomePages">
  16320.             <summary>The pages between <see cref="P:System.Drawing.Printing.PrinterSettings.FromPage"></see> and <see cref="P:System.Drawing.Printing.PrinterSettings.ToPage"></see> are printed.</summary>
  16321.         </member>
  16322.         <member name="T:System.Drawing.Printing.QueryPageSettingsEventArgs">
  16323.             <summary>Provides data for the <see cref="E:System.Drawing.Printing.PrintDocument.QueryPageSettings"></see> event.</summary>
  16324.         </member>
  16325.         <member name="M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)">
  16326.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.QueryPageSettingsEventArgs"></see> class.</summary>
  16327.             <param name="pageSettings">The page settings for the page to be printed. </param>
  16328.         </member>
  16329.         <member name="P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings">
  16330.             <summary>Gets or sets the page settings for the page to be printed.</summary>
  16331.             <returns>The page settings for the page to be printed.</returns>
  16332.         </member>
  16333.         <member name="T:System.Drawing.Printing.QueryPageSettingsEventHandler">
  16334.             <summary>Represents the method that handles the <see cref="E:System.Drawing.Printing.PrintDocument.QueryPageSettings"></see> event of a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</summary>
  16335.         </member>
  16336.         <member name="T:System.Drawing.Printing.StandardPrintController">
  16337.             <summary>Specifies a print controller that sends information to a printer.</summary>
  16338.         </member>
  16339.         <member name="M:System.Drawing.Printing.StandardPrintController.#ctor">
  16340.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Printing.StandardPrintController"></see> class. </summary>
  16341.         </member>
  16342.         <member name="M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  16343.             <summary>Completes the control sequence that determines when and how to print a page of a document.</summary>
  16344.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains data about how to print a page in the document. </param>
  16345.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being printed. </param>
  16346.             <exception cref="T:System.ComponentModel.Win32Exception">The native Win32 Application Programming Interface (API) could not finish writing to a page. </exception>
  16347.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  16348.         </member>
  16349.         <member name="M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  16350.             <summary>Completes the control sequence that determines when and how to print a document.</summary>
  16351.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains data about how to print the document. </param>
  16352.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being printed. </param>
  16353.             <exception cref="T:System.ComponentModel.Win32Exception">The native Win32 Application Programming Interface (API) could not complete the print job.-or- The native Win32 API could not delete the specified device context (DC). </exception>
  16354.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  16355.         </member>
  16356.         <member name="M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
  16357.             <summary>Begins the control sequence that determines when and how to print a page in a document.</summary>
  16358.             <returns>A <see cref="T:System.Drawing.Graphics"></see> object that represents a page from a <see cref="T:System.Drawing.Printing.PrintDocument"></see>.</returns>
  16359.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintPageEventArgs"></see> that contains data about how to print a page in the document. Initially, the <see cref="P:System.Drawing.Printing.PrintPageEventArgs.Graphics"></see> property of this parameter will be null. The value returned from the <see cref="M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)"></see> method will be used to set this property. </param>
  16360.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being printed. </param>
  16361.             <exception cref="T:System.ComponentModel.Win32Exception">The native Win32 Application Programming Interface (API) could not prepare the printer driver to accept data.-or- The native Win32 API could not update the specified printer or plotter device context (DC) using the specified information. </exception>
  16362.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  16363.         </member>
  16364.         <member name="M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)">
  16365.             <summary>Begins the control sequence that determines when and how to print a document.</summary>
  16366.             <param name="e">A <see cref="T:System.Drawing.Printing.PrintEventArgs"></see> that contains data about how to print the document. </param>
  16367.             <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"></see> that represents the document being printed. </param>
  16368.             <exception cref="T:System.Drawing.Printing.InvalidPrinterException">The printer settings are not valid. </exception>
  16369.             <exception cref="T:System.ComponentModel.Win32Exception">The native Win32 Application Programming Interface (API) could not start a print job. </exception>
  16370.             <PermissionSet><IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true" /></PermissionSet>
  16371.         </member>
  16372.         <member name="N:System.Drawing.Text">
  16373.             <summary>The <see cref="N:System.Drawing.Text"></see> namespace provides advanced GDI+ typography functionality.</summary>
  16374.         </member>
  16375.         <member name="T:System.Drawing.Text.FontCollection">
  16376.             <summary>Provides a base class for installed and private font collections. </summary>
  16377.         </member>
  16378.         <member name="M:System.Drawing.Text.FontCollection.Dispose">
  16379.             <summary>Releases all resources used by this <see cref="T:System.Drawing.Text.FontCollection"></see>.</summary>
  16380.             <returns>This method does not return a value.</returns>
  16381.         </member>
  16382.         <member name="M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)">
  16383.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Drawing.Text.FontCollection"></see> and optionally releases the managed resources. </summary>
  16384.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  16385.         </member>
  16386.         <member name="P:System.Drawing.Text.FontCollection.Families">
  16387.             <summary>Gets the array of <see cref="T:System.Drawing.FontFamily"></see> objects associated with this <see cref="T:System.Drawing.Text.FontCollection"></see>. </summary>
  16388.             <returns>An array of <see cref="T:System.Drawing.FontFamily"></see> objects.</returns>
  16389.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16390.         </member>
  16391.         <member name="T:System.Drawing.Text.GenericFontFamilies">
  16392.             <summary>Specifies a generic <see cref="T:System.Drawing.FontFamily"></see> object.</summary>
  16393.         </member>
  16394.         <member name="F:System.Drawing.Text.GenericFontFamilies.Monospace">
  16395.             <summary>A generic Monospace <see cref="T:System.Drawing.FontFamily"></see> object.</summary>
  16396.         </member>
  16397.         <member name="F:System.Drawing.Text.GenericFontFamilies.SansSerif">
  16398.             <summary>A generic Sans Serif <see cref="T:System.Drawing.FontFamily"></see> object.</summary>
  16399.         </member>
  16400.         <member name="F:System.Drawing.Text.GenericFontFamilies.Serif">
  16401.             <summary>A generic Serif <see cref="T:System.Drawing.FontFamily"></see> object.</summary>
  16402.         </member>
  16403.         <member name="T:System.Drawing.Text.HotkeyPrefix">
  16404.             <summary>Specifies the type of display for hot-key prefixes that relate to text.</summary>
  16405.         </member>
  16406.         <member name="F:System.Drawing.Text.HotkeyPrefix.Hide">
  16407.             <summary>Do not display the hot-key prefix.</summary>
  16408.         </member>
  16409.         <member name="F:System.Drawing.Text.HotkeyPrefix.None">
  16410.             <summary>No hot-key prefix.</summary>
  16411.         </member>
  16412.         <member name="F:System.Drawing.Text.HotkeyPrefix.Show">
  16413.             <summary>Display the hot-key prefix.</summary>
  16414.         </member>
  16415.         <member name="T:System.Drawing.Text.InstalledFontCollection">
  16416.             <summary>Represents the fonts installed on the system. This class cannot be inherited. </summary>
  16417.         </member>
  16418.         <member name="M:System.Drawing.Text.InstalledFontCollection.#ctor">
  16419.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Text.InstalledFontCollection"></see> class. </summary>
  16420.         </member>
  16421.         <member name="T:System.Drawing.Text.PrivateFontCollection">
  16422.             <summary>Provides a collection of font families built from font files that are provided by the client application.</summary>
  16423.         </member>
  16424.         <member name="M:System.Drawing.Text.PrivateFontCollection.#ctor">
  16425.             <summary>Initializes a new instance of the <see cref="T:System.Drawing.Text.PrivateFontCollection"></see> class. </summary>
  16426.         </member>
  16427.         <member name="M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)">
  16428.             <summary>Adds a font from the specified file to this <see cref="T:System.Drawing.Text.PrivateFontCollection"></see>. </summary>
  16429.             <param name="filename">A <see cref="T:System.String"></see> containing the file name of the font to add. </param>
  16430.             <exception cref="T:System.IO.FileNotFoundException">The specified font is not supported or the font file cannot be found.</exception>
  16431.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16432.         </member>
  16433.         <member name="M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)">
  16434.             <summary>Adds a font contained in system memory to this <see cref="T:System.Drawing.Text.PrivateFontCollection"></see>.</summary>
  16435.             <param name="memory">The memory address of the font to add. </param>
  16436.             <param name="length">The memory length of the font to add. </param>
  16437.         </member>
  16438.         <member name="T:System.Drawing.Text.TextRenderingHint">
  16439.             <summary>Specifies the quality of text rendering.</summary>
  16440.         </member>
  16441.         <member name="F:System.Drawing.Text.TextRenderingHint.AntiAlias">
  16442.             <summary>Each character is drawn using its antialiased glyph bitmap without hinting. Better quality due to antialiasing. Stem width differences may be noticeable because hinting is turned off.</summary>
  16443.         </member>
  16444.         <member name="F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit">
  16445.             <summary>Each character is drawn using its antialiased glyph bitmap with hinting. Much better quality due to antialiasing, but at a higher performance cost.</summary>
  16446.         </member>
  16447.         <member name="F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit">
  16448.             <summary>Each character is drawn using its glyph ClearType bitmap with hinting. The highest quality setting. Used to take advantage of ClearType font features.</summary>
  16449.         </member>
  16450.         <member name="F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel">
  16451.             <summary>Each character is drawn using its glyph bitmap. Hinting is not used.</summary>
  16452.         </member>
  16453.         <member name="F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit">
  16454.             <summary>Each character is drawn using its glyph bitmap. Hinting is used to improve character appearance on stems and curvature.</summary>
  16455.         </member>
  16456.         <member name="F:System.Drawing.Text.TextRenderingHint.SystemDefault">
  16457.             <summary>Each character is drawn using its glyph bitmap, with the system default rendering hint. The text will be drawn using whatever font-smoothing settings the user has selected for the system.</summary>
  16458.         </member>
  16459.     </members>
  16460. </doc>